[R] unable to load a library

2008-07-24 Thread Gérard Henry
;tclvalue.default', 'tclvalue.tclObj', 'tclvalue.tclVar', 'tclvalue<-.default', 'tclvalue<-.tclVar' were declared in NAMESPACE but not found Error: package 'tcltk' could not be loaded What are the meaning of these errors? Is there a

[R] coredump at the end of 'configure' and error for 'make'

2008-03-21 Thread Henry Yu
Hi, I got some errors when I attempted to build R (R-2.6.2) on my Solaris 9 box. Can someone please provide some suggestion on what to do next? The "configure" process was fine expect that I got some warning and a coredump at the end. What does that affect? Can I still build it? ./configure

[R] Quantative procedure assessing if data is normal

2009-04-12 Thread Henry Cooper
about this! Henry _ [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] Quantative procedure assessing if data is normal

2009-04-12 Thread Henry Cooper
about this! Henry _ [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

[R] Finding the 5th percentile

2009-04-13 Thread Henry Cooper
amp100<-coef(100,39.83,5739,2869.1,49.44) but how do I go about doing this? I know there is a quantile function in R, do I use this to find a percentile? If so, what value do I have to type into the second argument in the brackets to find the 5th?! Any help would be greatly appr

Re: [R] {spam?} Re: Error: cannot use PQL when using lmer

2008-07-06 Thread Martin Henry H. Stevens
Hi hpdutra, I do not know what section of which Crawley book you are referring to, but I assume that Crawley's point is to use a binomial error distribution (logistic regression) rather than a normal model. It is generally thought that LaPlace methods are more accurate than PQL methods. H

Re: [R] Repeated measures lme or anova

2008-07-06 Thread Martin Henry H. Stevens
Hi John, 1. I do not know why you remove the intercept in the lme model, but keep it in the aov model. 2. The distributional assumptions are shot --- you can't run any sort of normal model with these data. You might consider some sort of binomial (metabolite detected vs. not detected). Hank

[R] tilde on a spanish keyboard?

2008-08-12 Thread Martin Henry H. Stevens
I was trying to help someone who used a spanish keyboard on a PC running Windows. he discovered that he had no tilde key. Does anyone know of any simple work-arounds? Thanks, Hank Dr. Hank Stevens, Associate Professor 338 Pearson Hall Botany Department Miami University Oxford, OH 45056 Offic

Re: [R] tilde on a spanish keyboard?

2008-08-12 Thread Martin Henry H. Stevens
t;\u00D1") On 8/12/08, Martin Henry H. Stevens <[EMAIL PROTECTED]> wrote: I was trying to help someone who used a spanish keyboard on a PC running Windows. he discovered that he had no tilde key. Does anyone know of any simple work-arounds? Thanks, Hank Dr. Hank Stevens, Associa

Re: [R] tilde on a spanish keyboard?

2008-08-12 Thread Martin Henry H. Stevens
Sweet - works like a charm. Thanks! Hank On Aug 12, 2008, at 7:19 AM, Henrique Dallazuanna wrote: The try this: form <- as.formula('x\u007ey') lm(form) On 8/12/08, Martin Henry H. Stevens <[EMAIL PROTECTED]> wrote: Thanks Henrique. We need to use the tilde in formula statem

Re: [R] lmer and scale parameter in glmm model

2008-08-18 Thread Martin Henry H. Stevens
Hi Fränzi, mod.sum <- summary(model) mod.sum @ sigma Hank On Aug 18, 2008, at 9:34 AM, Fränzi Korner wrote: Hi Oliver you once asked this question at the R help list. Hi all, I try to fit a glmm model with binomial distribution and I would to verify that the scale parameter is close to

Re: [R] glmmML vs. lmer - fitting overdispersed Poisson outcome.

2007-10-17 Thread Martin Henry H. Stevens
Hi Sam, I don't understand how you can estimate a separate id variance other than the residual variance, with one observation per subject. I would think the proper model would be glm(y ~ 1, family='poisson) Cheers, Hank On Oct 15, 2007, at 12:05 PM, Sam Field wrote: > Group, > > I have count

Re: [R] R -Legality Question about R's Open Source GNU GPL License

2008-07-30 Thread Stevens, Martin Henry H. Dr.
The limit of use is that you cannot profit from it. It is Open Source. From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Ajay ohri [EMAIL PROTECTED] Sent: Wednesday, July 30, 2008 9:39 AM To: r-help@r-project.org Subject: [R] R -Legality Question about