View source: R/nm.covmat.extract.r
nm.covmat.extract | R Documentation |
Extract covariance matrix from a .cov file
nm.covmat.extract(run, path = getOption("nmDir"))
run |
character string in the form of 'run1' |
path |
Directory where .cov file resides |
Covariate matrix
extract.varcov
, get.covmat
, nm.cormat.extract
nm.unzip(run = "example1", extension = ".cov",
path = file.path(getOption("qpExampleDir"),"example1"))
run1.covmat = nm.covmat.extract("example1",
path = getOption("qpExampleDir"))
names(run1.covmat)
names(run1.covmat[[1]])
lapply(run1.covmat, dim)
file.remove( file.path(getOption("qpExampleDir"),"example1/example1.cov"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.