calcRsquare

PURPOSE ^

calculates Rsquare value

SYNOPSIS ^

function [Rsquare,SSR,SST,SSE] = calcRsquare( response, predicted )

DESCRIPTION ^

calculates Rsquare value

inputs:
response -> as observed in the data
predicted -> as predicted with some fit of a model


returns Rsquare, SSR (sum of squares of the regression) and SST (total sum
of squares)

urut/jan05

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-Oct-2007 12:29:38 by m2html © 2003