Displaying 2 results from an estimated 2 matches for "0woody1_i386".
2006 Mar 05
2
how-to: installing R on Knoppix
...my uSB drive I had a package downloaded from CRAN,
debian distribution (Knoppix is 'related' to Debian so
I assumed there will be less problems when using
Debian's packages - I did not try rpms).
As per my mount point I tried to install it as
dpkg -i
/mnt/usbhd/r-base-core_2.1.1-0woody1_i386.deb
which, naturally, resulted in multiple dependency
errors, because many of the libraries were missing.
After some trial and error I found that following
packages need to be installed:
dpkg -i /mnt/usbhd/gcc-3.4-base_3.4.5-3_i386.deb
dpkg -i /mnt/usbhd/libg2c0_3.4.5-3_i386.deb
dpkg -i /mnt/u...
2003 Nov 18
5
mixed model for Splus and R
Hi there,
I try to compare the mixed model package "lme" by Splus and R. I used the
dataset "Ovary" and the following code assuming AR(1) model for the error term:
lme(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), data=Ovary, random =
pdDiag(~sin(2*pi*Time) ) , correlation=corAR1() )
But I got different results! And then I used a simpler model:
lme(follicles ~