rem: Remove Columns from Output

View source: R/remove.R

remR Documentation

Remove Columns from Output

Description

Auxiliary function that can be used when specifying the argument columns (e.g. calling confint.lmm) to remove columns. Not called remove to avoid confusion with base::remove

Usage

rem(...)

Arguments

...

[character vector] name of the columns to be removed to the default output.

Value

A character vector

Examples

set.seed(10)
dW <- sampleRem(25, n.times = 1, format = "long")
e.lmm <- lmm(Y~X1, data = dW)

confint(e.lmm, columns = rem("estimate"))


bozenne/repeated documentation built on July 16, 2025, 11:16 p.m.