Hello I have installed R-0.90.1 on my Linux (Redhat 6.2) machine, unfortunately I am not able to use a number of commands like e.g. smooth.spline and predict.smooth.spline. The error messages being given by is: Error: Object "smooth.spline" not found With the command library() I have checked or the libraries for the smoothing functions are there, as shown below. --------> library()Packages in library `/usr/local/lib/R/library': base The R base package ctest Classical Tests eda Exploratory Data Analysis lqs Resistant Regression and Covariance Estimation modreg Modern Regression: Smoothing and Local Methods mva Classical Multivariate Analysis nls Nonlinear regression splines Regression Spline Functions and Classes stepfun Step Functions, including Empirical Distributions tcltk Interface to Tcl/Tk ts Time series functions>--------->From what I can see the code for these commands is available also, asthere is a file called /usr/local/lib/R/library/modreg/R/modreg, containing R code for the smooth.spline function. I would be really interested if anyone can tell me how I have to install, compile or configure the R code to have the above described commands available. Thanks Govert de With -- ------------------------------------------------------------ | Govert de With Research Student | | Fluid Mechanics Research Group | | University of Hertfordshire | | Tel: 01707 284942 Fax: 01707 285086 | ------------------------------------------------------------ | Der Horizont vieler Menschen ist ein Kreis mit Radius Null | | und das nennen sie ihren Standpunkt. | ------------------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010426/da5011a9/attachment.html
"G.de-With" <dg6ag at herts.ac.uk> writes:> Hello > > I have installed R-0.90.1 on my Linux (Redhat 6.2) machine, > unfortunately I am not able to use a number of commands like e.g. > smooth.spline and predict.smooth.spline. > The error messages being given by is: > > Error: Object "smooth.spline" not found > > > With the command library() I have checked or the libraries for the > smoothing functions are there, as shown below. > -------- > > library() > > Packages in library `/usr/local/lib/R/library': > > base The R base package > ctest Classical Tests > eda Exploratory Data Analysis > lqs Resistant Regression and Covariance Estimation > modreg Modern Regression: Smoothing and Local Methods > mva Classical Multivariate Analysis > nls Nonlinear regression > splines Regression Spline Functions and Classes > stepfun Step Functions, including Empirical Distributions > tcltk Interface to Tcl/Tk > ts Time series functionsSo did you type library(splines) to load the package? (And 0.90.1 is getting old. 1.2.3 is due out today) -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
"G.de-With" wrote:> > > Hello > > I have installed R-0.90.1 on my Linux (Redhat 6.2) machine,1. Install a recent version of R (R-1.2.2)!> unfortunately I am not able to use a number of commands like e.g. > smooth.spline and predict.smooth.spline. > The error messages being given by is: > > Error: Object "smooth.spline" not found2. type: library(modreg) 3. everything works!> With the command library() I have checked or the libraries for the > smoothing functions are there, as shown below. > -------- > > library() > > Packages in library `/usr/local/lib/R/library': > > base The R base package > ctest Classical Tests > eda Exploratory Data Analysis > lqs Resistant Regression and Covariance Estimation > modreg Modern Regression: Smoothing and Local Methods > mva Classical Multivariate Analysis > nls Nonlinear regression > splines Regression Spline Functions and Classes > stepfun Step Functions, including Empirical Distributions > tcltk Interface to Tcl/Tk > ts Time series functions > > > > --------- > > From what I can see the code for these commands is available also, as > there is a file called /usr/local/lib/R/library/modreg/R/modreg, > containing R code for the smooth.spline function. > > I would be really interested if anyone can tell me how I have to > install, compile or configure the R code to have the above described > commands available.Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Thu, 26 Apr 2001, G.de-With wrote:>I have installed R-0.90.1 on my Linux (Redhat 6.2) machine,Huh, that's really old, I think the standard response is to get the latest version, which is 1.2.2 and start from there <URL:http://cran.r-project.org/src/base/R-1.2.2.tgz>. Best, Kjetil -- Kjetil Kjernsmo Graduate astronomy-student Problems worthy of attack University of Oslo, Norway Prove their worth by hitting back E-mail: kjetikj at astro.uio.no - Piet Hein Homepage <URL:http://www.astro.uio.no/~kjetikj/> Webmaster at skepsis.no -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._