You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beta SE CI.lower CI.upper
SIRE: White 0.00 NA NA NA
SIRE: African_American 0.27 0.18 -0.08 0.63
SIRE: American_Indian 0.31 0.46 -0.59 1.22
SIRE: Asian 0.30 0.17 -0.03 0.63
SIRE: Hispanic -0.31 0.09 -0.48 -0.14
SIRE: Multi_ethnic 0.08 0.11 -0.13 0.29
SIRE: No data -0.12 0.42 -0.94 0.70
SIRE: Other 0.17 0.25 -0.33 0.67
SIRE: Pacific_Islander -0.45 0.27 -0.97 0.07
European 0.15 0.06 0.04 0.26
African -0.33 0.05 -0.44 -0.23
[[1]]$meta
N R2 R2 adj. R2 10-fold cv
1369.00 0.17 0.16 0.15
Meta should give the outcome variable.
So we can remember what it is. If meta is a numeric vector, need to change it to a data frame. Might break some code.
Attach lm model object
The original lm fit should be attached. This also attaches the data.
Eta
Etas should be calculated so as to better summarize the categorical variables. Etas are redundant when models have no categorical variables, but for consistent output, should have a parameter that forces them to always be included.
An alternative is to add a class and change the print function to only print eta when model has categorical variables. Seems more fancy.
The text was updated successfully, but these errors were encountered:
Add more useful features to this.
Meta should give the outcome variable.
So we can remember what it is. If meta is a numeric vector, need to change it to a data frame. Might break some code.
Attach lm model object
The original lm fit should be attached. This also attaches the data.
Eta
Etas should be calculated so as to better summarize the categorical variables. Etas are redundant when models have no categorical variables, but for consistent output, should have a parameter that forces them to always be included.
An alternative is to add a class and change the print function to only print eta when model has categorical variables. Seems more fancy.
The text was updated successfully, but these errors were encountered: