I implemented a logistic regression in R and got the following plot. Can anybody help me interpret it or introduce me to some good resources which can assist me?
Dear Farideh,
See the attached file, for preliminary interpratation.. for more detailed, I shall provide you more files. Keep me updated.
_Best
faraways "practical regression" is a helpful ressource on regression and regression diagnostics. http://cran.r-project.org/doc/contrib/Faraway-PRA.pdf
Take a look here, it is written in R:
http://nlp.stanford.edu/~manning/courses/ling289/logistic.pdf
And another better example here:
http://ww2.coastal.edu/kingw/statistics/R-tutorials/logistic.html
Your plots perform residual analysis and diagnostics for regression.
But for diagnostics of logistic regeression those plots are not quite appropriate (more hard to interpret).
Diagnostics and model checking for logistic regression for practical use:
http://courses.washington.edu/b515/l14.pdf
http://support.sas.com/documentation/cdl/en/statug/65328/HTML/default/viewer.htm#statug_logistic_examples06.htm
Note, that interpretation of the parameters and regression diagnostics are different things.
For plotting the estimated effects in the model, try the effects package.
library(effects)
plot(allEffects(yourmodel))
I'm getting slightly different random numbers depending on the OS (Windows vs Linux) although I have specified the seed using set.seed. Is there anyway to guarantee reproducibility across...
02 March 2018 2,298 11 View
I have fitted a logistic regression model in R. I am not sure how to estimate the bias and variance of this model.
01 February 2017 4,190 5 View
I am looking for an R function like the following one: f
07 August 2016 3,569 2 View
Dear Colleagues Does anyone know any available phd scholarship in the field of data mining concerning clinical applications and bioinformatics (university ranking < 100)? I have a good...
31 December 2015 4,045 0 View
Where can I find a data set containing the two variables: "Prostate-specific antigen" and "prostate cancer"? The dataset has been used in a lot of studies by Vickers such as: Prostate-specific...
31 December 2015 7,585 3 View
I used to save the result of my analysis (like an imputed data, ...) using save () and load it by load(). I recently came across dput() and dump(). Are they superior to save()?
09 October 2015 1,665 0 View
I need a data set containing both numerical and categorical variables and a two-class outcome to be used in examples of my R package. Do you know any well-known one?
09 October 2015 5,125 1 View
I need a couple of search algorithms. Does anybody know a package containing a lot of search algorithms such as stepwise, hill climbing, genetic search?
08 September 2015 2,564 0 View
Hi, I am writing a package and I need the hidden functions of another package. If I import that package while writing my package, do I have access to its hidden functions?
06 July 2015 482 6 View
I need to import SPSS data into R and retain both the values and value labels for the variables. The read.spss() function from foreign package gives me option to retain either values OR value...
04 May 2015 2,445 1 View
I would like to learn more about SPSS and Its application especially in regards to data analysis. Please suggest me how I can learn more about it. Thank you so much.
11 August 2024 9,101 4 View
I am developing a predictive model for a water supply network that involves 20 influencing points. However, I only have historical data for 10 out of these 20 points. I would like to know how to...
10 August 2024 4,005 2 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
I want to know more about Mn deposits in west of Afghanistan.
07 August 2024 3,427 1 View
I am trying to analyse data from a survey examining what variables affect teachers perceived barriers to incorporating technology into their classroom. I have 5 predictor variables however my DV...
06 August 2024 1,752 3 View
I am using unit level data (IHDS round 2) & Stata 17
06 August 2024 5,725 2 View
Hello all, I wanted to know, can I use galaxy (USA, Europe or Australia) platform for analyzing the shotgun data, and can it be used for publication purpose as well? Thanks :)
06 August 2024 6,610 4 View
Do experts have journals in the field of artificial intelligence and big data that are not indexed by SCI or EI?
05 August 2024 8,836 2 View
Better ways to analyze the qualitative and quantitative data in a sequential explanatory mixed method approaches
04 August 2024 2,703 6 View
How can I interpret the data gathered without solving?
03 August 2024 9,054 3 View