Displaying 3 results from an estimated 3 matches for "thebiobucket".
2013 Jan 25
1
Testing continuous zero-inflated response
...to 97%..
I searched the web and found several modelling approaches but have the
feeling that they are overly complex for my very simple dataset.
Thanks in advance for any help!
Kay
--
Kay Cichini, MSc Biol
Grubenweg 22, 6071 Aldrans
Tel.: 0650 9359101
E-Mail: kay.cichini@gmail.com
Web: www.theBioBucket.blogspot.co.at<http://www.thebiobucket.blogspot.co.at/><http://www.theBioBucket.blogspot.co.at>
--
[[alternative HTML version deleted]]
2012 Jun 02
2
How can I export a paired t-test output table to an excel file?
Hi R users,
Could anyone let me know how to export a paired t-test output table (see
below) to an excel file?
Jason,
with(score2,pairwise.t.test(values,ind,
+ p.adjust.method="holm", paired=T))
Pairwise comparisons using paired t tests
data: values and ind
test1 test2 test3 test4 test5 test6
test1 1.0000 - - -
2013 May 06
0
Comparaciones multiples lmer
...-----------------
# B) SoluciĆ³n glht
#--------------------------------------
# Es buena, pero para interacciones me chirria
#
http://stats.stackexchange.com/questions/14078/post-hoc-test-after-anova-with-repeated-measures-using-r
# http://www.ats.ucla.edu/stat/r/faq/testing_contrasts.htm
#
http://thebiobucket.blogspot.com.es/2011/06/glmm-with-custom-multiple-comparisons.html#more
# Un Factor
summary(glht(model= m1,linfct=mcp( group = "Tukey") ), test = adjusted(type
= "bonferroni"))
# Dos factores
datos$AffGroup <- interaction(datos$Affix, datos$group)
m2 <- lmer( LogRT ~ Af...