Displaying 6 results from an estimated 6 matches for "irta".
Did you mean:
ira
2013 Jan 28
0
Modeling presence only data in R
Dear R users,
Is graspeR package current operative? If yes, anyone would be able to say me how I can access to the website given by the author? (http://www.cscf.ch/grasp)
Thanks a lot to all for your compression,
Regards,
Xavier Benito Granell
PhD student
IRTA- Ecosistemes Aquàtics
Ctra. de Poblenou Km. 5,5
43540 Sant Carles de la Ràpita
(Tarragona) Spain
xavier.benito@irta.cat<mailto:xavier.benito@irta.cat>
www.irta.cat<http://www.irta.cat>
[[alternative HTML version deleted]]
2005 Jun 30
1
Nolinear mixed-effects models (nlme)
Hello,
I am trying to fit a nonlinear model of the form of:
A*x^b*exp(-c*x)
This represents a lactation curve. I have a bunch of cows, so I want
COW to be a random effect.
I have been trying the following code with very littel success:
> fm1 <- nlme(yield ~ A*(DIM^B)*(exp(-C*DIM)),
+ data = group,
+ fixed = A + B + C ~ 1,
+ start = c(A = 20, B =
2003 Dec 10
1
Debian + Samba 3.0 + Mac OS X 10.[2-3] -> insufficient privileges
hi all,
I've read trough the list and see discussions with similar problems.
I've setup a file server and users can connect to it via SMB/CIFS.
Windows users just happy. The problem starts with the Mac users.
All Mac users are using OS X (versions 10.2,10.3).
I'm vetoing several files right now, permission inheriting turned on,
I've forced the create mode and directory mode to
2003 Dec 01
0
No subject
...;6SrC{;9Cb7QJTSC!
Wp>45DEsSQ#,Dz:C#!
7G3#8PP;Dz5Dd/@@#,Hg9{DzU}N*Q0URR;8v8|:C5DISP6x73DU#,DGC4NRCGMxBgJ14zhttp://www.now.net.cnN*DzLa9)AKWn<Q5DQ!Tq#!
!n SrC{W"2a
W"2aSrC{TyKM38v4N<6SrC{(4xVDNS)#! M,J1IjGk?U<dTYTyKM38v4N<6SrC{#!
!nPiDbVw;z
R; 3,5MLX<[
280T*#! Dc?IRTA"?LS5SPNH6(6x?lKY5D100MPiDbVw;z?U<d;9SLT%J2C4DX#,8O?lPP6/0I#!
6~ 395W=b7E
OVTZLl;%?F<<5DASP:MACCESSJ}>]?bH+Cf?*7E#,V;Ph100T*>MHCDc5DMxU>S5SPJ}>]?b!#
2"SPLa9)CGI PERL PHP JSP 5HR;Le8_<6?U<d.KySP?U<dJ5J1?*M(Cb7QJTSC15Ll!
H} 8|6`SE;]
!n72TZ8.15=9.1W"...
2005 Apr 28
1
Installing sna package on MacOSX
Hi folks,
I am trying to install the sna package on a MacOS X 10.3.9 and
10.3.4. In neither case I have been able to get the R CMD Install
command to succeed from the Terminal window.
With 10.3.9 I get an error with the Make command, and with 10.3.4 I
get an error on the Description(???)
Has anyone out there been able to install it successfully on a Mac?
Thanks
Alex
2004 Jun 06
2
Repeated measures
Dear R-gurus,
I am pretty much new on R.
I am trying to to do a repeated analysis of a linear mixed model with
R, and I consistently fail...
The problem is: Cow is the random factor, treatment is the fixed
factor. The dependent variable is milk yield, which is measured several
times (repeatedly over time), thus there is another variable which is
time (i.e. week).
The model would be