myLinModel {KarsTS} | R Documentation |
myLinModel: performs a linear fit
Description
This function is used to perform a linear model between observed and predicted values. It also prepares the outputs to be writen on the output window and plots different graphics.It is the core of the goodnessFilling function.
Usage
myLinModel(observed, predicted)
Arguments
observed |
Observed values |
predicted |
Predicted values |
Author(s)
Marina Saez Andreu
[Package KarsTS version 2.4.1 Index]