Description Usage Arguments Value Author(s)
View source: R/computation_and_manipulation.R
Compute a simple linear model and return its statistics in a dataframe
1 | compute_lm(records.wide.df, output)
|
records.wide.df |
A wide dataframe containing the records you wan to submit to lm |
output |
a character specifying the type of output you want ("lm.sm" or "lm") |
a dataframe, either from lm or lm.sum
Thomas Goossens - pokyah.github.io
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.