excel - R Project - summary output of glht function in tab delimited form? -
i've used function lme()
in database i've got. after that, i've used glht()
in order see multiple comparisons of means. summary of glht()
gives me, in linear hypotheses, 4 columns, last 1 (pr(>|z|)) being 1 i'm interest at, @ moment.
because i'm dealing 20 parameters, 4 different treatments, in 10 different groups, our plan create "heat map" of p values obtained in last column of summary(glht())
.
my original plan copy , paste these values excel, , there can make heat map. however, summary()
in r divides columns empty spaces, not helpful send excel.
i've got 2 questions, then: (1) possible change summary()
in such way values tab delimited? (2) have better/faster way of preparing heat map? last question, i've thought populating matrix p values in r, starter. however, i'm not sure how call pr(>|z|) column summary()
function.
many in advance help!
Comments
Post a Comment