Displaying 2 results from an estimated 2 matches for "rank_1".
Did you mean:
rank1
2008 Sep 10
1
jquery slider
a have a jquery slider a save the final values of the selection in
javascript variables rank_1, rank_2, rank_3
I need to give this values to a controller how can i do that??
some help please!!
thank you!
--
Felipe Vergara Contesse
IngenierĂa Civil Industrial UC
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups...
2007 Mar 09
0
GLMM in lme4 and Tweedie dist.
...39;t follow all the details. So I ran a GLMM using
this distribution. I ran it for several models to do later model
selection with AIC. I used the following script, where the file
"GLMM_tweedie" (line 2) has a list of all the models I want to run, each
one in the form [ x=lmer(GGgiv ~ Rank_1 + Rank_diff + DAI +
Gen_dy*Rank_diff + Gen_dy*DAI + Gen_dy + (1| D_1) + (1| D_2), family =
tweedie(var.power=1,link.power=0), offset=log(Dt), data=data) ]
data=read.csv(file="GLMM_data.csv")
> models<-read.table("GLMM_tweedie.txt", sep="\t")
> data$Ggre...