reduceReplicates
.
fitErrorModel(data, factors, errorModel = "exp(s0)+exp(srel)*x^2", par = c(s0 = 1, srel = 0.1), plotting = TRUE, blather = FALSE, ...)
reduceReplicates
. Need
columns "value", "sigma", "n".optim
.It is desireable to estimate the variance from many replicates. The parameter data must provide one or more columns which define the pooling of data. In case more than one column is announced by factors, all combinations are constructed. If, e.g., factors = c("condition", "name") is used, where "condition" is "a", "b", "c" and repeating and "name" is "d", "e" and repeating, the effective conditions used for pooling are "a d", "b e", "c d", "a e", "b d", and "c e".
By default, a plot of the pooled data, sigma and its confidence bound at 68% and 95% is shown.