Why is this function not working .. please help me

Hi,

The function is

check.residuals(aov(absorbed~primer, data=primingmethod))

When I tried it the first time, it actually works and is saved in my environment under functions.

However when I cleared my environment to start new exercise.. the function no longer seem to work.

Can someone help me out please. I attached picture.

Screenshots are a bad way to communicate R issues almost always, and should be reserved to point out purely graphical issues.

I would assume that you have forgotten to load the library which provides the check.residuals function

Hi,

Thank you for your reply.

I did try to load the function in the library but didn't work out, I still got the error.

Error in check.residuals(aov(absorbed ~ fat, data = donuts)) :
could not find function "check.residuals"

I'm sure it will help you now and in the future (should you seek further help on the forums) to take my advice on being explicit as much as possible.

How did you try ?
write the code you tried with
you can format your code within your forum posts to be printed nicely by using tripple backticks ```

```
my nice code

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.