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, ...)
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.
\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
” classBoth 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.