data/heart.rate.R

heart.rate<-data.frame(hr = c(96,110,89,95,128,100,72,79,100,
                              92,106,86,78,124, 98,68,75,106,
                              86,108,85,78,118,100,67,74,104,
                              92,114,83,83,118,94,71,74,102),
                       subj=gl(9,1,36),
                       time=gl(4,9,36,labels=c(0,30,60,120)))

Try the ISwR package in your browser

Any scripts or data that you put into this service are public.

ISwR documentation built on Jan. 20, 2020, 5:07 p.m.