Hi, Im trying to run a non parametric regression and I wish to use function npreg(), I installed the np package, but I am being told that npreg doesnt exist. Any advice on how I could fix this? -- View this message in context: http://r.789695.n4.nabble.com/np-package-problem-tp4529813p4529813.html Sent from the R help mailing list archive at Nabble.com.
On Apr 3, 2012, at 2:46 PM, dnewbold wrote:> Hi, Im trying to run a non parametric regression and I wish to use > function > npreg(), I installed the np package, but I am being told that npreg > doesnt > exist. Any advice on how I could fix this?The usual error following that set of actions is user failure to load the package. ?require ?library> > -- > View this message in context: http://r.789695.n4.nabble.com/np-package-problem-tp4529813p4529813.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > 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.David Winsemius, MD West Hartford, CT
You need to load it once per session with library(np) Michael On Tue, Apr 3, 2012 at 2:46 PM, dnewbold <dwightnewbold_89 at hotmail.com> wrote:> Hi, Im trying to run a non parametric regression and I wish to use function > npreg(), I installed the np package, but I am being told that npreg doesnt > exist. Any advice on how I could fix this? > > -- > View this message in context: http://r.789695.n4.nabble.com/np-package-problem-tp4529813p4529813.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > 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.