URGENT:pls help why does it keep saying error in eval object apples not found when it read the same file in. what am I d
Posted: Wed May 11, 2022 2:06 pm
URGENT:pls help
why does it keep saying error in eval
object apples not found when it read the same file in. what am I
doing wrong
i typedi n Attach(data.df) and it told me data.df not
found. do u mean Attach (name of my file )
C:\Users\Divine\Downloads\biometry 22\hw10q2.R - R Editor data.df<- read.table ("apples.csv", header=TRUE, sep=",") data.df friedman. test (Taste-AppleVar Location, data=apples)
data.df<- read.table ("apples.csv", header=TRUE, sep=",") data.df AppleVar Location Taste BigGreen 4
40 MidGold h 10 > friedman.test (Taste-AppleVar | Location, data=apples) Error in eval (m$data, parent.frame()) : object 'apples' not found '
why does it keep saying error in eval
object apples not found when it read the same file in. what am I
doing wrong
i typedi n Attach(data.df) and it told me data.df not
found. do u mean Attach (name of my file )
C:\Users\Divine\Downloads\biometry 22\hw10q2.R - R Editor data.df<- read.table ("apples.csv", header=TRUE, sep=",") data.df friedman. test (Taste-AppleVar Location, data=apples)
data.df<- read.table ("apples.csv", header=TRUE, sep=",") data.df AppleVar Location Taste BigGreen 4
40 MidGold h 10 > friedman.test (Taste-AppleVar | Location, data=apples) Error in eval (m$data, parent.frame()) : object 'apples' not found '