Description Usage Arguments Value
View source: R/add_activity_profile.R
Takes all of the subject's activity counts, Xt, and transforms it into the activity profile, Ta
1 2 3 4 5 6 7 | add_activity_profile(
data,
activity_col,
group_col,
grid_length = 100,
quantiles = c(0.05, 0.95)
)
|
data |
dataset containing the activity counts for each group in the sample |
activity_col |
the name of the column that contains the activity data |
group_col |
the name of the column that contains the grouping label |
the same dataset with an additional columns for the activity profiles and analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.