Hi Szabi, "data" is probably not the function you are looking for. If you have troubles with any R function just type it with question mark "?data" to display manual. Start your R journey from R manuals, especially examples at the bottom of manual pages. In case of future questions be aware datatable-help mailing list is not R-help mailing list, but mailing list related to data.table R package. Regards, Jan
On 29 October 2016 at 13:57, bowlinggolyo <[email protected]> wrote: > I am a newbie to R. > > I can successfully load mydata into R-Studio, and I can see mydata in the > workspace. > > However, when I run data(mydata1) > > I get the following warning message: In data(mydata1) : data set ‘mydata1’ > not found > > I need to run the data() command as recommended in the evReturn() command, > which is part of the erer package. > > The code: > > library ("gdata") > library("zoo") > library('quantmod') > library("lmtest") > library("erer") > > mydata1 <- read.csv("ndx.csv",header=TRUE, sep=";") > > data(mydata1) > > > What can I do to solve this problem? > > Tanks you for your help. > Szabi > > > > -- > View this message in context: http://r.789695.n4.nabble.com/ > Specify-my-data-as-working-dataset-tp4726059.html > Sent from the datatable-help mailing list archive at Nabble.com. > _______________________________________________ > datatable-help mailing list > [email protected] > https://lists.r-forge.r-project.org/cgi-bin/mailman/ > listinfo/datatable-help
_______________________________________________ datatable-help mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
