nlme.par.vs.cov | R Documentation |
Use to create a stack of plots of parameter estimates plotted against covariates.
nlme.par.vs.cov(xpdb, covColNames, nrow = 1, ncol = 1, ...)
xpdb |
An xpose database object. |
covColNames |
Character vector of covariates to build the matrix. |
nrow |
Number of rows. |
ncol |
Number of columns; if ncol=1, each gtable object is treated separately. |
... |
Parameters to be passed to |
List of gtable
nlme.par.vs.cov(
xpdb = xpdb_ex_Nlme,
covColNames = c("sex", "wt", "age")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.