powered by
Miscellaneous functions
primarysessions(intervals) secondarysessions(intervals)
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.
numeric vector of intervals for time between secondary sessions a of robust design
These functions are used internally.
int <- intervals(join(ovenCH)) primary <- primarysessions(int) primary # number of secondary sessions per primary table(primary) # secondary session numbers secondarysessions(int)
Run the code above in your browser using DataLab