miscellaneous | R Documentation |
Miscellaneous functions
primarysessions(intervals)
secondarysessions(intervals)
intervals |
numeric vector of intervals for time between secondary sessions a of robust design |
These functions are used internally.
primarysessions –
Integer vector with the number of the primary session to which each secondary session belongs.
secondarysessions –
Integer vector with secondary sessions numbered sequentially within primary sessions.
int <- intervals(join(ovenCH))
primary <- primarysessions(int)
primary
# number of secondary sessions per primary
table(primary)
# secondary session numbers
secondarysessions(int)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.