Description Usage Arguments Details Value Author(s) Examples
Calculates initial parameter estimates from data. Used by cqmc
.
1 2 3 4 |
data |
object or data data frame. Contains x-locations, y-locations and Cq values including |
extra |
vector of names of parameters to include in model in additon to mu, E, and A. Defaults to all possibitilies: |
h |
threshold value. Not needed if data is cqdat object. |
n0, n1, nt0, nt1, n.hi, n.lo |
counts of the number of negative partitions ( |
maxn0 |
positive truncation of Poisson distribution in calculating initial value for A. |
E.init, E1.init |
initial parameter values (probabilities) for E and E_1. |
d.init |
initial parameter value (positive) for dispersion (ν). |
Initial values for nu, E and E_1 are given by the variables d.init
, E.init
and E1.init
respectively. Initial values for trendx
and trendy
come robust linear regression using lmRob
. The initial value for μ is derived from the proportion of negative partitions, and if d.init
is 1 this will be the same as for the standard count-based method.
The initial value of A is based on A=h(1+E1)^-1*(1+E)^(1-m1) where m1 is an estimate of the mean Cq for 1 initial molecule and is based in turn on the sample mean of the Cq values.
vector of initial parameter values.
Philip Wilson
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.