model.tables.lmm {LMMstar} | R Documentation |
Statistical Inference for Linear Mixed Model
Description
Export estimates, standard errors, degrees of freedom, confidence intervals (CIs) and p-values for the mean coefficients of a linear mixed model.
Usage
## S3 method for class 'lmm'
model.tables(x, columns, ...)
Arguments
x |
a |
columns |
[character vector] Columns to be output.
Can be any of |
... |
arguments to be passed to the |
method |
[character] type of adjustment for multiple comparisons, one of |
Details
This function simply calls confint
with a specific value for the argument column
.
[Package LMMstar version 1.1.0 Index]