s_pauc_ | R Documentation |
summarize paucs
s_pauc_(df, idv, dv, paucs, digits = Inf) s_pauc(df, idv, dv, paucs, digits = Inf)
df |
data frame |
idv |
string name for time column for pauc slice |
dv |
string name for dependent variable column (eg. dv or cobs) |
paucs |
list of ranges for pauc calculation |
digits |
number of decimals to round result before returning |
library(dplyr) sd_oral_richpk %>% group_by(ID) %>% s_pauc(Time, Conc, list(c(0,8), c(8, 24))) sd_oral_richpk %>% group_by(ID) %>% s_pauc_("Time", "Conc", list(c(0,8), c(8, 24)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.