Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Author(s)

Jeff Laake

See Also

Examples

# This example is excluded from testing to reduce package check time
data(dipper)
results=mark(dipper)
PIMS(results,"Phi")
PIMS(results,"Phi",simplified=FALSE)

RMark

R Code for Mark Analysis

v2.2.7
GPL (>= 2)
Authors
Jeff Laake <jefflaake@gmail.com> with code contributions from Eldar Rakhimberdiev, Ben Augustine, Daniel Turek and Brett McClintock and example data and analysis from Bret Collier, Jay Rotella, David Pavlacky, Andrew Paul, Luke Eberhart- Phillips, Jake Ivan, and Connor Wood.
Initial release
2019-11-4

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.