Reads binary file output from MARK and returns a list of the results
Window and linux versions to read binary files created by MARK
read.mark.binary(filespec, derived_labels)
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 |
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) |
Jeff Laake
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.