View source: R/fixRegressionTable.R
fixRegressionTable | R Documentation |
Expand regression coefficient table
fixRegressionTable( x, varnames, reference.value, reference.style = NULL, factorlevels, scale = NULL, nmiss, intercept )
x |
object resulting from |
varnames |
Names of variables |
reference.value |
Reference value for reference categories |
reference.style |
Style for showing results for categorical
variables. If |
factorlevels |
Levels of the categorical variables. |
scale |
Scale for some or all of the variables |
nmiss |
Number of missing values |
intercept |
Intercept |
This function expands results from "regressionTable" with extralines and columns
For factor variables the reference group is shown. For continuous variables the units are shown and for transformed continuous variables also the scale. For all variables the numbers of missing values are added.
a table with regression coefficients
Thomas Alexander Gerds <tag@biostat.ku.dk>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.