mle_pe | R Documentation |
Find joint MLEs of p and e for microbiome mixture model
mle_pe(
tab,
interval = c(0, 1),
tol = 0.000001,
check_boundary = FALSE,
SE = FALSE
)
tab |
Dataset of read counts as 3d array of size 3x3x2, genotype in first sample x genotype in second sample x allele in read. |
interval |
Interval to which each parameter should be constrained |
tol |
Tolerance for convergence |
check_boundary |
If TRUE, explicitly check the boundaries of |
SE |
If TRUE, get estimated standard errors. |
A vector containing the estimates of p
and e
along with the evaluated log likelihood and likelihood ratio test statistics for the hypotheses p=0 and p=1.
data(mbmixdata)
mle_pe(mbmixdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.