Re: [R] dendrograms

2003-06-26 Thread Edoardo M Airoldi
thanks! I was using hclust, didn't know about dendrograms. Edo __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

[R] logistic regression

2003-06-01 Thread Edoardo M Airoldi
hi all, I am fitting a logistic regression model on binary data. I care about the fitted probabilities, so I am not worried about infinite (or non-existent) MLEs. I use: glm(Y~., data=X, weights=wgt, family=binomial(link=logit), maxit=250) I understand the three ways to fit model, and in

[R] logistic regression (weights)

2003-06-01 Thread Edoardo M Airoldi
hi all, I am fitting a logistic regression model on binary data. I care about the fitted probabilities, so I am not worried about infinite (or non-existent) MLEs. I use: glm(Y~., data=X, weights=wgt, family=binomial(link=logit), maxit=250) I understand the three ways to fit model, and in