ref.grid {emmeans} | R Documentation |
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.
ref.grid(...) recover.data(object, ...) lsm.basis(object, ...)
... |
Arguments passed to other methods |
object |
An |
as.stanfit()
We suggest using as.mcmc()
instead, and plotting
the results using functions in bayesplot.
.
lsmobj
” classBoth 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
” classBoth 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.