Expand regression coefficient table
fixRegressionTable(
x,
varnames,
reference.value,
reference.style = NULL,
factorlevels,
scale = NULL,
nmiss,
intercept
)
a table with regression coefficients
object resulting from lm
, glm
or coxph
.
Names of variables
Reference value for reference categories
Style for showing results for categorical
variables. If "extraline"
show an additional line for the
reference category.
Levels of the categorical variables.
Scale for some or all of the variables
Number of missing values
Intercept
Thomas Alexander Gerds <tag@biostat.ku.dk>
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.