Learn R Programming

dcv (version 0.1.1)

test.LM: Linear model

Description

Multiple R-squared and Adjusted R-squared caculated by a linear model

Usage

test.LM(x)

Arguments

x
dataframe of actual and reconstructed climate variables

Value

result of linear model

Details

Multiple R-squared and Adjusted R-squared caculated by a linear model for actual and reconstructed climate data

References

Chambers, J. M. (1992) Linear models. Chapter 4 of Statistical Models in S eds J. M. Chambers and T. J. Hastie, Wadsworth & Brooks,Cole.

Wilkinson, G. N. and Rogers, C. E. (1973) Symbolic descriptions of factorial models for analysis of variance. Applied Statistics, 22, 392-9.

See Also

summary.lm for summaries and anova.lm for the ANOVA table; aov for a different interface.

Examples

Run this code
 data(val)
 test.LM(val)

Run the code above in your browser using DataLab