On 6/22/05, Christian Mora <christian_mora at arauco.cl>
wrote:> Dear list members;
>
> Is there any trick to extract the coefficients along with std errors,
> t-values and p-values for each beta from a gnls fit model (similar to the
> results obtained using summary(lm)$coeff for linear models)?
The best way to get the coefficients is with the extractor function
coef. There is no extractor for the t-values and the p-values so you
need to look at the result of str(summary(gnlsfit)) to find the name
of the component.