Anaanthan Pillai
2019-Apr-15 15:06 UTC
[R] Unable to load built In Datasets From Stat2Data package.
Hi, I?ve been trying to load datasets from Stat2Data, but couldn?t proceed to do so. I can install the package though, but the datasets are not being loaded. Is there any error that I do? Regards, Anand> library(Stat2Data) > data <- ICUError: object 'ICU' not found> SparrowsError: object 'Sparrows' not found> SeaSlugsError: object 'SeaSlugs' not found
Michael Dewey
2019-Apr-15 15:15 UTC
[R] Unable to load built In Datasets From Stat2Data package.
Did you mean to do data(ICU) and then use ICU and so on On 15/04/2019 16:06, Anaanthan Pillai wrote:> Hi, > > I?ve been trying to load datasets from Stat2Data, but couldn?t proceed to do so. I can install the package though, but the datasets are not being loaded. > > Is there any error that I do? > > Regards, > > Anand > >> library(Stat2Data) >> data <- ICU > Error: object 'ICU' not found >> Sparrows > Error: object 'Sparrows' not found >> SeaSlugs > Error: object 'SeaSlugs' not found > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > > --- > This email has been checked for viruses by AVG. > https://www.avg.com > >-- Michael http://www.dewey.myzen.co.uk/home.html