gee_model_output | R Documentation |
creates a table of coefficients, std errors, z vals, pvals (with stars), ORs, and 95
gee_model_output(
model,
staror = TRUE,
starpval = TRUE,
digs = 3,
knit_cis = TRUE
)
model |
the output from a logistic regression model e.g. lrmodel<-lm(outcome~vars,data,family='binomial') |
staror |
boolean indicating whether to apply star characters to odds ratios. default is TRUE |
starpval |
boolean indicating whether to apply star characters to p values. default is TRUE |
digs |
the number of digits to round the values to. default is 3 |
knit_cis |
boolean indicating if the confidence intervals should be knit into an extra variable in the format "[lwr-upr]" |
gee_model_output()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.