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

read.mark.binary

Reads binary file output from MARK and returns a list of the results


Description

Window and linux versions to read binary files created by MARK

Usage

read.mark.binary(filespec, derived_labels)

Arguments

filespec

Filename specification for binary output file from MARK;named here as markxxx.vcv

derived_labels

vector of labels for derived parameters; NULL if no derived parameters for model

Value

List of estimates, se, lcl, ucl and var-cov matrices for beta, real and derived estimates

beta

Dataframe for beta parameters containing estimates, se, lcl, ucl

beta.vcv

variance-covariance matrix for beta estimates

real

Dataframe for real parameters containing estimates, se, lcl, ucl

real.vcv

variance-covariance matrix for real estimates

derived

Dataframe for derived parameters (if any) containing estimates, se, lcl, ucl

derived.vcv

variance-covariance matrix for derived estimates (if any)

Author(s)

Jeff Laake

See Also


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.