ref.grid {emmeans}R Documentation

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, ...)

Arguments

...

Arguments passed to other methods

object

An emmGrid object

List of deprecated functions and arguments

as.stanfit()

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

.

lsmobj” class

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

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.

ref.grid” class

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

trend

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


[Package emmeans version 1.2.3 Index]