Learn R Programming

RMark (version 2.1.1)

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 class 'mark':
merge(...,table=TRUE)

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

Value

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

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