R^2 in NLS...non-sense??



Dear all
i would like to ask to you about possibility to compare 2 different regression
models. I know that is statistically lawful make an anova on two different
model BUT only if they are fitted on the same data, while i've many (fruit
growth) models fitted on two kind of data (treated fruits vs. untreated
fruits).
In "R" with nonlinear least square is simple obtain parameter values and RSS
(residual sum square) but none R^2 coefficient is returned, in Axum 5.0A R^2
is returned. R-help list answer me that...
..............................................................................................................
For linear regression we have the following identity
total SS = regression SS + residual SS (*)
where total SS is the sum of squares of observations around their mean,
i.e.
total SS = (n-1)*var(y)
and residual SS is given by the deviance function.
R-squared is defined as
R^2 = regression SS/ total SS = 1 - residual SS/total SS.
You can use this last formula to define a similar quantity for nonlinear
regression. You have to remember that R^2 does not have its usual meaning
for NLS. In fact, the basic identity (*) does not hold and the residuals
do not add up to zero.
Hope this helps,
Andy
..............................................................................................................

So, does anybody have idea how to compare two fitted models on different data?
quantile-quantile plot of RSS's of NT vs TRT???

tnx in advance
-------------------------------------------------------------------------------------------------------------------------
Landini dr. Massimiliano
Tel. mob. (+39) 347 140 11 94
Tel./Fax. (+39) 051 762 196
e-mail: robfleming (at) tiscali (dot) it
-------------------------------------------------------------------------------------------------------------------------
Commento di Young sul metodo scientifico: Non puoi arrivare qui da lì.
-------------------------------------------------------------------------------------------------------------------------
.



Relevant Pages

  • Re: % variance explained - princomp v.s. linear regression
    ... The function return 8 pcs, and I want to know the percentage of variance the first two pcs explain. ... But at the same time, for the same matrix, I also tested it with linear regression, so I assume the data set is the weighted sum of 2 basic components, and the weights for these components are obtained by matlab's 'regress' function. ... on one side, I know the percentage of variance explained by my frist two pcs using princple component analysis; on the other side, I have the percentage of variance explained by the two components using least-square linear regression. ... Can I directly compare these two results, and conclude something like the regression explains data better than the PCs. ...
    (comp.soft-sys.matlab)
  • Re: Regression, T Test
    ... following tests - T-test, correlation, regression, Chi-squared. ... normal/standard distribution quickly as I have to be able tomorrow to ... what test would you use to compare different locations for equality ...
    (sci.stat.math)
  • Re: diff regression
    ... Compare: ... Regression? ... It looks like the -P option was removed from diff between FreeBSD ...
    (freebsd-stable)
  • Logrank Test or Cox Regression in c#
    ... Does anyone has any examples how to find P-Value (log-rank test / Cox ... Regression) to compare two or more groups in Kaplan-Meier Curver using ...
    (microsoft.public.dotnet.languages.csharp)