Learn R Programming

RMark (version 2.1.1)

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)

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

See Also

make.design.data

Examples

Run this code
data(dipper)
results=mark(dipper)
PIMS(results,"Phi")
PIMS(results,"Phi",simplified=FALSE)

Run the code above in your browser using DataLab