PIMS | R Documentation |
Extract PIMS for a particular parameter and display either the full PIM structure or the simplified PIM structure.
PIMS(model, parameter, simplified = TRUE, use.labels = TRUE)
model |
mark model object |
parameter |
character string of a particular type of parameter in the model (eg "p","Phi","pent","S") |
simplified |
if TRUE show simplified PIM structure; otherwise show full structure |
use.labels |
if TRUE, uses time and cohort labels for columns and rows respectively |
None
Jeff Laake
make.design.data
# This example is excluded from testing to reduce package check time data(dipper) results=mark(dipper,delete=TRUE) PIMS(results,"Phi") PIMS(results,"Phi",simplified=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.