Description Usage Arguments Value
View source: R/utils_loglikelihood_fixed.R
Negative log-likelihood for a full model
1 2 3 4 5 6 7 | get_neglog_fixed(
proteins_design,
fixed_design,
response,
num_fixed_effects,
num_proteins
)
|
proteins_design |
design matrix for protein parameters |
fixed_design |
design matrix for fixed effects |
response |
response vector |
num_fixed_effects |
number of fixed effects |
num_proteins |
number of proteins |
function of a single parameter that returns negative log-likelihood
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.