Jan Verbesselt
2005-Apr-15 13:12 UTC
[R] Range in probabilities of a fitted lrm model (Y~X)
Dear R-list, Is there a function or technique by which the probability (or log odds) range of a logistic model (fit <- lrm(Y~X)) can be derived? The aim is to obtain min & max of the estimated probabilities of Y. Could summary.Design() be used for that or is there another method/trick? Thanks, Jan _______________________________________________________________________ ir. Jan Verbesselt Research Associate Lab of Geomatics Engineering K.U. Leuven Vital Decosterstraat 102. B-3000 Leuven Belgium Tel: +32-16-329750 Fax: +32-16-329760 http://gloveg.kuleuven.ac.be/
Frank E Harrell Jr
2005-Apr-15 15:16 UTC
[R] Range in probabilities of a fitted lrm model (Y~X)
Jan Verbesselt wrote:> Dear R-list, > > Is there a function or technique by which the probability (or log odds) > range of a logistic model (fit <- lrm(Y~X)) can be derived?See documentation - type ?predict.lrm probs <- predict(fit, type='fitted') FH> > The aim is to obtain min & max of the estimated probabilities of Y. > > Could summary.Design() be used for that or is there another method/trick? > > Thanks, > Jan > > > > _______________________________________________________________________ > ir. Jan Verbesselt > Research Associate > Lab of Geomatics Engineering K.U. Leuven > Vital Decosterstraat 102. B-3000 Leuven Belgium > Tel: +32-16-329750 Fax: +32-16-329760 > http://gloveg.kuleuven.ac.be/ > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html >-- Frank E Harrell Jr Professor and Chair School of Medicine Department of Biostatistics Vanderbilt University
Possibly Parallel Threads
- Spatial Autocorrelation for point data
- How to add values on the axes of the 3D bi-variable lrm fit?
- Penalized likelihood-ratio chi-squared statistic: L.R. model for Goodness of fit?
- DEV2bitmap: jpeg with res=400 not enough for CORELDRAW poster A0
- Plotting: Plot several axis at right hand side of the plot