Learn R Programming

RMark (version 3.0.0)

merge.mark: Merge mark model objects and lists of mark model objects

Description

Merge an unspecified number of marklist and mark model objects into a single marklist with an optional table of model results if table=TRUE.

Usage

# S3 method for mark
merge(...,table=TRUE)

Value

model.list: a list of mark models and optionally a table of model results.

Arguments

...

an unspecified number of marklist and/or mark model objects

table

if TRUE, a table of model results is also included in the returned list

Author

Jeff Laake

See Also

collect.models,remove.mark,run.models,model.table,dipper

Examples

Run this code

# see example in dipper

Run the code above in your browser using DataLab