Displaying 6 results from an estimated 6 matches for "multiphasic".
Did you mean:
multiphase
2016 Jul 09
0
New package 'forestinventory: Design-Based Global and Small-Area Estimations for Multiphase Forest Inventories'
Dear R users,
We are happy to announce that the R package 'forestinventory: Design-Based Global and Small-Area Estimations for Multiphase Forest Inventories'
is now on CRAN (https://cran.r-project.org/web/packages/forestinventory/).
The aim of our package is to provide global- and smallarea estimators for twophase and threephase forest inventories under simple and cluster sampling.
The
2016 Jul 09
0
New package 'forestinventory: Design-Based Global and Small-Area Estimations for Multiphase Forest Inventories'
Dear R users,
We are happy to announce that the R package 'forestinventory: Design-Based Global and Small-Area Estimations for Multiphase Forest Inventories'
is now on CRAN (https://cran.r-project.org/web/packages/forestinventory/).
The aim of our package is to provide global- and smallarea estimators for twophase and threephase forest inventories under simple and cluster sampling.
The
2007 Sep 04
2
multiphasic growth curve analysis
Greetings R Help Group,
How does one effect a multiphasic logistic growth model with 4 phases (e.g. Koops 1986; Weigel, Craig, Bidwell and Bates 1992; Grossman and Koops 2003) with R.
Before writing to the group, the R help archives were searched, the web was searched with Google, Venables and Ripley 2002 was consulted, Pinheiro and Bates 2000 was consu...
2002 Jun 12
2
authentication question- pls respond
I am running samba-2.0.7 on solaris 2.6 in domain mode
Windows clients are 98/nt/w2k
I was just wondering if 2.0.7 supports NTLMv2
I am asking this because lately some w2k clients are having issues with
authentication...
how do i check what if when client is requesting SMBnegprot to the server
what NTLM version samba server is responding
thanks
Abdul Javid
2004 Jul 28
1
a question about using nlme
Hi,
I am using Splus to run a multiphase mixed-effects model.
The quations of the models are as below:
gf[ij]=b0[i]+b1[i]*age[ij]+b2[i]*max(0,(age[ij]-tau[i]))^2+e[ij]
b0[i]=b00+e[i0]
b1[i]=b10+e[i1]
b2[i]=b20+e[i2]
tau[i]=tau+e[i3]
i: 1,2,...,100 subjects
j: 1,2,...,6 occasions
The main scripts of Splus is:
simu1<-groupedData(gf~age|id)
simu.nlme<-nlme(gf~(b0 + b1 * age + b2 *
2004 Jul 30
0
a question about nlme
Hi,
Sorry to bother those who are not interested in the
question.
I am using R to run a multiphase mixed-effects model. I
simulated a data set by using the following model. And now
I want to use R to estimate the parameters and compare the
results with the true values.
The equations of the models are as below:
gf[ij]=b0[i]+b1[i]*age[ij]+b2[i]*max(0,(age[ij]-tau[i]))+e[ij]
b0[i]=b00+e[i0]