Sums Of Squares
computed by
lm).If complete data analyses is performed, then the slope and contrasts of intercepts are returned form the lm-fit, and confidence intervals for potency computed by Fieller's theorem.
pheur325(data, lmInteraction = NULL, lmRestricted = NULL, dr = 2, response = "Response", sampleLabels = levels(unlist(data["Sample"])), indexOfReference = 1, StdName = sampleLabels[indexOfReference], sampleStepName = "SampleStep", dfAdj = 0, factor = 1.0, alpha = 0.05)
response
and
sampleStepName
. Note that the slope then is determined by
only the additional dilution ratio dr
. response
column of data
. samples
.
If data["Sample"]
has one of these values, then these rows are used.
These labels are also used for labels of the returned values.
sampleLabels
. If data["Sample"]
has this
value, then these rows are from the 'reference'.
sampleStepName
column of data
. This variable should
identify both the preparation
and the dilution step
.