Skip to content

Instantly share code, notes, and snippets.

@karan19100
Created July 18, 2020 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karan19100/5ed667c1399832d65dbe0f372cea85f2 to your computer and use it in GitHub Desktop.
Save karan19100/5ed667c1399832d65dbe0f372cea85f2 to your computer and use it in GitHub Desktop.
linear_model_analysis_by_karanshah
mod1 = lm(HEMATOCRIT ~ HEMAGLOBIN_CENT, data = newdata)
summary(mod1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment