[datatable-help] Specify my data as working dataset
    bowlinggolyo 
    szabolcs_pal at yahoo.co.uk
       
    Sat Oct 29 14:57:37 CEST 2016
    
    
  
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.
    
    
More information about the datatable-help
mailing list