search for: mschwartz

Displaying 20 results from an estimated 131 matches for "mschwartz".

Did you mean: schwartz
2002 Nov 19
1
From: Marc Schwartz <mschwartz@medanalytics.com>
Anne York wrote: > I'm cannot use the search option within help for R (1.6.1) > with mozilla version 1.0.1-24 under Red Hat 8.0. When I try to do a > search, a list of ALL the R key words pops up and no pointers to the > relevent functions. > > I have java installed and java enabled in the preferences for > mozilla. Is there anything else I may be overlooking? Can
2004 Mar 30
1
Where: package licenses
Thanks Thomas and Marc that is what I was looking for. -Jason The DESCRIPTION file for a package lists the license; this is also given in the CRAN entry for each package. -thomas Marc Schwartz <MSchwartz@MedAnalytics.com> 03/30/2004 09:02 AM Please respond to MSchwartz To: Jason.L.Higbee@stls.frb.org cc: R-Help <r-help@stat.math.ethz.ch> Subject: Re: [R] Where: package licenses On Tue, 2004-03-30 at 08:51, Jason.L.Higbee@stls.frb.org wrote: >...
2005 Jun 05
2
Help. . .read socket data errors
I am using the defaults that came with the samba RPM package on Mandrake 10.1. For socket options, it has: socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 Is that something that may fix the problem if I change it? Pablo mschwartz@dcscorp.net wrote: >Pablo, you might have incorrectly set some settings in smb.conf. Check >your settings for socket options. I don't mess with any of the options >except for socket options = TCP_NODELAY because I get a dramatic speed >increase. > >CompuGenic <pablo@comp...
2005 Jun 12
2
win2k usrmgr.exe returns "remote procedure call failed"
WHAT I HAVE: I've inherited a production debian system. uname reveals kernel 2.4.18-bf2.4. I am now running samba 3.0.14a with a completely "stock from source" install (as part of my troubleshooting activities). The machine acts as a PDC for win2k clients. It uses smbpasswd for the password back end. There are approx 20 users. It also serves dhcp, ntp, mysql and apache. WHAT I
2004 Mar 30
0
Where: package licenses
...s Thomas and Marc that is what I was looking for. > > -Jason > > > > > The DESCRIPTION file for a package lists the license; this is also given > in the CRAN entry for each package. > > -thomas > > > > > > Marc Schwartz <MSchwartz at MedAnalytics.com> > 03/30/2004 09:02 AM > Please respond to MSchwartz > > > To: Jason.L.Higbee at stls.frb.org > cc: R-Help <r-help at stat.math.ethz.ch> > Subject: Re: [R] Where: package licenses > > On Tue, 2004-03...
2002 Sep 06
1
Main R Project and CRAN sites down?
...nect to 'cran.r-project.org'. Error in download.file(url = paste(contriburl, "PACKAGES", sep = "/"), : cannot open URL `http://cran.r-project.org/bin/windows/contrib/PACKAGES' -jday At 11:48 AM 9/6/2002 +0200, you wrote: >"Marc Schwartz" <mschwartz at medanalytics.com> writes: > > > Is anyone else having trouble accessing the main R Project and CRAN > > sites? I had not seen any other posts about it. > > > > I noted the problem tonight when trying to update.packages(), though I > > can access a couple of t...
2005 Oct 11
6
adding 1 month to a date
Within an R dataset, I have a date field called “date_”. (The dates are in the format “YYYY-MM-DD”, e.g. “1995-12-01”.) How can I add or subtract “1 month” from this date, to get “1996-01-01” or “ “1995-11-01”. --------------------------------- [[alternative HTML version deleted]]
2004 Jul 07
3
fast NA elimination ?
dear R wizards: an operation I execute often is the deletion of all observations (in a matrix or data set) that have at least one NA. (I now need this operation for kde2d, because its internal quantile call complains; could this be considered a buglet?) usually, my data sets are small enough for speed not to matter, and there I do not care whether my method is pretty inefficient (ok, I
2003 Apr 03
1
Re: Outbound e-mail slow from R servers?
>>>>> "Marc" == Marc Schwartz <mschwartz@medanalytics.com> >>>>> on Thu, 03 Apr 2003 09:24:20 -0600 writes: Marc> Martin, Marc> Not sure if you are aware of this, but since yesterday Marc> there seems to be multi-hour delays in outbound e-mail Marc> from r-help and r-devel. Inbound mail...
2003 Apr 03
1
Re: Outbound e-mail slow from R servers?
>>>>> "Marc" == Marc Schwartz <mschwartz@medanalytics.com> >>>>> on Thu, 03 Apr 2003 09:24:20 -0600 writes: Marc> Martin, Marc> Not sure if you are aware of this, but since yesterday Marc> there seems to be multi-hour delays in outbound e-mail Marc> from r-help and r-devel. Inbound mail...
2005 Apr 15
5
Pearson corelation and p-value for matrix
Hi, I was trying to evaluate the pearson correlation and the p-values for an nxm matrix, where each row represents a vector. One way to do it would be to iterate through each row, and find its correlation value( and the p-value) with respect to the other rows. Is there some function by which I can use the matrix as input? Ideally, the output would be an nxn matrix, containing the p-values
2003 Apr 02
2
RH 9 and R 1.7.0 Beta April 2 Latest
Hi all, I am now up and running on RH 9. Went pretty smoothly (about 1 hour for the clean install, though still doing some "tweaking".) There are already about 40 update RPMS including a new kernel via RHN, which I have installed. Noticeable improvements since 8.0, especially with the new version of XFree86, which yields sharper fonts that are now (with TTF fonts installed)
2005 Sep 20
2
why this postscript didn't work?
Hi, List, I used the following codes to generate ps plots but foo.ps contains nothing. Would someone please point out what is wrong with my codes? Thanks a million! postscript('foo.ps') par(mfrow=c(2,1)) par(mfg=c(1,1)) hist(rnorm(100),col='blue') par(mfrow=c(2,2)) par(mfg=c(2,1)) hist(rnorm(50),col='blue') par(mfg=c(2,2)) hist(rnorm(60),col='blue') dev.off()
2004 Dec 20
3
RE: [R] SAS or R software
...elease 3 In my code I call strheight and strwidth several times in order to find a cex that makes the text best fit the display area. Once the segfaulting is fixed, I'll update my code to use par(family="mono"). -G > -----Original Message----- > From: Marc Schwartz [mailto:MSchwartz@MedAnalytics.com] > Sent: Monday, December 20, 2004 3:57 PM > To: Paul Murrell > Cc: Warnes, Gregory R; R-Devel; Frank E Harrell Jr > Subject: Re: [Rd] RE: [R] SAS or R software > > > On Tue, 2004-12-21 at 08:40 +1300, Paul Murrell wrote: > > Hi > > > > &g...
2005 Jan 10
4
Graphical table in R
I would like R to produce some tabulated data in a graphical output. When I say tabulated data, what I mean is a table with rows and columns. This would be useful when reading in a big file, performing some analysis on it, and then wanting to display the results as a table. Something like plot(x,...) where x is a matrix For example, the result could look (approximatly) like...
2004 Feb 29
7
Proportions again
Hello. I asked before and it was great, cause as a beginner I learned a lot. But, if I have this in R (1 and 2 are codes for sex): > sex<-c(1,2,2,1,1,2,2,2) > sex [1] 1 2 2 1 1 2 2 2 I´d like to obtain the proportion according to sex.So I type: > prop.table(sex) [1] 0.07692308 0.15384615 0.15384615 0.07692308 0.07692308 0.15384615 0.15384615 [8] 0.15384615 The result is OK, but I
2003 Nov 13
5
xlims of barplot
I would like to create a family of barplots with the same xlimits. Is there a way to "read" the xlimits from the first graph so I can apply it to the subsequent ones? I have tried just taking the min and max of the x data and the plot doesn't show. cheers [[alternative HTML version deleted]]
2004 Dec 20
1
mono fonts (was RE: RE: [R] SAS or R software)
...d a > > cex that makes the text best fit the display area. Once > the segfaulting is > > fixed, I'll update my code to use par(family="mono"). > > > > -G > > > > > >> -----Original Message----- > >> From: Marc Schwartz [mailto:MSchwartz@MedAnalytics.com] > >> Sent: Monday, December 20, 2004 3:57 PM > >> To: Paul Murrell > >> Cc: Warnes, Gregory R; R-Devel; Frank E Harrell Jr > >> Subject: Re: [Rd] RE: [R] SAS or R software > >> > >> > >> On Tue, 2004-12-21 at 08:40 +13...
2005 Apr 26
10
Ctrl-c crashes R when run as sudo (PR#7819)
I tried to submit this in R, but not sure if it worked. When running R as sudo, using ctrl-c dumps me to the command line. Hitting exit to exit the terminal window results in R taking 100% of resources. I am using R-2.1.0 on Fedora Core 3. Thanks. Manuel
2002 Oct 13
1
barplot(): X-Axis Labels
Hello all. I have a simple barplot with sixteen different segments. When I plot my data, only five or six of the labels are showing in the x-axis. How do go get them all to show? Can I set them at a 45.degree angle? Thank you. Jess -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send