Search String: Display: Description: Sort:

Results:

References: [ +from:Paul.Schwarz@Cornell.EDU: 25 ]

Total 25 documents matching your query.

1. editing s-plus plots (score: 1)
Author: Paul Schwarz <Paul.Schwarz@Cornell.edu>
Date: Fri, 04 May 2001 11:45:19 -0400
S-news readers, I am soliciting advice for how to edit s-plus graphs and plots. By edit, I mean annotate or modify existing graphs and plots. My experience has been that although it is possible to ad
/archives/html/s-news/2001-05/msg00043.html (7,219 bytes)

2. Combining greek symbols and regular text in axis labels (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@Cornell.EDU>
Date: Thu, 12 Oct 2000 09:26:42 -0400
S-News readers, I would like to combine greek symbols and regular text in the axis labels of my plots. I suspect that this is a common problem/question, and I would appreciate some tips or pointers t
/archives/html/s-news/2000-10/msg00120.html (7,498 bytes)

3. [S] calculating empirical semivariograms (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@Cornell.EDU>
Date: Wed, 27 Sep 2000 20:38:01 -0400
S-News readers, I'm interested in learning about the algorithms used to compute empirical or sample semivariograms. I have S+SpatialStats, for example, so I have the means for calculating empirical s
/archives/html/s-news/2000-09/msg00186.html (7,938 bytes)

4. [S] Inserting NAs into vectors (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@Cornell.EDU>
Date: Mon, 17 Jul 2000 17:02:56 -0400
S-News readers, One of the nice things about using the na.exclude option for the na.action argument of lm() and glm() is that the fitted() function will pad the fitted values vector with NAs as place
/archives/html/s-news/2000-07/msg00114.html (7,660 bytes)

5. [S] Fitting variogram models via REML (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@Cornell.EDU>
Date: Thu, 8 Jun 2000 10:38:22 -0400
S-News readers, I was wondering whether anyone had S-PLUS code or examples for estimating the parameters of a variogram model (e.g., exponential, spherical) using restricted maximum likelihood (REML)
/archives/html/s-news/2000-06/msg00051.html (7,185 bytes)

6. [S] calculating standardized regression coefficients (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@Cornell.EDU>
Date: Thu, 8 Jun 2000 20:45:30 -0400
Hi S-news readers: I'm looking for an easy way to calculate standardized regression coefficients for a regression model e.g., either lm() or glm(). By standardized, I mean: Bi = bi * sqrt(sum(xi)/sum
/archives/html/s-news/2000-06/msg00063.html (7,592 bytes)

7. [S] Generating random vectors of 0s and 1s (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@cornell.edu>
Date: Fri, 28 Apr 2000 17:59:53 -0400
Hi S-News readers, I'd like to generate random vectors of length n that contain of N 1s assigned to random positions within the vector and n-N 0s elsewhere. So for example, a vector of length 8 with
/archives/html/s-news/2000-04/msg00256.html (7,856 bytes)

8. [S] Stripping tabs and newlines from text strings and how to format strings (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@cornell.edu>
Date: Wed, 8 Mar 2000 13:52:36 -0500
S-news readers, I'd like to add the model formula to a plot as a subtitle. In general, using as.character(fit$call)[2] works pretty well for a model fitted using lm() for example. However, I've notic
/archives/html/s-news/2000-03/msg00084.html (7,894 bytes)

9. [S] Efficient ways to calculate "distances" between observations (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@cornell.edu>
Date: Thu, 6 Jan 2000 10:46:01 -0500
S-news readers, "Distances" between pairs of observations are used frequently in multivariate analyses, and the dist() function will calculate the euclidean distance, or a few other distance metrics,
/archives/html/s-news/2000-01/msg00028.html (7,808 bytes)

10. [S] The mysteries of round() and format()? (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@cornell.edu>
Date: Sun, 30 Jan 2000 19:36:48 -0500
Hi S-news readers, I've been trying to use the round() function along the key() function to display regression coefficients in the legend for a plot. I'd like to make sure that all the numbers are fo
/archives/html/s-news/2000-01/msg00236.html (8,523 bytes)

11. [S] Using lme() and corSpher() to fit a variogram model using REML (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@cornell.edu>
Date: Mon, 31 Jan 2000 22:30:24 -0500
S-News Readers, Does anyone have experience in using lme() and corSpher() or corExp() to fit linear models with a spatial covariance structure using REML? I have been using S+SpatialStats and nls() t
/archives/html/s-news/2000-01/msg00263.html (8,334 bytes)

12. [S] creating databases for map() (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@cornell.edu>
Date: Mon, 20 Dec 1999 08:03:39 -0500
Hello S-News readers, It is straightforward to use the standard S-PLUS plotting functions to depict the point locations of my field sampling quadrats, create contour plots, etc., but I would like to
/archives/html/s-news/1999-12/msg00146.html (7,456 bytes)

13. [S] need help writing a function (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@cornell.edu>
Date: Sat, 4 Sep 1999 22:10:32 -0400
I suspect that there is a simple solution to this programming problem, but so far it eludes me. I am trying to write a function that allows me to plot variables from a dataframe without specifying t
/archives/html/s-news/1999-09/msg00037.html (8,399 bytes)

14. [S] Data manipulation problem (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@cornell.edu>
Date: Thu, 22 Jul 1999 17:17:01 -0400
I need some help with a data manipulations problem. I have several data files (dataframes), one for each of 3 sites, with the following variables/columns: plot#, tree#, species, basalarea In other w
/archives/html/s-news/1999-07/msg00191.html (7,887 bytes)

15. [S] Contrasts in S-PLUS (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@cornell.edu>
Date: Tue, 1 Jun 1999 22:52:03 -0400
I've been reading everything that I can find about contrasts in S-PLUS, but unfortunately I still don't get it. I've included below the data from a homework problem that I had a few years ago where
/archives/html/s-news/1999-06/msg00003.html (7,819 bytes)

16. [S] function for calculating a confidence interval of a regression coefficient (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@cornell.edu>
Date: Wed, 19 May 1999 14:31:30 -0400
S-News readers, In my attempt to better learn my way around S-PLUS, I'd like to write a function that would calculate a confidence interval for an estimated regression coefficient. This effort has ra
/archives/html/s-news/1999-05/msg00220.html (8,013 bytes)

17. [S] structure of S-PLUS data objects (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@cornell.edu>
Date: Thu, 20 May 1999 10:48:35 -0400
S-News Readers, Following my question yesterday regarding how to access the variance-covariance matrix and sums of squares terms of a regression object, I have been investigating the output from the
/archives/html/s-news/1999-05/msg00227.html (8,073 bytes)

18. [S] polynomial regression with multiple predictors (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@cornell.edu>
Date: Tue, 25 May 1999 10:09:39 -0400
I'd like to fit a model like the following: Y = B0 + B1*X1 + B2*X2 +B3*X1^2 + B4*X2^2 + B5*X1*X2 + e That is, the model is a polynomial of degree 2 with 2 predictors. Now as I understand, I should u
/archives/html/s-news/1999-05/msg00257.html (7,967 bytes)

19. [S] Fortran compilers for S-PLUS 4.5 under NT (score: 1)
Author: "Paul Schwarz" <Paul.Schwarz@cornell.edu>
Date: Thu, 11 Feb 1999 20:44:24 -0500
S-news folks, Pardon me if this has been asked and summarized before. I've poked around in the archives some but didn't find a recent discussion of the topic of Fortran compilers for use with S-PLUS
/archives/html/s-news/1999-02/msg00064.html (7,808 bytes)

20. [S] Adding a diagonal 1:1 line to a scatter plot (score: 1)
Author: Paul Schwarz <Paul.Schwarz@cornell.edu>
Date: Wed, 13 May 1998 11:00:29 -0400
I'm looking for an easy way to add a diagonal 1:1 line to an existing scatter plot i.e., a line that extends from the lower left hand corner to the upper right hand corner. I've been plotting the re
/archives/html/s-news/1998-05/msg00103.html (7,195 bytes)


This search system is powered by Namazu