In R package "psychometrics" an estimate of SE of R squared of /sersq <-
sqrt((4*rsq*(1-rsq)^2*(n-k-1)^2)/((n^2-1)*(n+3))) with n sample size,
and k number of parameters if sample size greater than 60 is found.
Does anyone have a formula for smaller sample size or an exact formula?
I have been through sos - but only found the above?
All best wishes
Troels Ring
Denmark
/
[[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.