Dear List,
is there an easy and fast way to compute the p value from a given F
value and given degrees of freedom for an effect and the dfs for the
residuals? I think of a function like this:
compute.p(F.value, numerator.dfs, denominator.dfs)
which returns the p value.
Thanks,
Sascha
______________________________________________
R-help@r-project.org 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.