Search String: Display: Description: Sort:

Results:

References: [ +from:tplate@blackmesacapital.com: 95 ]

Total 95 documents matching your query.

1. Re: Generating a vector dynamically (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Thu, 20 Apr 2006 18:13:58 -0600
mes
/archives/html/s-news/2006-04/msg00083.html (8,772 bytes)

2. Re: Generating a vector dynamically (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Fri, 21 Apr 2006 09:09:22 -0600
ckm
/archives/html/s-news/2006-04/msg00085.html (10,705 bytes)

3. Re: Selecting every other line from a data frame (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Fri, 21 Apr 2006 09:47:40 -0600
ome
/archives/html/s-news/2006-04/msg00087.html (8,885 bytes)

4. Re: Selecting every other line from a data frame (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Fri, 21 Apr 2006 11:32:29 -0600
-Ch
/archives/html/s-news/2006-04/msg00093.html (11,369 bytes)

5. Re: TimeSeries Data Manipulation (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Tue, 25 Apr 2006 18:32:47 -0600
se
/archives/html/s-news/2006-04/msg00115.html (9,243 bytes)

6. Re: identifying which column/row is passed in calls to apply() (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Fri, 17 Feb 2006 10:53:47 -0700
innerFun <- function(i, df) { if (i == 1) mean(df[[i]]) else median(df[[i]]) } sapply(1:length(myDf), innerFun, df=myDf) Not as efficient as apply for larger data structures I'd imagine, since you'r
/archives/html/s-news/2006-02/msg00059.html (13,544 bytes)

7. Re: Replacing NA with a particular value (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Thu, 23 Feb 2006 15:10:24 -0700
Here's a another approach using approx. If you want to consider slightly different values of 'ratio' to be equal, then modify the comparison yleft==yright appropriately. method="constant", f=0)$y met
/archives/html/s-news/2006-02/msg00077.html (9,670 bytes)

8. Re: handling octals generated by importData (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Mon, 09 Jan 2006 18:08:30 -0700
I suspect one problem you are having is that you might be confusing the contents of the string with the way it is printed out. E.g., consider this example: [1] "\001\240" [1] 2 [1] 1 160 Note that th
/archives/html/s-news/2006-01/msg00022.html (9,822 bytes)

9. Re: Saving vector betwen function calls in sapply (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Fri, 27 Jan 2006 17:04:30 -0700
Something like this? + f.frame <- sys.nframe() + prev.res <- NA + ii.res <- sapply(ii, function(i, ff) { + prev.res <- get("prev.res", f=ff) + res <- i^2 + assign("prev.res", res, f=ff) + return(c(re
/archives/html/s-news/2006-01/msg00097.html (8,741 bytes)

10. Re: dev.copy on tabbed graphsheet device (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Wed, 23 Nov 2005 07:10:55 -0700
Here's a collection of notes on commands for manipulating tabbed graphsheets under Windows. The first three functions in this list are what you need to cycle through the pages in a tabbed graphsheet.
/archives/html/s-news/2005-11/msg00061.html (11,231 bytes)

11. Re: optimization issue (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Thu, 13 Oct 2005 09:32:20 -0600
Just pass the additional arguments as extra arguments to nlminb: $parameters: [1] -1 $objective: [1] 0 $parameters: [1] -2.000001 $objective: [1] -3 Unfortunately, this is not documented correctly in
/archives/html/s-news/2005-10/msg00039.html (9,701 bytes)

12. bug in timeAlign in S-PLUS 7.0 (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Fri, 16 Sep 2005 09:13:41 -0600
I noticed that timeAlign() seems broken in S-PLUS 7.0: when given dir=-1, it aligns some days that are the 31st of a month to the next day. S-PLUS 6.X does not have this problem. E.g.: in.format="[%m
/archives/html/s-news/2005-09/msg00050.html (8,499 bytes)

13. Re: Question about assigning & scope (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Thu, 18 Aug 2005 09:45:48 -0600
e
/archives/html/s-news/2005-08/msg00084.html (11,751 bytes)

14. Re: Applying vector functions to dataframes (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Thu, 28 Jul 2005 11:00:34 -0600
[snip] However, lapply uses for loops, so you might as well use the for loops explicitly (or try R). Actually, while that is true in R, I believe it is not true in S-PLUS: in S-PLUS lapply() calls t
/archives/html/s-news/2005-07/msg00153.html (11,718 bytes)

15. Re: setting indices to true or false (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Wed, 29 Jun 2005 09:42:50 -0600
I noted that your question had already been answered, but it's also worth pointing out once in a while that it is not a good idea to use the underscore "_" as an assignment operator (use "<-" instead
/archives/html/s-news/2005-06/msg00104.html (9,214 bytes)

16. Re: question on arrays (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Wed, 18 May 2005 09:15:33 -0600
u
/archives/html/s-news/2005-05/msg00113.html (9,418 bytes)

17. Re: statistical terminology controversy (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Wed, 18 May 2005 15:54:00 -0600
h
/archives/html/s-news/2005-05/msg00122.html (10,502 bytes)

18. Re: list question (score: 1)
Author: Tony Plate <tplate@blackmesacapital.com>
Date: Tue, 31 May 2005 10:19:05 -0600
a
/archives/html/s-news/2005-05/msg00173.html (11,446 bytes)

19. Re: bitwise operations (score: 1)
Author: .com>
Date: Mon, 04 Apr 2005 17:53:30 -0600
Here is how i ima
/archives/html/s-news/2005-04/msg00021.html (9,087 bytes)

20. Re: Summary: bitwise op (score: 1)
Author: .com>
Date: Tue, 05 Apr 2005 11:47:23 -0600
y and chip power,
/archives/html/s-news/2005-04/msg00030.html (11,018 bytes)


This search system is powered by Namazu