Hi,
I'm new to R and I have a file with many rows of values. Each row contains a
title and values for a contingency table
e.g.
row 1= title 8 0 37796 47
which is a table called 'title'
with values
8 0
37796 47
I would like to know how I can import this using R and for each row calculate a
p value using the fisher test. Using each p value I will do multiple a
correction.
I am unsure how to automate this process.
Many thanks,
Emily
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.