Learn R Programming

emmeans (version 1.1.3)

ref.grid: Deprecated functions and arguments from lsmeans

Description

Over time, some functions and internal structures have been revised or expanded, and as a consequence this necessitates renaming or reconceptualization of the functions it exports. This is a quick reference on how to get what you want if what worked in the past no longer does.

Usage

ref.grid(...)

recover.data(object, ...)

lsm.basis(object, ...)

List of deprecated functions and arguments

\item{\code{#1()}}as.stanfit
as.stanfit()

We suggest using as.mcmc() instead, and plotting the results using functions in bayesplot.

. \item{\cls{#1}}lsmobj
lsmobj” class

Both this and the “ref.grid” class have been replaced by the “emmGrid” class.

\item{\code{#1()}}ref.grid

ref.grid()

This has been replaced by ref_grid(), in hopes of reducing the chance that ref.grid will be mistaken as an S3 method for class grid.

\item{\cls{#1}}ref.grid

ref.grid” class

Both this and the “lsmobj” class have been replaced by the “emmGrid” class.

\item{\code{#1}}trend

trend

The trend argument in lsmeans (now emmeans) is now deprecated. Use emtrends() instead.