Description Usage Arguments Value Examples
View source: R/flexss.bootstrappedMLEs.R
Maximum Likelihood estimation of the SS model parameters along with Parametric Bootstrap confidence intervals.
1 2 3 4 5 6 7 8 | flexss.bootstrappedMLEs(
problem.counts,
nrepsi,
Dmat,
gens,
B = 1000,
neg.cost = TRUE
)
|
problem.counts |
is a matrix. The first column are the days, the next columns are the counts over time of the plasmid-free colonies. One column per replicated platings. |
nrepis |
The number of replicated platings. Must be equal to ncol(day.counts)-1 |
gen |
Number of generations per day |
Dmat: |
A matrix whose number of rows is the number of days that the assay was ran. The number of columns corresponds to the number of replicated platings. The entries correspond to the total number of colonies picked for testing in a particular day and replicate. |
A list with the BIC, the negative log-likelihood and a matrix with the model MLEs along with 95% Parametric boostrap confidence intervals
1 | flexss.bootstrappedMLEs(problem.counts, nrepsi, Dmat, gens, B=1000, neg.cost=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.