Hi, Good afternoon. Please I am trying to do my project from school. I keep getting the error message that the package is not available. Please advise. below is the error message. May I know what package the 'prob.def1' is under? -------------- next part -------------- A non-text attachment was scrubbed... Name: 2021-11-26.png Type: image/png Size: 136697 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20211126/4c47efe2/attachment.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: 2021-11-26 (1).png Type: image/png Size: 133734 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20211126/4c47efe2/attachment-0001.png>
You seem to be confused. The package appears to be "prob" containing a function prob.def1(). If I am correct about this, you need to review these materials in your course to proceed. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Fri, Nov 26, 2021 at 9:02 AM Amanze Ozioma <amanzeozioma21 at gmail.com> wrote:> > Hi, Good afternoon. > Please I am trying to do my project from school. I keep getting the error > message that the package is not available. Please advise. below is the > error message. May I know what package the 'prob.def1' is under? > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Hi Amanze, The package is apparently "apsurvival", hosted on GitHub: https://rdrr.io/github/carolinewei/apsurvival/ There seem to be instructions on how to install this, but the maintainer (Caroline Wei?) doesn't seem to have an email address listed. Perhaps the easiest thing for you to do is ask your teacher how to install this package and remember to load it: library(apsurvival) after installing when you need the function. Jim On Sat, Nov 27, 2021 at 4:02 AM Amanze Ozioma <amanzeozioma21 at gmail.com> wrote:> > Hi, Good afternoon. > Please I am trying to do my project from school. I keep getting the error > message that the package is not available. Please advise. below is the > error message. May I know what package the 'prob.def1' is under? > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.