Search String: Display: Description: Sort:

Results:

References: [ +from:WRIGHTKEVI@phibred.com: 24 ]

Total 24 documents matching your query.

1. StatServer & PDF graphics (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Wed, 4 Apr 2001 15:58:15 -0500
Apologies for the StatServer-specific question. (There is no StatServer mailing list is there?) I have now created two analytics. Both will successfully return graphics in all the different graphic f
/archives/html/s-news/2001-04/msg00049.html (7,202 bytes)

2. Why GSD2? (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Wed, 7 Mar 2001 13:34:03 -0600
An utterly unimportant question. Only a matter of curiosity. In S-Plus 2000 (Windows 95), why do I never see a graphsheet with the label "GSD1"? My best guess is that "1" was interfering with other e
/archives/html/s-news/2001-03/msg00057.html (6,398 bytes)

3. Summary: Why GSD2? (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Mon, 12 Mar 2001 16:26:14 -0600
Bill Dunlap from Insightful explained why there is no GSD1 device. label I think that the number comes from the value of dev.cur() (the id of the active device). Device 1 is the "null device". The "n
/archives/html/s-news/2001-03/msg00090.html (7,048 bytes)

4. In search of useful help files on Windows (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Wed, 21 Mar 2001 13:29:21 -0600
I use S-Plus 2000 on Windows 95. The Windows help files give me a fair bit of frustration. For example, if I pull up the help file for "par" and want to read about "pty", I have to manually search th
/archives/html/s-news/2001-03/msg00162.html (8,642 bytes)

5. rbind with a NULL data.frame (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Thu, 15 Feb 2001 14:54:53 -0600
I'm interested in using rbind inside a loop (I know, poor programming....) and would like to somehow intialize a data.frame to which I can rbind a row every iteration. This works with matrices, for e
/archives/html/s-news/2001-02/msg00143.html (6,682 bytes)

6. Summary: rbind with a NULL data.frame (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Thu, 15 Feb 2001 15:59:21 -0600
Original post: I'm interested in using rbind inside a loop and would like to somehow intialize a data.frame to which I can rbind a row every iteration. This works with matrices, for example: A_NULL r
/archives/html/s-news/2001-02/msg00144.html (7,648 bytes)

7. Changing the "shape" of a data frame / array (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Wed, 31 Jan 2001 14:09:31 -0600
I sometimes need to switch from this type of data.frame A1 A2 B1 5 6 B2 8 10 to x y z A1 B1 5 A2 B1 6 A1 B2 8 A2 B2 10 and back. Is there is clever way to do this? Kevin Wright, Research Scientist Pi
/archives/html/s-news/2001-01/msg00242.html (6,896 bytes)

8. RE: Florida votes (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Fri, 10 Nov 2000 09:55:40 -0600
From a statistician's perspective, this election has been as much fun as I could possibly have hoped for. I have enjoyed the comments and discussions by the members of the mailing list. We have seen
/archives/html/s-news/2000-11/msg00089.html (7,740 bytes)

9. Acrobat 4.05c and problems with "points" (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Mon, 20 Nov 2000 17:19:04 -0600
I've sent this to Mathsoft, but will ask here also. I'm using S-Plus 2000 R2 on Windows 95. The following code is from the help page for "pdf.graph". I was able to view the plot with Acrobat Reader 3
/archives/html/s-news/2000-11/msg00196.html (7,328 bytes)

10. FW: Acrobat 4.05c and pdf.graph() (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Tue, 21 Nov 2000 07:51:14 -0600
Follow-up from Mathsoft This is a known bug with Splus2000. It appears that the pdf.graph() graphics device has some trouble writing graphics to Adobe Acrobat Reader 4 files. I was able to view the "
/archives/html/s-news/2000-11/msg00204.html (8,503 bytes)

11. [S] How do .First and .First.local differ in Windows 95? (score: 1)
Author: .edu>
Date: Tue, 22 Aug 2000 10:38:13 -0500
e using NLME 3.x model specifications with the 2.1 version of the library. The lme/nlme functions available with S-PLUS 3.x and S-PLUS 4.x are from version
/archives/html/s-news/2000-08/msg00184.html (7,451 bytes)

12. [S] Removing outliers with help from loess (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Thu, 1 Jun 2000 18:22:34 -0500
I have a plot of data (x,y) for which the expectation function of any underlying model is most decidedly nonlinear. I'm trying to develop a procedure for removing outliers from the data with the help
/archives/html/s-news/2000-06/msg00013.html (8,554 bytes)

13. [S] Why is "assign" needed in functions? (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Tue, 20 Jun 2000 14:54:58 -0500
I find the "assign" statement to be confusing, or perhaps I'm confused by scoping rules of S. Consider this simple example: F_function(dat){ assign("dat",dat,1) dat.aov_aov(y~x,data=dat,qr=T) assign(
/archives/html/s-news/2000-06/msg00125.html (8,854 bytes)

14. [S] ls vs. objects (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Wed, 24 May 2000 17:32:15 -0500
e p
/archives/html/s-news/2000-05/msg00223.html (7,312 bytes)

15. RE: [S] Generating random vectors of 0s and 1s (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Fri, 28 Apr 2000 20:42:38 -0500
Don't know how efficient this is, but it works x_rep(0,n) loc_sample(1:n,N) x[loc]_1 Kevin -- This message was distributed by s-news@wubios.wustl.edu. To unsubscribe send e-mail to s-news-request@wub
/archives/html/s-news/2000-04/msg00259.html (9,145 bytes)

16. [S] Mysterious error message with confint (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Thu, 2 Mar 2000 10:48:38 -0600
I have encountered a mysterious error message while using confint. I post this message hoping that someone has encountered this problem before and can explain the nature of the problem. Here are the
/archives/html/s-news/2000-03/msg00025.html (8,130 bytes)

17. [S] Additional note: Mysterious error message with confint (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Thu, 2 Mar 2000 10:52:21 -0600
Note, deleting [, pm] appeared to fix the problem. Can anyone confirm this as a bug? Kevin -- This message was distributed by s-news@wubios.wustl.edu. To unsubscribe send e-mail to s-news-request@wub
/archives/html/s-news/2000-03/msg00026.html (9,051 bytes)

18. [S] Datasets from Everitt's book (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Thu, 9 Mar 2000 14:51:24 -0600
I'm looking for copies of the datasets from Everitt's book, A Handbook of Statistical Analyses Using S-plus. Does anybody know where they can be found? I've looked at Statlib and the S-news mailing l
/archives/html/s-news/2000-03/msg00104.html (7,712 bytes)

19. [S] PowerPoint macros to resize graphics (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Wed, 2 Feb 2000 13:58:38 -0600
When I cut and paste a graphsheet page to PowerPoint, I always need to resize the image. Has anybody written a PowerPoint macro to accomplish this simple, but repetitive task? I know the PowerPoint w
/archives/html/s-news/2000-02/msg00018.html (7,211 bytes)

20. [S] confint / Error in profile.nls (score: 1)
Author: "Wright, Kevin" <WRIGHTKEVI@phibred.com>
Date: Tue, 25 Jan 2000 16:43:27 -0600
I'm using the MASS library function confint to extract confidence intervals from an nls object. In some circumstances (model fit?, shape of likelihood?) the function confint(nls.fit) returns the foll
/archives/html/s-news/2000-01/msg00186.html (7,601 bytes)


This search system is powered by Namazu