Displaying 3 results from an estimated 3 matches for "meandiffer".
Did you mean:
meandiff
2013 Jan 07
2
how to aggregate T-test result in an elegant way?
Dear all:
Plan 1:
I want to do serval t-test means for different variables in a loop ,
so I want to add all results to an object then dump() them to an
text. But I don't know how to append T-test result to the object?
I have already plot the barplot and I want to know an elegant way to
report raw result.
Can anybody give me some pieces of advice?
Yao He
?????????????????????????
Master
2003 Aug 15
2
help with Tukey Mean-Difference Plot
Dear R users,
I would appreciate for some advise how to generate a Tukey
Mean-Difference Plot with the tmd function part of the lattice
library. I have two test results (log transformed) which showing a
correlation on a scatterplot. However the correlation line is
parallel displaced depending on a clinical condition. I thought to a
Tukey Mean Difference Plot would show me the difference
2012 Oct 10
7
multiple t-tests across similar variable names
Hi everyone-
I have a dataset with multiple "pre" and "post" variables I want to compare. The variables are named "apple_pre" or "pre_banana" with the corresponding post variables named "apple_post" or "post_banana". The variables are in no particular order.
apple_pre orange_pre orange_post pre_banana apple_post post_banana
person_1