Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in get(as.character(FUN), mode = "function", envir = envir) : object 'f' of mode 'function' was not found #182

Open
Achhu1 opened this issue Jan 27, 2017 · 0 comments

Comments

@Achhu1
Copy link

Achhu1 commented Jan 27, 2017

First I read the CSV file.
Dat<-read.csv("femaleMiceWeights.csv",header = TRUE,sep =",",dec=".")
Diet Bodyweight
1 chow 21.51
2 chow 28.14
3 chow 24.04
4 chow 23.45
5 chow 23.68
6 chow 19.79
7 chow 28.40
8 chow 20.98
9 chow 22.51
10 chow 20.10
11 chow 26.91
12 chow 26.25
13 hf 25.71
14 hf 26.37
15 hf 22.80
16 hf 25.34
17 hf 24.97
18 hf 28.14
19 hf 29.58
20 hf 30.92
21 hf 34.02
22 hf 21.90
23 hf 31.53
24 hf 20.73

afterwards i typed this command
controls<-Filter(Dat,Diet=="chow")
it shows this error
Error in get(as.character(FUN), mode = "function", envir = envir) :
object 'f' of mode 'function' was not found
Please anybody solve this issue, i am not able to uderstand this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant