Displaying 20 results from an estimated 600 matches similar to: "How to superimpose a histogram and density plot"
1999 Jul 14
1
How to cite
I am updating my lab manual in Spanish. How should I cite your supplements
to Venables and Ripley 1997 and the scripts.
Thank you very much
Peter B.
--
Peter B. Mandeville mandevip at deimos.tc.uaslp.mx
Jefe del Depto. de Inform?tica y Bioestad?stica rpe1531 at pasteur.fmed.uaslp.mx
Facultad de Medicine Tel: 48 26-23-45 ext. 232
1999 Jun 29
1
manova
I am using rw0641 with Windows 98. In the help for aov it states that the
formula can sepecify multiple responses for a "maov". The help doesn't give
an example, Venables and Ripley 1997:381 doesn't either. It isn't mentioned
in the scripts nor in the section R Complements nor in Rnotes. I tried
aov(c(y1,y2,y3)~x)
which seemed reasonable to me but doesn't work. How
2001 Jan 09
1
Chambers and Hastie Data Sets
Is there any place where the Chambers and Hastie 1993 Statistical Models in
S data sets can be found?
Thank you very much.
Peter B.
--
Peter B. Mandeville mandevip at deimos.tc.uaslp.mx
Jefe del Depto. de Inform?tica y Bioestad?stica rpe1531 at pasteur.fmed.uaslp.mx
Facultad de Medicine Tel: 48 26-23-45 ext. 232
Universidad Aut?noma de San
2001 Jan 17
1
panel argument in coplot
How can I add a least squares line to each panel in coplot?
Thank you very much.
Peter B.
--
Peter B. Mandeville mandevip at deimos.tc.uaslp.mx
Jefe del Depto. de Inform?tica y Bioestad?stica rpe1531 at pasteur.fmed.uaslp.mx
Facultad de Medicine Tel: 48 26-23-45 ext. 232
Universidad Aut?noma de San Luis Potos? Fax: 48 28-23-52
Av.
1999 Oct 05
2
for loops and counters
I am trying to assign values to a vector (pvalue). Similar code works in C
but not in R. What am I doing wrong?
r <- pvalue <- 0
for(i in (1:(k-1))){
for(j in (i+1):k){
r <- r+1
tstat <- (means[i]-means[j])/rms
pvalue[r] <- 2*(1-pt(abs(tstat),df))
}
}
Thank you.
Peter B.
--
Peter B. Mandeville mandevip at deimos.tc.uaslp.mx
Jefe del
1999 Jun 23
1
Influence.measures
I am using rw0641 with Windows 98. To list just the influential
repetitiones that result from "influence.measures", I am using the input
result <- lm(y~x)
and the code from the example in the help for "influence.measures"
INFLM <- function(result){
inflm <- influence.measures(result)
which(apply(inflm$is.inf,1,any))
}
It works fine up to now with the
1999 Jul 14
3
vector of NA indices
I have a vector Pes with 600 elements some of which are NA's. How can I
form a vector of the indices of the NA's.
for(i in 1:600) if(is.na(Pes[i])) print(i)
prints the indices of the NA's but I can't figure out how to put the
results in a vector.
Thank you very much.
Peter B.
--
Peter B. Mandeville mandevip at deimos.tc.uaslp.mx
Jefe del Depto. de
2000 Jul 05
1
Tukey.aov with split-plot designs
I am using R 1.1 with Redhat 6.2 and RW 1.001 with Win98 (the upkey doesn't
work on my IBM either as has been previously reported by others).
The function aov doesn't return either the residuals or the residual
degrees of freedom for split-plot designs.
If you use the following code from Baron and Li's "Notes on the use of R
for psycology experiments and questionnaires"
2001 Jun 15
1
contrasts in lm and lme
I am using RW 1.2.3. on an IBM PC 300GL.
Using the data bp.dat which accompanies
Helen Brown and Robin Prescott
1999 Applied Mixed Models in Medicine. Statistics in Practice.
John Wiley & Sons, Inc., New York, NY, USA
which is also found at www.med.ed.ac.uk/phs/mixed. The data file was opened
and initialized with
> dat <- read.table("bp.dat")
>
1999 Jul 01
1
lme
I am using rw0641.
In my continuing quest to understand repeated measures analysis, I again
return to lme. I exported the Potthoff and Roy data Orthodont.dat from
S-PLUS 4.5 to avoid capture errors and ran the examples in the R help. I
imported the data.frame with
data <- read.table("Orthodont.dat",header=T)
attach(data)
and created the objects
Orthodont.fit1 <-
1999 Jul 23
2
rw0642
Among other computers, I am using rw0642 on an IBM 300GL with 32MB RAM and
Windows98.
1. If after opening rw0642 the first command is to help such as "? par",
when the help window is closed by clicking X in the upper right corner of
the help window the following message is shown
This program has performed an illegal operation and will be shut down.
If the problem persists contact the
2000 Jul 11
3
postscript()
I am using RedHat 6.1, the R1.1.0 binary download, and an HP Deskjet 692C.
For some time I have been trying unsuccessfully to integrate R postscript
graphics in LaTex. I consulted the Bug Tracking System.
In the preamble of the LaTex file (test.tex) I have placed the line
\usepackage{graphicx,color}
and I use
\begin{figure}[htbp]
\begin{center}
\includegraphics[height=4in]{graphic1.ps}
2004 Aug 30
3
D'agostino test
Hi, Does anyone know if the D'agostino test is available with R ?
Alex
2002 Apr 29
0
code optimization
Try this:
split(delta,cut(delta, breaks=c(0,2,4,7,10,max(delta)),include.lowest=T))
$"[0,2]"
[1] 0.0 1.4 2.0 2.0
$"(2,4]"
[1] 2.3 2.3
$"(4,7]"
[1] 4.5 6.4
$"(7,10]"
[1] 8.9 7.4
$"(10,12.4]"
[1] 12.4 11.5
"Peter B. Mandeville" <mandevip at uaslp.mx>@stat.math.ethz.ch on 06/24/2002
13:11:41
Sent by: owner-r-help at
1999 Oct 08
4
R-0.65.1 for WinNT/9X
A binary distribution of R-0.64.2 for Windows is available at
<CRAN>/bin/windows/windows-NT (at least at Wien).
Enjoy it.
guido masarotto
Windows News (since R0.64.2)
rw0651
======
New function savePlot() to save plots to wmf, gif or ps.
There is now support for help via compiled HTML files (as used by the
latest Microsoft products): set options(chmhelp=TRUE) to
1999 Oct 08
4
R-0.65.1 for WinNT/9X
A binary distribution of R-0.64.2 for Windows is available at
<CRAN>/bin/windows/windows-NT (at least at Wien).
Enjoy it.
guido masarotto
Windows News (since R0.64.2)
rw0651
======
New function savePlot() to save plots to wmf, gif or ps.
There is now support for help via compiled HTML files (as used by the
latest Microsoft products): set options(chmhelp=TRUE) to
1999 Oct 08
4
R-0.65.1 for WinNT/9X
A binary distribution of R-0.64.2 for Windows is available at
<CRAN>/bin/windows/windows-NT (at least at Wien).
Enjoy it.
guido masarotto
Windows News (since R0.64.2)
rw0651
======
New function savePlot() to save plots to wmf, gif or ps.
There is now support for help via compiled HTML files (as used by the
latest Microsoft products): set options(chmhelp=TRUE) to
2012 Feb 07
4
Unable to run Pass 11
Hi All,
I am new to both Linux and Wine. I am running Mint 12.
For work I use Stata, R, and PASS 11. I am able to install Stata and R as Linux apps. But PASS 11 is Windows only.
I installed it using Wine and it appears to be installed. When I got to .wine/drive_c/Program Files/NCSS/PASS 11...I can see that all the files are there and when I either double click on PASS11.exe or use the
2005 Dec 13
1
Incomplete Beta
Is there any function available in R for computing the incomplete Beta
function?
I'll appreciate any suggestion
--
Albert Sorribas
Grup de Bioestad??stica i Biomatematica
Departament de Ci??ncies M??diques B??siques
Universitat de Lledia
tel: +34 973 702 406
FAX: +34 973 702 426
Home page: http://www.udl.es/Biomath/Group
1998 Dec 16
1
out-of-memory
I respost the message here since I suppose P. Mandeville is on the list,
question is rather general and
----- Forwarded message from MAILER-DAEMON at sirio.stat.unipd.it -----
<mandevip at 148.224.17.2>:
Sorry, I couldn't find any host named 148.224.17.2. (#5.1.2)
--- Below this line is a copy of the message.
On Wed, Dec 16, 1998 at 05:01:02AM +0000, Peter B. Mandeville wrote:
> How