Displaying 3 results from an estimated 3 matches for "oahu".
Did you mean:
ahu
2010 Apr 14
2
GAMM : how to use a smoother for some levels of a variable, and a linear effect for other levels?
...Zuur et al.
In Section 6.2, an example is discussed where a gamm-model is fitted,
with a smoother for time, which differs for each value of ID (4
different bird species). In earlier versions of R, the following code
was used
BM2<-gamm(Birds~Rain+ID+
s(Time,by=as.numeric(ID=="Stilt.Oahu"))+
s(Time,by=as.numeric(ID=="Stilt.Maui"))+
s(Time,by=as.numeric(ID=="Coot.Oahu"))+
s(Time,by=as.numeric(ID=="Coot.Maui")),
correlation=corAR1(form=~Time |ID ),
weights=varIdent(form=~1|ID))
However, in the current version of R, t...
2002 Oct 17
1
newbie problem: can't mount win xp disk into linux (regkey is set)
Got two machines connected via a 10MBit Hub:
One Slackware Linux 8.1 with eth0 = Realtek8139 (working fine),
one WindowsXP Pro, same NIC, registry key for proper auth is set.
The Windows machine is called xerxes on which the C dir is shared, and there
is /mnt/xerxes/ on the Linux box.
The command:
# mount -t smbfs -o username=(username on win machine),password=(passwd on win
# machine)
2006 Oct 10
1
read.table versus read.csv (PR#9284)
...95,502,454,502,98,50,97,27=
,272
1602,Georgia College,GA,IIA,447,388,340,373,571,496,440,479,47,41,80,11,179
3484,Covenant College,GA,IIB,429,371,312,388,519,492,390,484,19,12,6,1,38
1610,Univ. of Hawaii at Manoa,HI,I,713,532,458,570,887,677,587,719,442,285,2=
72,100,1099
21078,Univ. of Hawaii-West Oahu,HI,IIB,513,*,396,449,654,*,512,576,8,4,8,0,2=
0
29020,Univ. of Hawaii at Hilo,HI,IIB,576,461,414,467,731,591,534,598,43,47,3=
7,14,141
1846,Briar Cliff College,IA,IIB,367,324,286,313,473,412,359,398,16,13,28,3,6=
0
1847,Buena Vista College,IA,IIB,484,416,339,382,606,522,440,486,20,12,30,10,=
72
185...