<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
&nbsp;
<br>Hello
<p>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.
<br>smooth.spline and predict.smooth.spline.
<br>The error messages being given by is:
<p>Error: Object "smooth.spline" not found
<br>&nbsp;
<p>With the command library() I have checked or the libraries for the smoothing
functions are there, as shown below.
<br>--------
<br>> library()
<p>Packages in library `/usr/local/lib/R/library':
<p>base&nbsp; The R base package
<br>ctest&nbsp; Classical Tests
<br>eda&nbsp; Exploratory Data Analysis
<br>lqs&nbsp; Resistant Regression and Covariance Estimation
<br>modreg&nbsp; Modern Regression: Smoothing and Local Methods
<br>mva&nbsp; Classical Multivariate Analysis
<br>nls&nbsp; Nonlinear regression
<br>splines&nbsp; Regression Spline Functions and Classes
<br>stepfun&nbsp; Step Functions, including Empirical Distributions
<br>tcltk&nbsp; Interface to Tcl/Tk
<br>ts&nbsp; Time series functions
<p>>
<br>---------
<p>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,
<br>containing R code for the smooth.spline function.
<p>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
<br>commands available.
<p>Thanks
<p>Govert de With
<pre>--&nbsp;
&nbsp;------------------------------------------------------------
| Govert de With&nbsp;&nbsp;&nbsp;&nbsp; Research Student&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |
| Fluid Mechanics Research Group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |
| University of Hertfordshire&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |
| Tel: 01707 284942 Fax: 01707 285086&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |
&nbsp;------------------------------------------------------------
| Der Horizont vieler Menschen ist ein Kreis mit Radius Null |
| und das nennen sie ihren Standpunkt.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |
&nbsp;------------------------------------------------------------</pre>
&nbsp;</html>