Learn R Programming

RMark (version 3.0.0)

PIMS: 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)

Value

None

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

Author

Jeff Laake

See Also

make.design.data

Examples

Run this code
# \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