PIMS: Display PIM for a parameter

View source: R/PIMS.R

PIMSR 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

make.design.data

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)
 

RMark documentation built on Aug. 14, 2022, 1:05 a.m.

Related to PIMS in RMark...