Skip to content
Prev 2749 / 29559 Next

spautolm - standard errors of regression paramters

On Mon, 5 Nov 2007, Sam Field wrote:

            
As with most model fitting functions, you use the summary method, so

summary(mod1)$Coef

is a four-column matrix, and

summary(mod1)$Coef[,2]

is the column you want.

Roger

PS. Reading summary.spautolm shows that the diagonal values of the matrix 
you refer to are the squares of the SE values.