Returns from an ord_res object either the linear or the non-linear
regression of the degradation kinetics data.
Usage
kin_regr(x)
Value
Returns either an nls or lm object based on the regression
performed by the function det_order().
Arguments
x
an ord_res object
Details
After the
analysis in the phase space for the determination of the reaction order,
det_order() performs either a linear or a non-linear
regression of the kinetic data, depending on whether the reaction order is
n=0 or n>0,
respectively. To access the regression object call kin_degr.