- 1. graphing question (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@KMV.com>
- Date: Fri, 4 Oct 2002 21:45:57 -0700
- Dear Splus Users, I'm using Splus 6 for Windows. I'd like to make the following plot: 1) X-axis: Shows monthly values from 1988 to 2002, but only shows "1988" for 1/88, "1989" for 1/89, etc. (i.e., s
- /archives/html/s-news/2002-10/msg00053.html (7,504 bytes)
- 2. Summary of responses to graphing question (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@KMV.com>
- Date: Mon, 7 Oct 2002 11:58:01 -0700
- Thanks to Dimitris Rizopoulos and Jan Brogger for the helpful replies to my I've attached their responses below: Regards, Matt Kurbat QUESTION: RESPONSE #1 --Original Message-- From: Dimitris Rizopou
- /archives/html/s-news/2002-10/msg00065.html (8,732 bytes)
- 3. Re: a gaussian with skewness and kurtosis? (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Mon, 10 Jun 2002 08:26:41 -0700
- There is a relatively old book (title is something like Mixture Distributions) by Titterington in which the 5 parameter method of moments mixture of normals that Bill describes is discussed in detail
- /archives/html/s-news/2002-06/msg00076.html (12,574 bytes)
- 4. simple plot question (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Tue, 18 Jun 2002 21:57:34 -0700
- Dear Splus Users, I would like to make a plot with no numbers on the x-axis at all (but with numbers on the y-axis). For example, I've tried the following, but it does not suppress numbers on the x-a
- /archives/html/s-news/2002-06/msg00160.html (7,085 bytes)
- 5. Summary of responses to simple plot question (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Wed, 19 Jun 2002 08:05:08 -0700
- My question was: Variants of the answers are: xSeq<-1:8 ySeq<-1:8 plot(xSeq, ySeq, axes=F,xlab="") axis(2) box() # DRAWS A BOX AROUND THE PLOT; ALSO: box(n=1) axis(1, labels=F) # draw the x-axis tick
- /archives/html/s-news/2002-06/msg00164.html (8,008 bytes)
- 6. getting day/month/year from a timeDate object (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Thu, 14 Feb 2002 18:49:18 -0800
- Dear All, I am now starting to use S-PLUS 6 on a PC (after an unfortunate Splus hiatus). I would like to strip off the month/day/year as integers from a timeDate object. For example, given "temp" bel
- /archives/html/s-news/2002-02/msg00146.html (7,649 bytes)
- 7. getting day/month/year from a timeDate object (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Fri, 15 Feb 2002 11:18:31 -0800
- I thank the following people who replied to my question about getting day/month/year from a timeDate object: Vadim Kutsyy Thomas Jagger Chuck Taylor Dave Cacela Jeffrey Wang Albert Nigrin Allen Humbo
- /archives/html/s-news/2002-02/msg00154.html (11,398 bytes)
- 8. grouped function arguments (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Mon, 6 Aug 2001 19:03:21 -0700
- Dear Splus Users, Say I have a function that takes five numeric arguments. FakeFunc<-function(x1, x2, x3, x4, x5) { x1+x2+x3+x4+x5 } Four of the arguments are already in the vector Y: Y<-c(0.6765, 0.
- /archives/html/s-news/2001-08/msg00044.html (6,933 bytes)
- 9. Re: grouped function arguments (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Mon, 6 Aug 2001 19:33:20 -0700
- I'm sorry if my posting wasn't clear. My real function is much more complicated. I'm using the one I gave as a simplified example of my problem. My intent was to find a way to convert (Y, x5) to the
- /archives/html/s-news/2001-08/msg00045.html (9,777 bytes)
- 10. FW: grouped function arguments - SOLUTIONS FROM USERS (score: 1)
- Author: in@insightful.com
- Date: Mon, 6 Aug 2001 20:03:00 -0700
- Thanks to S-news readers for the quick answers to my question! Here are two solutions, with the original problem below the solutions. Thank you! Matt Kurbat --SOLUTION You can do this by getting your
- /archives/html/s-news/2001-08/msg00060.html (9,887 bytes)
- 11. axis labels on log scale plots (score: 1)
- Author: dra@quantros.com>
- Date: Tue, 28 Aug 2001 14:05:37 -0700
- I am attempting to create a graph using guiPlot as shown in the code below. I'd like to be able to modify x- and y-axes of this graph once it's done (say to call the x-axis "joe" and y-axis "fred").
- /archives/html/s-news/2001-08/msg00224.html (8,404 bytes)
- 12. Re: sampling correlated binary variables (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Thu, 5 Jul 2001 10:03:17 -0700
- The following reference describes a method, simple to implement, that does what you want: Emrich and Piedmonte, 1991, A method for generating high-dimensional multivariate binary variates, american s
- /archives/html/s-news/2001-07/msg00027.html (7,952 bytes)
- 13. Re: k univariate mixture distributions (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Wed, 6 Jun 2001 14:56:02 -0700
- Venables and Ripley (p.263, 3rd ed.) include a direct function minimization method which can be faster and more reliable than EM. If you still want EM, the following is an EM mixture of normals based
- /archives/html/s-news/2001-06/msg00066.html (35,130 bytes)
- 14. FW: selecting hist y-axis height (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Fri, 18 May 2001 21:01:08 -0700
- Dear Splus Users, I'm using Splus 2000/ Windows NT. I would like to control the height of the y-axis in "hist" but don't know how. For example, say I use the following commands: seedValue<-1 set.seed
- /archives/html/s-news/2001-05/msg00184.html (7,025 bytes)
- 15. Re: understanding loess (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Tue, 3 Apr 2001 09:56:27 -0700
- A related point: William Cleveland's book "Visualing Data" gives an accessible treatment of loess, spread out over several chapters. Matt Kurbat Loess is a powerful smoother, but sometimes is hard to
- /archives/html/s-news/2001-04/msg00024.html (10,011 bytes)
- 16. unsuccessful attempt to import data from excel - file too long (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Fri, 6 Apr 2001 10:42:54 -0700
- Dear Splus Users, I have been trying to import a data file (Splus 2000, Windows NT) from Excel using "import data from file" from the GUI. In doing so, I get the following error: "internal error mess
- /archives/html/s-news/2001-04/msg00084.html (6,921 bytes)
- 17. import data from large file problems - summary of replies (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Fri, 6 Apr 2001 17:22:36 -0700
- Dear Splus Users, Responses are included below. Thanks, Matt MY ORIGINAL POSTING: REPLIES TO IT: SOURCE: Steven McKinney REPLY: Sounds like a problem in the data file. I have read in ascii data files
- /archives/html/s-news/2001-04/msg00090.html (8,880 bytes)
- 18. border of key on plot over-runs text inside key - how do I fix? (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Tue, 24 Apr 2001 11:16:46 -0700
- Dear Splus Users, I'm trying to put a "key" on a plot. My problem is: if I use "border = T", then the lower edge of the border over-runs the text inside the key. I've tried experimenting with various
- /archives/html/s-news/2001-04/msg00245.html (7,097 bytes)
- 19. question about BarPlot axis label values (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Thu, 26 Apr 2001 14:54:54 -0700
- Dear Splus Users, I'm attempting to make a stacked bar plot (my parameters: Windows NT, Splus 2000). The bars correspond to the 6 values of a nominal categorical variable. Call this variable "Categor
- /archives/html/s-news/2001-04/msg00270.html (7,560 bytes)
- 20. FW: import data question (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Fri, 2 Mar 2001 10:13:53 -0800
- Dear Splus Users, I would appreciate your help with the following. When I issue the following command (using Splus 2000 on Win NT or Win95)...: import.data(FileName = "C:\\divTest2.xls", FileType = "
- /archives/html/s-news/2001-03/msg00021.html (7,985 bytes)
This search system is powered by
Namazu