those questions in ([hidden
> email] <http://user/SendEmail.jtp?type=node&node=4655802&i=0>). I
> suggest you to read lme4 book (http://lme4.r-forge.r-project.org/lMMwR/)
> #lrgprt.pdf
>
> A.K.
>
>
>
>
>
>
>
> - Original Message -
> Fr
Hi
I tried removing the missing values and installing "plyr". Still error
message appears with ggplot2
Btw, did you get the attachments with my earlier mail?
Ta.
On Wed, Jan 16, 2013 at 3:16 AM, arun kirshna [via R] <
ml-node+s789695n4655612...@n4.nabble.com> wrote:
>
>
> Hi,
> Check these lin
Sorry
I have corrected the mistakes:
BP.stack3 <-
reshape(Copy.of.BP_2,idvar="CODEA",timevar="time",sep="_",varying=list(c("Obese14","Obese21"),c("Overweight14","Overweight21")),v.names=c("Obese","Overweight"),times=factor(c(1,2)),direction="long")
BP.stack3
head(BP.stack3)
tail(BP.stack3)
names
n(x)
> colSums(is.na(x[-1]
>
> # V1 V2
> #F 1 0
> #M 2 1
>
> Regarding the "mi" package, I never used it before. BTW, you didn't
> mention what you are going to plot.
> Hope it helps.
> A.K.
>
>
>
> - Original Message -
>
e, one has to inform the function
> about different sep-
> arations if there are missing values and other correlation structures than
> the independence or
> exchangeable structures are used. The waves arguments takes an integer
> vector that indicates
> that two observations of t
0
>> BP.stack7<-BP.stack6[BP.stack6$MaternalAge!=5,]
>>
>> BP.stack7$MaternalAge<-factor(as.numeric(as.character(BP.stack7$MaternalAge)
>>
>> fit5<-geese(hibp~MaternalAge*time,id=CODEA,data=BP.stack7,family=binomial,corstr="unstructured",sca
<- reshape(seizure,
>varying=list(c("base","y1", "y2", "y3", "y4")),
>v.names="y", times=0:4, direction="long")
> seiz.l <- seiz.l[order(seiz.l$id, seiz.l$ti
Hi A.K
Regarding my question on comparing normal/ obese/overweight with blood
pressure change, I did finally as per the first suggestion of stacking the
data and creating a normal category . This only gives me a obese not obese
14, but when I did with the wide format hoping to get a
obese14,norm
8 matches
Mail list logo