Re: [R] Re : standard error of logit parameters

2009-01-28 Thread markleeds
I'm sure below is fine but john fox's CAR book has some nice examples of how to compute the logit parameters and variances from scratch using iteratively weighted least squares. On Thu, Jan 29, 2009 at 1:54 AM, justin bem wrote: Run outfit<-nlm(..., hessian=T) and then standards error ar

[R] Re : standard error of logit parameters

2009-01-28 Thread justin bem
Run outfit<-nlm(..., hessian=T) and then standards error are se<-diag(solve(outfit$hessian))   Justin BEM BP 1917 Yaoundé Tél (237) 76043774   De : Bomee Park À : r-help@r-project.org Envoyé le : Jeudi, 29 Janvier 2009, 4h01mn 56s Objet : [R] standa