tools:::Rd_package_description("morpheus")
tools:::Rd_package_author("morpheus")
Maintainer: tools:::Rd_package_maintainer("morpheus")
The package devtools should be useful in development stage, since we rely on testthat for unit tests, and roxygen2 for documentation. knitr is used to generate the package vignette. jointDiag allows to solve a joint diagonalization problem, providing a more robust solution compared to a single diagonalization. Concerning the other suggested packages:
tensor is used for comparing to some reference functions initially coded in R; it should not be required in further package versions;
parallel (generally) permits to run the bootstrap method faster.
The two main functions are located in R/computeMu.R and R/optimParams.R:
computeMu(): estimation of parameters directions;
optimParams(): builds an object o
to estimate all other parameters
when calling o$run()
, starting from the directions obtained by previous function
See also multiRun()
, which is a flexible method to run Monte-Carlo or bootstrap
estimations using different models in various contexts.