Search String: Display: Description: Sort:

Results:

References: [ +from:bates@stat.wisc.edu: 99 ]

Total 99 documents matching your query.

1. Re: Problems with lme and 2 levels of nesting:Summary (score: 1)
Author: "Douglas Bates" <bates@stat.wisc.edu>
Date: Sun, 16 Apr 2006 12:48:16 -0500
cr
/archives/html/s-news/2006-04/msg00069.html (18,235 bytes)

2. Re: panel order in trellis plot of nlme fit (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: Wed, 01 Jun 2005 08:09:59 -0500
If you convert your data to a groupedData object you can specify the ordering with respect to an outer factor, which could be the stratum East or West in your case.
/archives/html/s-news/2005-06/msg00001.html (9,902 bytes)

3. Re: random effects? (score: 1)
Author: x.de>
Date: Fri, 08 Apr 2005 09:32:53 -0500
trend=F)$spec[2]/
/archives/html/s-news/2005-04/msg00049.html (8,310 bytes)

4. Re: lme question (score: 1)
Author: .edu>
Date: Fri, 15 Apr 2005 16:14:11 -0500
st(maxIter = 150,
/archives/html/s-news/2005-04/msg00119.html (7,823 bytes)

5. Re: Matrix library (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: Sat, 11 Dec 2004 08:15:52 -0600
Dear All, I've installed Splus 6 for Windows I discover that the Matrix library that (I think) was supported under earlier versions, is not supported in the latest Windows version. Is there a better
/archives/html/s-news/2004-12/msg00067.html (9,300 bytes)

6. Re: solve (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: Tue, 14 Dec 2004 12:47:18 -0600
Dear all, I had something bizarre when I tried to get the inverse of the same matrix with S-plus6.2 and R. 0.004000337),nrow = 2, byrow=TRUE) With S-plus: Problem in solve.qr(a): apparently singular
/archives/html/s-news/2004-12/msg00094.html (8,744 bytes)

7. Re: General-purpose function for sorting data frame (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: Wed, 29 Sep 2004 10:04:04 -0500
X:2 Min. :1.0 M
/archives/html/s-news/2004-09/msg00176.html (9,007 bytes)

8. Re: GLMM in lme4 question (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: Wed, 21 Jul 2004 21:07:38 -0500
Quick question. In the output for a GLMM object in the lme4 library in R, there is a line that reads: Estimated scale (compare to 1) 0.9370735 Can I think of this as extra-binomial dispersion? If so
/archives/html/s-news/2004-07/msg00113.html (8,024 bytes)

9. Re: what's the problem with this simple code? (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: 31 May 2004 07:44:50 -0500
As Spencer indicates in his reply the problem is that the variables xx0, xx1, yy0, etc. are not accessible during the evaluation of garch. If you evaluate the individual lines at the top level in the
/archives/html/s-news/2004-05/msg00158.html (9,589 bytes)

10. Re: random effects (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: 29 Mar 2004 13:51:40 -0600
The test performed by the anova function should be conservative in the sense that the p-value returned will be an upper bound on the true p-value you would obtain via simulation of the null model. Mo
/archives/html/s-news/2004-03/msg00238.html (10,531 bytes)

11. Re: Understanding Self Start Function for Asymptotic (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: 21 Feb 2004 11:27:11 -0600
If you want to have complete control you can avoid the selfStart function entirely and determine your own starting estimates for the parameters. Because the asymptotic regression model has two condit
/archives/html/s-news/2004-02/msg00177.html (9,656 bytes)

12. s (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: 13 Jan 2004 07:30:54 -0600
Probably not. The computational methods in the lme function are optimized for strictly nested grouping factors. In an observational data set of this size it is unlikely that strict nesting will hold,
/archives/html/s-news/2004-01/msg00052.html (9,981 bytes)

13. Re: singular gradient matrix (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: 19 Nov 2003 12:15:16 -0600
T
/archives/html/s-news/2003-11/msg00122.html (16,678 bytes)

14. Re: singular gradient matrix (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: 20 Nov 2003 06:30:36 -0600
s
/archives/html/s-news/2003-11/msg00124.html (10,707 bytes)

15. Re: Convert question (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: 06 Oct 2003 11:08:02 -0500
I did this in R, which is why the logical values print as TRUE and FALSE, but I believe the same will work in S-PLUS. The idea is to apply the cumprod (cumulative product) function across each row. [
/archives/html/s-news/2003-10/msg00046.html (8,393 bytes)

16. Re: NLME technical question (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: 03 Sep 2003 11:46:23 -0500
conLin is an internal representation of a linear mixed-effects model used in the lme step. (The nlme function alternates between lme steps and penalized nonlinear least squares steps when performing
/archives/html/s-news/2003-09/msg00015.html (10,226 bytes)

17. Re: NLME technical question (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: 04 Sep 2003 08:35:11 -0500
To fit the model you want you will need to call nlme with a formula for the model and supply your own starting estimates for the fixed-effects parameters. The advantage of using an nlsList object as
/archives/html/s-news/2003-09/msg00022.html (8,799 bytes)

18. Re: singular gradient matrix (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: 11 Sep 2003 09:10:39 -0500
The rational function you are fitting is a partially linear model because the coefficients a0, a1, a2, and a3 occur linearly in the model. You can reduce the complexity of the optimization by using t
/archives/html/s-news/2003-09/msg00065.html (9,297 bytes)

19. Re: singular gradient matrix (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: 11 Sep 2003 10:21:03 -0500
In exchanging some mail with Bert Gunter I realized that you can't fit your model because the estimates are not unique. Multiply all the a's by 2 and all the b's by 2 and you get the same fit. You ca
/archives/html/s-news/2003-09/msg00067.html (11,536 bytes)

20. Re: R^2 for nonlinear regression (score: 1)
Author: Douglas Bates <bates@stat.wisc.edu>
Date: 12 Sep 2003 07:14:17 -0500
Because it is not always meaningful. The R^2 value for a linear model results from comparing the linear model fit to that of a model with only a constant term. For a nonlinear model we cannot easily
/archives/html/s-news/2003-09/msg00071.html (7,692 bytes)


This search system is powered by Namazu