Displaying 5 results from an estimated 5 matches for "holsinger".
2004 Apr 08
2
nlme on Windows 2000 (v1.8.1)
...Linux
(Fedora Core 1). R works perfectly on it under Linux.
I've downloaded and re-installed the binaries on both machines several
times, so I don't think I have a corrupted download. Any ideas on how to
diagnose (and solve) this problem would be greatly appreciated.
Kent
--
Kent E. Holsinger kent at darwin.eeb.uconn.edu
http://darwin.eeb.uconn.edu
-- Department of Ecology & Evolutionary Biology
-- University of Connecticut, U-3043
-- Storrs, CT 06269-3043
2003 Feb 04
0
Help with NLME
...) to compare the models.
random = a.max + a.qe +lcp ~ 1 | bench
works fine, but I can't figure out how to drop nested terms from only some
of the coefficients.
Any help (including pointers to appropriate pages in Pinheiro and Bates)
will be much appreciated.
Thanks.
Kent
--
Kent E. Holsinger kent at darwin.eeb.uconn.edu
http://darwin.eeb.uconn.edu
-- Department of Ecology & Evolutionary Biology
-- University of Connecticut, U-3043
-- Storrs, CT 06269-3043
2005 Jun 29
1
Failed "make check" under Fedora Core 4 (PR#7979)
...problem?
I used a locally compiled version of GCC v4.0.0 that reports
[kent at d89h102 R-2.1.1]$ gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.0.0/configure --enable-languages=c,c++,f95,java
Thread model: posix
gcc version 4.0.0
[kent at d89h102 R-2.1.1]$
Kent Holsinger
kent at darwin.eeb.uconn.edu
make[3]: Entering directory `/home/kent/source-arc/R-2.1.1/tests'
running code in 'eval-etc.R' ... OK
comparing 'eval-etc.Rout' to './eval-etc.Rout.save' ...2a3,157
> > #### eval / parse / deparse / substitute etc
> >
> &...
2005 Jun 29
2
Failed make (PR#7978)
...problem?
I used a locally compiled version of GCC v4.0.0 that reports
[kent at d89h102 R-2.1.1]$ gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.0.0/configure --enable-languages=c,c++,f95,java
Thread model: posix
gcc version 4.0.0
[kent at d89h102 R-2.1.1]$
Kent Holsinger
kent at darwin.eeb.uconn.edu
make[3]: Entering directory `/home/kent/source-arc/R-2.1.1/tests'
running code in 'eval-etc.R' ... OK
comparing 'eval-etc.Rout' to './eval-etc.Rout.save' ...2a3,157
> > #### eval / parse / deparse / substitute etc
> >
> >...
2005 Jan 05
10
variance of combinations of means - off topic
Hello, and please excuse this off-topic question, but I have not been
able to find an answer elsewhere. Consider a value Z that is calculated
using the product (or ratio) of two means X_mean and Y_mean:
Z=X_mean*Y_mean. More generally, Z=f(X_mean, Y_mean). The standard
error of Z will be a function of the standard errors of the means of X
and Y. I want to calculate this se of Z. Can someone