Displaying 4 results from an estimated 4 matches for "holyrood".
Did you mean:
hollywood
2000 Sep 04
2
bug in spline()? (PR#653)
BUG IN SPLINE()?
Version R-1.0.1, system i486,linux
If the spline(x,y,method="natural") function is given values outside the
range of the data, it does not give a warning. Moreover, the extrapolated
value reported is not the ordinate of the natural spline defined by (x,y).
Example. Let x <- c(2,5,8,10) and y <- c(1.2266,-1.7606,-0.5051,1.0390).
Then interpolate/extrapolate with
1999 Sep 03
1
pictex device driver
I can't get LaTeX to recognize the output from the pictex device
driver. Are these commands for some special latex package which I
don't know about?
************************************************
* I.White *
* ICAPB, University of Edinburgh *
* Ashworth Laboratories, West Mains Road *
* Edinburgh EH9 3JT
2003 Apr 24
2
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837)
R-1.7.0 built on NetBSD 1.6, but the validation test suite failed:
Machinetype: Intel Pentium III (600 MHz); NetBSD 1.6 (GENERIC)
Remote gcc version: gcc (GCC) 3.2.2
Remote g++ version: g++ (GCC) 3.2.2
Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib
make[5]: Entering directory `/local/build/R-1.7.0/src/library'
>>> Building/Updating
2001 Apr 25
1
manova
I'm running R 1.2.2. The help information for manova says that the
result is "A list with components
SS: A names list of sums of squares and product matrices.
Eigenvalues: A matrix of eigenvalues,
stats: A matrix of the statistics, approximate F value and degrees
of freedom."
However, when I run the example, with
fit <- manova(Y ~ rate*additive),
I find that fit$SS is NULL.