powered by
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)
None
mark model object
character string of a particular type of parameter in the model (eg "p","Phi","pent","S")
if TRUE show simplified PIM structure; otherwise show full structure
if TRUE, uses time and cohort labels for columns and rows respectively
Jeff Laake
make.design.data
# \donttest{ # 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) # }
Run the code above in your browser using DataLab