Displaying 11 results from an estimated 11 matches for "suzett".
Did you mean:
suzette
2003 Jul 24
3
trellis plot question
Greetings,
Does anyone know how to get an id number in the little header
above each individual plot within a trellis plot? The default
seems to be to print the word id and add a line indicating on
a linear scale where the current id sits.
Thanks in advance for any help you can send,
Suzette
=================================
Suzette Blanchard, Ph.D.
Research Scientist
Frontier Science Foundation
1244 Boylston St. Suite 303
Chestnut Hill, MA 02467
Email: suzette at sdac.harvard.edu
Phone: (617) 632-2007
Fax: (617) 632-2001
2004 Oct 25
4
CRAN packages
I am not able to download packages ("xtable") from CRAN
not even just a .zip file, I get that the page can not be
found. Please could you help?
Suzette
=================================
Suzette Blanchard, Ph.D.
Research Scientist
Frontier Science
2006 Dec 20
2
\Sexpr in MikTex
..., \Sexpr{} has worked on MikTex with earlier versions of R, I can not seem to get it to work with
R-2.4.0. I run Sweave with MikTex using the following statement in Run under Accessories.
latex -include-directory="C:\Program Files\R\R-2.4.0\share\texmf" "C:\Documents and Settings\Suzette\Desktop\MyFile\MyProgram.tex"
Any advice would be much appreciated,
Suzette
Suzette Blanchard, Ph.D.
Assistant Professor, Dept. of Biostatistics
City of Hope National Medical Center
and Beckman Research Institute
1500 East Duarte Road, Duarte, CA 91010-3000
sblanchard@coh.org <mail...
2004 Nov 10
2
cubic spline/smoother with nlme
...st(lKa~1,lCL~smooth.spline(BSA, df=3))
the error I got was the following.
Error in model.frame(formula, rownames, variables, varnames, extras,
extranames, : invalid variable type
Can anyone suggest a cubic spline that would work within
this context?
Thank you for any help you can send,
Suzette
=================================
Suzette Blanchard, Ph.D.
UCSD-PPRU
2008 Apr 08
2
Error: expected the collection operator c error pos 98 (error on line 1)
...RROR:
expected the collection operator c error pos 98 (error on line 1)
If I rewrite the file
list(Dose=c(1.40000E+02), c(Y=0.00000E+00))
it runs fine. Can you suggest a way to get the output dataset to automatically put the
c( ) on the data when the sample size is 1?
Thank you,
Suzette
Suzette Blanchard, Ph.D.
Assistant Professor, Dept. of Biostatistics
City of Hope
1500 East Duarte Rd
Duarte, CA 91010-3000
ph: (626) 256-4673 ext:64446
sblanchard@coh.org
---------------------------------------------------------------------
SECURITY/CONFIDENTIALITY WARNING: \ This messa...
2006 Dec 21
1
: newbie estimating survival curve w/ survfit for coxph
...ot; however the survival curves don't
seem to be monotonically decreasing with time. I get the feeling that this
has something to do with the use of strata(rx) in the model, but I am no
sure how to sort it out.
any help is appreciated,
best regards,
Spencer
On 12/21/06, Blanchard, Suzette <SBlanchard@coh.org> wrote:
>
> Thank you for your help. With your fix I was able to get the correct
> result once but then I would have to close R.
> If I go back to R-2.3.1 Everything seem to work fine. Best to everyone
> that helped.
> Suzette
>
> ________________...
2004 Dec 17
1
reading the seed from a simulation
...aybe I could if I could capture the seed for the
failing run. The help file on set.seed says you can do it
but when I tried
rs<-.Random.seed
print(paste("rs",rs,sep=" "))
I got 626 of them so I don't know how to identify the right
one. Please can you help?
Thank you,
Suzette
=================================
Suzette Blanchard, Ph.D.
UCSD-PPRU
2008 Jun 12
1
adding horizontal lines to a trellis plot
...ot.new has not been called." See below.
xyplot(FK~WEEK|Event1/MRN, data=FKdat.o1)
abline(h=5)
abline(h=10)
Error in int_abline(a = a, b = b, h = h, v = v, untf = untf, ...) :
plot.new has not been called yet
Any help that can be provided on how to do this would be appreciated.
Best,
Suzette
Suzette Blanchard, Ph.D.
Assistant Professor, Dept. of Biostatistics
City of Hope
1500 East Duarte Rd
Duarte, CA 91010-3000
ph: (626) 256-4673 ext:64446
sblanchard@coh.org
---------------------------------------------------------------------
SECURITY/CONFIDENTIALITY WARNING: \ This messag...
2005 Mar 22
1
Writing R documentation
...n{itemize}
\item population level: identify(WB\$pred\$ppred, WB\$pred\$conc)
\item individual level: identify(WB\$pred\$ipred, WB\$pred\$conc)
\end{itemize}
Is there a way to fix this?
I tried Rdconv using --type=HTML but that did not work.
Any help you can send would be appreciated.
Thank you,
Suzette
=================================
Suzette Blanchard, Ph.D.
UCSD-PPRU
2004 Nov 12
0
geese
I am working with geese from geepack, does
anyone know how to get the predicted values
from this program. I tried the predict function
and got the error
Error in predict(results.e, newdat = prog) :
no applicable method for "predict"
Thank you for any help you can send,
Suzette
=================================
Suzette Blanchard, Ph.D.
UCSD-PPRU
2004 Nov 11
0
ROracle SQL length limitation
...lus (Thomas Lumley)
18. fSeries (Vito Ricci)
19. Re: lattice: ordering the entries in a dotplot of a vector
(Deepayan Sarkar)
20. Building MacOSX binary in Windows XP (Tomas Aragon)
21. Re: Building MacOSX binary in Windows XP (Prof Brian Ripley)
22. cubic spline/smoother with nlme (Suzette Blanchard)
23. Re: cubic spline/smoother with nlme (Peter Dalgaard)
24. RE: cubic spline/smoother with nlme (Pikounis, Bill)
25. Re: R under Pocket PC (Tom Mulholland)
26. substitute/paste question for using Greek in plot titles
(Peter Dunn)
27. polr probit versus stata oprobit (...