sparse_mean | R Documentation |
Choices for the method of calculation (the argument sparse_mean_method
)
are:
sparse_mean(
sparse_pk,
sparse_mean_method = c("arithmetic mean, <=50% BLQ", "arithmetic mean")
)
sparse_pk |
A sparse_pk object from |
sparse_mean_method |
The method used to calculate the sparse mean (see details) |
Arithmetic mean (ignoring number of BLQ samples)
If >= 50% of the measurements are BLQ, zero. Otherwise, the arithmetic mean of all samples (including the BLQ as zero).
A vector the same length as sparse_pk
with the mean concentration
at each of those times.
Other Sparse Methods:
as_sparse_pk()
,
pk.calc.sparse_auc()
,
sparse_auc_weight_linear()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.