Displaying 20 results from an estimated 89 matches for "medanalytics".
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 08
2
R search engine broken (PR#6653)
Full_Name: St?phane Gourichon
Version: R 1.7.1 (2003-06-16).
OS: GNU/Linux
Submission from: (NULL) (132.227.205.226)
The HTML help is great. But the search engine is broken.
It used to work in Galeon 1.x, not Konqueror 3.0 .
Now it doesn't work, neither on Mozilla 1.6 / Firebird 0.6 / Firefox 0.8 nor
Konqueror 3.2 which are IMHO the latest versions of those advanced,
standard-compliant
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:
> R:
>
>...
2002 Sep 06
1
Main R Project and CRAN sites down?
...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 the mirror sites...
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 seems to sho...
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 seems to sho...
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)
2004 Dec 20
3
RE: [R] SAS or R software
...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
> >
> >
> > Warne...
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)
...gt; 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 Murr...
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
2003 Mar 31
4
"font problems in X11 with linux R"
Hello,
I''m inexperienced with linux, X11 and R. A font problem have surfaced. When I
use pairs in John Fox''s car library e.g.:
> pairs(cbind(prestige, income, education, women))
Error in text.default(x, y, txt, cex = cex, font = font) :
X11 font at size 16 could not be loaded
In addition: Warning message:
freeing previous text buffer in GText
>
Evidently
2004 Jun 09
0
gregmisc 1.11.2 including read.xls()
...dows scripts
in <R_LIBRARY_DIR>/gregmisc/bin which allow you to call
xls2csv directly. The code uses perl libraries which are
included in the package, so perl must be in the execution path.
Other enhancements include:
- Improvements to CrossTable() by Marc Schwartz <MSchwartz at MedAnalytics.com>
- Improvements to ooplot() by Lodewijk Bonebakker <bonebakker at comcast.net>
- plotCI() and plotmeans() now have improved argument handling.
- The running() function now has an additional parameter `simplify'
which controls whether the returned values are simplified into a...
2001 Dec 12
1
Re: R-Help List Transmit Time
I answer publicly, since this is something like a moderatly FAQ
>>>>> "Marc" == Marc Schwartz <MSchwartz at medanalytics.com> writes:
Marc> Question: Is it typical for messages posted to the R
Marc> help list to take on the order of 2.5 hours to be
Marc> transmitted to some subscribers after being sent?
yes, it is.
Marc> The reason that I ask is that I have posted to the
Marc>...
2003 Jun 02
2
Rounding problem R vs Excel
For numbers ending in 5 Excel always rounds up and I want to reproduce this in R rather than use the round function.
I have tried:
x<-as.integer(x*100+0.5)/100
and
x<-floor(x*100+0.5)/100
However, some values of x cause problems e.g
x<-floor(4.145*100+0.5)/100
4.14
I have tried breaking it down into steps and force the results to 10 significant figures in the following function,