On Jan 10, 2014, at 12:32 PM, Troels Ring wrote: > 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?
This is more of a general statiscs question. You are asked to post such on venue that encourage such discussion. CrossValidated is one such venue. > > [[alternative HTML version deleted]] > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html -- David Winsemius Alameda, CA, USA ______________________________________________ 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.