Search String: Display: Description: Sort:

Results:

References: [ +from:lorenz@usgs.gov: 95 ]

Total 95 documents matching your query.

1. Re: Splus 6.0 calculating time differences in timeDate() (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Mon, 1 May 2006 07:53:54 -0500
It depends on your local time zone setting (options("time.zone")). You can change that, or force data to be read in a consistent time zone like this: timeDate("4/04/2006 0:00:00 AM",in.format="%m/%d
/archives/html/s-news/2006-05/msg00000.html (8,967 bytes)

2. Re: Generating a vector dynamically (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Fri, 21 Apr 2006 07:30:19 -0500
lue
/archives/html/s-news/2006-04/msg00084.html (10,328 bytes)

3. Re: simple question (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Fri, 24 Mar 2006 10:38:28 -0600
0
/archives/html/s-news/2006-03/msg00073.html (9,827 bytes)

4. Re: Function for summarizing the table to two factors and a frequency (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Thu, 8 Dec 2005 07:26:44 -0600
The tapply() function will produce a summary table that you want. Note that this version return a matrix if no more than 1 value is found for n1 or n2. The I() function simply returns what is passed
/archives/html/s-news/2005-12/msg00020.html (12,424 bytes)

5. weighted regression (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Mon, 19 Dec 2005 08:47:18 -0600
We have a situation where we know the variance of observations for a linear regression problem and need confidence limits on the parameter estimates. The documentation in the NOTES section for lm sta
/archives/html/s-news/2005-12/msg00057.html (8,212 bytes)

6. weighted regression (Summary) (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Wed, 21 Dec 2005 08:24:47 -0600
Thanks to Rolf Turner and Brian Ripley, who responded to my question. Thanks especially to Rolf Turner, who was gracious in answering some followup questions. Unfortunately, I did not express my que
/archives/html/s-news/2005-12/msg00068.html (10,952 bytes)

7. Re: Question about random number generation in a user defined (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Thu, 22 Dec 2005 13:07:20 -0600
You can convert it to a matrix or array also: x <- matrix(sample( 0:4, 100, replace=TRUE), ncol=10) The documentation on sample should indicate that the probability of selection for each value can b
/archives/html/s-news/2005-12/msg00073.html (10,534 bytes)

8. Re: how to extract entire rows from a data frame based on a index (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Thu, 17 Nov 2005 07:26:15 -0600
The aggregate() function should do what you want. Look at the aggregate.data.frame() documentation. The data would need to be sorted by date or ID and date to work correctly. Dave "Schwarz,Paul" <PS
/archives/html/s-news/2005-11/msg00044.html (9,935 bytes)

9. Re: finding substrings (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Tue, 13 Sep 2005 08:51:49 -0500
This is probably best done by using the ability of aggregateSeries to compute running statistics. I did not make this a generic function, but with some work, that could be done. Here's the concrete
/archives/html/s-news/2005-09/msg00032.html (10,233 bytes)

10. Re: regMatchPos (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Wed, 17 Aug 2005 07:33:53 -0500
n
/archives/html/s-news/2005-08/msg00066.html (12,425 bytes)

11. Re: Problem with hour 24 vs. hour 0 in timeDate (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Fri, 15 Jul 2005 10:27:48 -0500
It appears that the text should be changed first. The function sedit() in the hmisc library will correctly change the data. I assume that library is available in the student edition. The correct syn
/archives/html/s-news/2005-07/msg00093.html (10,025 bytes)

12. Re: matrix manipulation question (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Wed, 20 Jul 2005 11:02:36 -0500
Use apply instead of a for loop. Here's an example of a function that should work. Note that apply returns a matrix that would need to be transposed. apply(matrix(c( 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
/archives/html/s-news/2005-07/msg00111.html (11,930 bytes)

13. Re: Windows line plotting (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Thu, 28 Jul 2005 09:46:41 -0500
I have also found this to be a troubling characteristic of the GUI graphics. Plotting a large number of points is fast and easy, but wanting specialized treatments by groups is difficult and sometim
/archives/html/s-news/2005-07/msg00151.html (8,301 bytes)

14. gls question (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Tue, 7 Jun 2005 10:48:13 -0500
Is there any way to extract the final correlation or covariance matrix defined by the correlation and weights arguments from a gls model? Thanks. Dave
/archives/html/s-news/2005-06/msg00023.html (7,134 bytes)

15. Re: Smoothing and disaggregating (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Thu, 5 May 2005 07:56:10 -0500
Spline interpolation is not well developed in S, but you should be able to get close to what you want with the spline() function. Dave TzamouranisY@LouisDreyfus.com Sent by: s-news-owner@lists.biost
/archives/html/s-news/2005-05/msg00017.html (9,380 bytes)

16. Re: From: David L Lorenz <lorenz@usgs.gov> (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Mon, 9 May 2005 08:56:56 -0500
w
/archives/html/s-news/2005-05/msg00034.html (7,354 bytes)

17. Re: matrix of lists with graphics (score: 1)
Author: p.com
Date: Thu, 14 Apr 2005 13:15:46 -0500
ns-corp.com/Rsas.
/archives/html/s-news/2005-04/msg00098.html (9,802 bytes)

18. options for generic functions (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Tue, 22 Mar 2005 11:42:43 -0600
I basically copied the "[.Surv" function to extract rows or columns from a specialized matrix that I need to manipulate in much the same way as the output from Surv(). However, it does not behave the
/archives/html/s-news/2005-03/msg00108.html (7,339 bytes)

19. Re: options for generic functions (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Tue, 22 Mar 2005 12:47:09 -0600
Thanks, it was not clear how to use setMethod for this case. Dave Tim Hesterberg <timh@insightful.com> 03/22/2005 12:10 PM To: David L Lorenz <lorenz@usgs.gov> cc: s-news@wubios.wustl.edu Subject: R
/archives/html/s-news/2005-03/msg00110.html (9,503 bytes)

20. Re: aspect ratio for images (score: 1)
Author: David L Lorenz <lorenz@usgs.gov>
Date: Fri, 25 Mar 2005 07:14:46 -0600
The aspect argument also works in the levelplot() function. Dave "David Cairns" <cairns@tamu.edu> Sent by: s-news-owner@lists.biostat.wustl.edu 03/23/2005 08:55 PM To: <s-news@lists.biostat.wustl.ed
/archives/html/s-news/2005-03/msg00132.html (9,157 bytes)


This search system is powered by Namazu