Error checks and plotting speedups for dive_phe2mash function

This commit is contained in:
2021-03-31 18:17:02 -05:00
parent 027323acf6
commit 1edd72d15e
26 changed files with 779 additions and 63 deletions

29
man/expand_cov.Rd Normal file
View File

@@ -0,0 +1,29 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mash-evaluation.R
\name{expand_cov}
\alias{expand_cov}
\title{Create expanded list of covariance matrices expanded by
grid, Sigma_{lk} = omega_l U_k}
\usage{
expand_cov(Ulist, grid, usepointmass = TRUE)
}
\arguments{
\item{Ulist}{a list of covarance matrices}
\item{grid}{a grid of scalar values by which the covariance
matrices are to be sc}
\item{usepointmass}{if TRUE adds a point mass at 0 (null component)
to the list}
}
\value{
This takes the covariance matrices in Ulist and multiplies
them by the grid values If usepointmass is TRUE then it adds a null
component.
}
\description{
This is an internal (non-exported) function. This help
page provides additional documentation mainly intended for
developers and expert users.
}
\keyword{internal}