.
That figure can be made with the command boxplot().
How you use the command will depend on how your data are organised, but you could do something like
boxplot(list(hotdeck=imputed.hotdeck-original, kNN=imputed.kNN-original))
or more elegantly with a formula
boxplot(residuals~method)
Hi Richard! I could create it with your help.
Here it is.
Excellent
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
Hi, I have a question about normalizing the MTT OD values for doing the statistical analysis. So, if we have 3 different plates and we call them 3 different replicates, so, first we would...
07 August 2024 8,106 4 View
Are there any statistical methods to justify your sampling technique using SPSS or AMOS?
05 August 2024 9,153 4 View
Hi everyone, If you have written or come across any papers where Generalised Linear Mixed Models are used to examine intervention (e.g., in mental health) efficacy, could you please share the...
04 August 2024 4,130 4 View
Just bounced on me. Before statistically analysing significant difference, shouldn't we see if data fits normal distribution first? Is 3 replicates enough to testify the hypothesis of normal...
31 July 2024 8,141 13 View
Does anyone know of a module for the JAMOVI software that is capable of generating mean separations using the classic letters based on post hoc results (e.g., Tukey test)? If, as I believe, such...
31 July 2024 3,333 4 View
N=6 Comparing pre and post test likert scale responses. Participants are mix of practicing & preservice teachers.
30 July 2024 7,233 4 View
all math can be traversed by code? all math can be translate to code?
26 July 2024 9,530 0 View
Good morning, I would like to conduct a factor analysis for my work at the municipal level on a panel datae with variables such as income per capita, unmployement rate, percentage employed in a...
25 July 2024 5,104 4 View
I am currently working on a mendelian randomization study, and I have downloaded the datasets needed from the ieu opengwas project (mrcieu.ac.uk) in .vcf format. I do not have access to an R...
19 July 2024 2,342 5 View
Hello everyone, I am currently working on a project where I aim to analyze color preferences in data visualizations across participants from three different countries. The dependent variable in...
19 July 2024 4,178 2 View