powered by
summarize paucs
s_pauc_(df, idv, dv, paucs, digits = Inf)s_pauc(df, idv, dv, paucs, digits = Inf)
s_pauc(df, idv, dv, paucs, digits = Inf)
data frame
string name for time column for pauc slice
string name for dependent variable column (eg. dv or cobs)
list of ranges for pauc calculation
number of decimals to round result before returning
# NOT RUN { 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))) # }
Run the code above in your browser using DataLab