View source: R/read.mark.binary.R
| readMarkVcv | R Documentation | 
Window and linux versions to read binary files created by MARK. This function written by Jim Hines and modified by Jeff Laake to add derived_labels, replaces read.mark.binary and read.mark.binary.linux
readMarkVcv(f = "mark001.vcv", derived_labels)
| f | 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 | list of Dataframes for derived parameters (if any) containing estimates, se, lcl, ucl | 
| derived.vcv | variance-covariance matrix for derived estimates (if any) | 
Jim Hines, Jeff Laake
extract.mark.output
#a=readMarkVcv('~/../Downloads/mark005.vcv')
#str(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.