View source: R/utilities-data.R
calculateMeanDataSet | R Documentation |
DataSet
objectsCalculate mean and standard deviation for the yValues of the given DataSet
objects
calculateMeanDataSet(
dataSets,
method = "arithmetic",
lloqMode = LLOQMode$`LLOQ/2`,
outputXunit = NULL,
outputYunit = NULL,
outputMolWeight = NULL
)
dataSets |
list of |
method |
method for calculating the mean and standard deviation - either
|
lloqMode |
how to treat data points below LLOQ if LLOQ is given - |
outputXunit |
xUnit of output data set, if |
outputYunit |
yUnit of output data set, if |
outputMolWeight |
molWeight of output data set in |
Calculates mean and standard deviation of the yValues of the given DataSet
objects per xValue. The meta data of the returned DataSet
consists of all meta
data that are equal in all initial data sets. Its LLOQ is the mean LLOQ value of all
data sets which have an LLOQ set, e.g. if dataSet1 has LLOQ 1, dataSet2 has LLOQ 3
and dataSet3 has no LLOQ, then 2 is used for the returned DataSet
.
The LLOQ of the returned DataSet
is the arithmetic mean of LLOQ values of
all DataSet
s
A single DataSet
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.