model.tables.lmm: Statistical Inference for Linear Mixed Model

View source: R/model.tables.R

model.tables.lmmR 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 lmm object.

columns

[character vector] Columns to be output. Can be any of "estimate", "se", "statistic", "df", "null", "lower", "upper", "p.value".

...

arguments to be passed to the confint method. Should not contain the argument column.

method

[character] type of adjustment for multiple comparisons, one of "none", "bonferroni", ..., "fdr", "single-step", "single-step2". Alternatively, method for combining the estimates, one of "average", "pool.se", "pool.gls", "pool.rubin".

Details

This function simply calls confint with a specific value for the argument column.


LMMstar documentation built on Nov. 9, 2023, 1:06 a.m.