PIMS {RMark} | R Documentation |
Display PIM for a parameter
Description
Extract PIMS for a particular parameter and display either the full PIM structure or the simplified PIM structure.
Usage
PIMS(model, parameter, simplified = TRUE, use.labels = TRUE)
Arguments
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 |
Value
None
Author(s)
Jeff Laake
See Also
Examples
# 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)
[Package RMark version 3.0.0 Index]