as_sparse_pk | R Documentation |
Generate a sparse_pk object
as_sparse_pk(conc, time, subject)
conc |
Measured concentrations |
time |
Time of the measurement of the concentrations |
subject |
Subject identifiers (may be any class; may not be null) |
A sparse_pk object which is a list of lists. The inner lists have elements named: "time", The time of measurement; "conc", The concentration measured; "subject", The subject identifiers. The object will usually be modified by future functions to add more named elements to the inner list.
Other Sparse Methods:
pk.calc.sparse_auc()
,
sparse_auc_weight_linear()
,
sparse_mean()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.