Displaying 20 results from an estimated 10000 matches similar to: "STOP MESSAGE"
2000 Sep 23
2
Units
I used the AR modelling written for R (S) on blood pressure and heart rate
signals. I used 60 one second samples and a model order of 20. I used the
"ar" finction in the "ts" package.
Given that blood pressure is measured in mmHg would the spectral density (on
the graph displayed be [mmHg]sq/Hz ?
And the heart rate is measured in Beats Per Minute (bpm) - so would the
2001 Nov 09
2
ks.test
Dear R-List members,
I want to check if a set of measurements follows better a
gamma or a lognormal distribution (see data below).
Using shapiro.test I can test for normality (shapiro.test(log
(Lt)).
To test for gamma (and normal) distribution I would use
ks.test but I need to specify its shape and scale. How should
I calculate these values in R?
I tried
> Lt.fit <- glm(Lt ~ 1,
2000 Sep 21
1
"[.data.frame" forgets about "AsIs" (PR#665)
Short example:
> str(d <- data.frame(a = I(letters[1:5])))
`data.frame': 5 obs. of 1 variable:
$ a:Class 'AsIs' chr [1:5] "a" "b" "c" "d" ...
> str(d[TRUE,,drop = FALSE])
`data.frame': 5 obs. of 1 variable:
$ a: chr "a" "b" "c" "d" ...
The real problem about this is, that as soon
2001 Nov 15
3
Histogram
I would want to know if it's possible to plot two histograms
on the same graphic in order to compare the bins one to one,
like a Excel graphic.
If it is possible can you help me to do it, because I don't know the exact
R-commands.
Thanks for your help
Damiano
>
>
>Martin Maechler <maechler at stat.math.ethz.ch> http://stat.ethz.ch/~maechler/
>Seminar fuer Statistik,
2001 Jul 10
1
color NA is allowed, but "NA" is not ... (yet)
In several places, we have the convention that col = NA means
`` don't draw '', e.g. for points() or rect().
For col = <vector> this only works when the vector is integer (numeric),
but not in other cases. I think this is a bug, even though not in the
strict sense, since we don't seem to claim it should work..
Example:
plot(1:10, col = c(1:4,NA,NA,4:1))
## fine
2000 Jan 12
1
Rweb
Hi folks,
Could you tell me (a) good newsgroup/s or mailing lists concerning
(1) Rweb in general
(2) Rweb and Java, please.
Cheers,
Michael Wisnewski
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2001 Jul 20
1
commercial purpose
Hi,
I want to know can R language and the system be used
for commercial purposes.
with regards
srinivas
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2000 Apr 18
1
path = "." default for list.files()?
Would it make sense to default the path argument for list.files() to "."?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
2000 Nov 17
1
Ordinary differential equations in R?
Is there any R code available for solving ODE's? I am considering building
an interface to ODEPACK, but don't want to duplicate any existing effort.
--
Tom Wainwright
NOAA/NMFS/NWFSC
2030 S Marine Science Dr
Newport, OR 97365 USA
thomas.wainwright at noaa.gov
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
1999 Nov 19
1
max.col
I am trying to run, in R -Windows95, the example in MASS2,
section 17.2. When I run predplot() on cush.lda I get
> predplot(cush.lda, "LDA")
Error: couldn't find function "max.col"
I get the plot OK, but within predict(), it balks on max.col
A more general question about using VR. Is there an easy way
to use library on VR in general or do I have to move each into
1999 Oct 01
1
2D wavelet modules exist for R?
Dear R users,
did anybody write a 2D wavelet module for R?
Thanks.
Armin
Swiss Federal Institute of Technology
http://statwww.epfl.ch/people/roehrl
Kya aap statooed hai? http://www.statoo.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
1999 Oct 12
1
(no subject)
Dear All,
I try to be a new user of R. I try to install the R ver 0.65.0 in my
UNIX machine. The installation untill one point goes fine but when I run
the make comand the program can find the X11 enviroment. Could you help
me with this kind of problem? I would appreciate if you have any
suggestions about any other process or programms that I need to use.
Many thanks for your time.
1999 Oct 18
1
reading binary file
Is there facility in R to read binary file? In Splus scan() has
'width=' argument and AsciiToInt() command to translate the
binary data. Is there something similar in R?
Thanks,
-Yudi-
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
1999 Oct 22
1
par(uin)
Hi,
I've been trying to use several plotting routings that make use of
S's par("uin"), the number of user units per inch. For the moment I've
substituted all of the occurences of this with
par.uin _ function()
(par("fin") / c( diff(par("xaxp")[1:2]),diff(par("yaxp")[1:2])))
This seems to work fine for my needs.
-Greg
1999 Sep 08
1
No subject
Hallo,
I'm looking for a "sunflower" plot. I noticed the
Splus function "p.sunflowers" (Andreas Ruckstuhl, Werner Stahel, Martin
Maechler, Tim Hesterberg) don't work... If its not available I would port
this function...
Thanks for 1 answer
P
***************************************************************************
P.Malewski Tel.: 0531 500965
Maschplatz 8
2000 Apr 07
1
USING @IF FUNCTIONS ?
JOHN GOLFIS
HI I AM A REGULAR USER OF EXCEL RECENTLY I HAVE BEEN TRYING TO USE LOTUS !
MY PROBLEM IS THAT IF I AM USING THE @IF STATMENT WHEN I GET THE RESULT IT'S
OK, BUT IF I WANT TO THEN MULTIPLY OR USE ANY OTHER BASIC MATHS FUNCTION IE
(+ - /) IT ONLY GIVES ME A RESULT OF ZERO. I HAVE BEEN USING IT TO DEVELOP
A BASIC ROSTER SYSTEM THAT RECOGNISES STAFF AGES BASED ON THEIR DOB AND THE
2000 Aug 22
1
adj parameter in mtext
I am trying to adjust the sigma symbol down in the y direction with
the following command but R recycles the sigma and puts another at
-0.1 in the x axis.
Any suggestions would be appreciated.
mtext(expression(sigma),1,outer=TRUE,adj=c(0.5,-0.1))
Regards
Ross Darnell
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
1999 Oct 21
1
source(,echo=T) doesn't echo comments (PR#296)
I don't know if this is a bug report or a feature request, but a colleague
complained that source(,echo=T) doesn't echo the comments from the source
file.
Thomas Lumley
Assistant Professor, Biostatistics
University of Washington, Seattle
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read
2000 Jan 26
1
[R-d] E-mail to R-devel will have prefix, ok?
A short "private" discussion revealed that several people desire to get a
prefix in the "subject:"s of R-devel mailings.
I'd propose to set "[R-d]" as I've done it (manually, this time!) above.
Unless I hear load protests, I'll set this.
your mailing list maintainer: Martin Maechler
2000 Jan 11
1
Figure margins too large
I seem to remember an error like this being mentioned before, but if it wasn't:
> zz <- density(rnorm(100))
> plot(zz)
Error in plot.new() : Figure margins too large
> version
_
platform sparc-sun-solaris2.6
arch sparc
os solaris2.6
system sparc, solaris2.6
status
major 0
minor 90.1
year 1999
month December
day 15
language R
Paul Gilbert