<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<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>
<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 The R base package
<br>ctest Classical Tests
<br>eda Exploratory Data Analysis
<br>lqs Resistant Regression and Covariance Estimation
<br>modreg Modern Regression: Smoothing and Local Methods
<br>mva Classical Multivariate Analysis
<br>nls Nonlinear regression
<br>splines Regression Spline Functions and Classes
<br>stepfun Step Functions, including Empirical Distributions
<br>tcltk Interface to Tcl/Tk
<br>ts 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>--
------------------------------------------------------------
| 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. |
------------------------------------------------------------</pre>
</html>