Description Usage Arguments Value
View source: R/likelihoodFunctions.R
Compute log-likelihood for aggregated model
1 | logLikelihood(data, muVec, covMtxList, doPar = FALSE, nc = NULL)
|
data |
Data Frame with 4 columns in the following order: Group, Replicates, Time, Signal |
muVec |
Vector Xβ of fitted values |
covMtxList |
List of covariance matrices for each group |
doPar |
TRUE/FALSE if computation should be parallel |
nc |
Number of clusters. Default: parallel::detectCores() |
Log-likehood value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.