tidy.lqmm: Tidying methods for lqmm models (EXPERIMENTAL)

View source: R/lqmm_tidiers.R

tidy.lqmmR Documentation

Tidying methods for lqmm models (EXPERIMENTAL)

Description

These methods, suggested by David Luke Thiessen on Stack Exchange, provide support for linear quantile mixed models. They have not been carefully tested - please check output carefully and report problems!

Usage

## S3 method for class 'lqmm'
tidy(x, conf.int = FALSE, conf.level = 0.95, ...)

## S3 method for class 'lqmm'
glance(x, ...)

Arguments

x

An object of class merMod, such as those from lmer, glmer, or nlmer

conf.int

whether to include a confidence interval

conf.level

confidence level for CI

...

Additional arguments (passed to confint.merMod for tidy; augment_columns for augment; ignored for glance)


bbolker/broom.mixed documentation built on April 19, 2024, 6:33 a.m.