RSquared: RSquared Function calculates an adjusted pseudo R-squared...

Description Usage Arguments Value Source References Examples

View source: R/RSquared.R

Description

RSquared Function calculates an adjusted pseudo R-squared statistic for a Guausian model fitted via nls()

Usage

1
RSquared(model)

Arguments

model

a model fitted via nls()

Value

a pseudo R-squared and an adjusted R-squared are returned.

Source

https://stats.stackexchange.com/posts/63097/revisions/ https://stats.stackexchange.com/questions/48703/what-is-the-adjusted-r-squared-formula-in-lm-in-r-and-how-should-it-be-interpret/

References

Yin, P., & Fan, X. (2001). Estimating R2 shrinkage in multiple regression: A comparison of different analytical methods. The Journal of Experimental Education, 69(2), 203-224.

Examples

1
RSquared(model)

LunFlaer/DTCFinder documentation built on July 17, 2020, 4:26 a.m.