Displaying 4 results from an estimated 4 matches for "szentirmai".
2006 Feb 22
0
read.table missing values
...is that the last
delimiter was left off? The "fill" option worked in my case. Use the
option with care and double check the dataset.
HTH
Matthew McIntosh
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of I.Szentirmai
Sent: Wednesday, February 22, 2006 7:04 AM
To: r-help
Subject: Re: [R] read.table missing values
might be, but I have already found another solution:
reat.table(file,sep="\t")
Thanks,
Istvan
On Wed, 22 Feb 2006 07:54:49 -0500
Sean Davis <sdavis2 at mail.nih.gov> wrote:
>...
2006 Mar 01
2
inconsistency between anova() and summary() of glmmPQL
Dear All,
Could anyone explain me how it is possible that one factor
in a glmmPQL model is non-significant according to the
anova() function, whereas it turns out to be significant
(or at least some of its levels differ significantly from
some other levels) according to the summary() function.
What is the truth, which results shall I believe? And, is
there any other way of testing for the
2006 Feb 24
1
SE of parameter estimates in glmm.admb
Dear R users,
Does anyone know how to get standard errors of the
parameter estimates in glmm.admb?
Thanks,
Istvan
2006 Jan 19
2
gam
Dear R users,
I'm new to both R and to this list and would like to get
advice on how to build generalized additive models in R.
Based on the description of gam, which I found on the R
website, I specified the following model:
model1<-gam(ST~s(MOWST1),family=binomial,data=strikes.S),
in which ST is my binary response variable and MOWST1 is a
categorical independent variable.
I get the