简体   繁体   中英

R can't find function pure.error.anova

I am trying to create an ANOVA table with pure errors and lack-of-fit errors , but R gives me the following message when I try to use the function pure.error.anova :

Error: could not find function pure.error.anova

Why isn't this function being found?

That's because the function is now deprecated. Use pureErrorAnova instead.

library(alr3)
?pureErrorAnova # to see the help file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM