Calculating Sensitivity, Specificity, and
Agreement from Logistics Regression Model*
Meir Preiszler wrote:
Hi,
Assume I have a variable Y having two discrete values and two
predictor variables x1 and x2.
I then do a logistic regression model fit as:
fit<-glm(Y~x1+x2,family=binomial). Are there fun
> Von: Frank E Harrell Jr
> Datum: 18. Dezember 2008 14:49:53 MEZ
> An: Meir Preiszler
> Kopie: r-help@r-project.org
> Betreff: Re: [R] Calculating Sensitivity, Specificity, and Agreement
> from Logistics Regression Model
>
>
> Meir Preiszler wrote:
>> Hi,
>
Meir Preiszler wrote:
Hi,
Assume I have a variable Y having two discrete values and two predictor
variables x1 and x2.
I then do a logistic regression model fit as:
fit<-glm(Y~x1+x2,family=binomial). Are there functions in R than calculate the
Sensitivity, Specificity , and Agreement of the mo
Deer Meir,
You could take a look at lroc() from epicalc package.
Or calculate all that yourself : the linear fit of the model are in
yourmodel$linear.predicators
Best regards,
david
2008/12/18 Meir Preiszler
> Hi,
>
> Assume I have a variable Y having two discrete values and two predictor
> v
Hi,
Assume I have a variable Y having two discrete values and two predictor
variables x1 and x2.
I then do a logistic regression model fit as:
fit<-glm(Y~x1+x2,family=binomial). Are there functions in R than calculate the
Sensitivity, Specificity , and Agreement of the model "fit"?
Thanks
Meir
5 matches
Mail list logo