Question: I have two samples from two normal distributions with unequal variances. One has n=24 and the other has n=8 the samples are here in my
I have two samples from two normal distributions with unequal variances. One has n=24 and the other has n=8 the samples are here in my R code.
xnsmoke=c(0.97,0.72,1.00,0.81,0.62,1.32,1.24,0.99,0.9,0.74,0.88,0.94,1.16,0.86,0.85,0.58,0.57,0.64,0.98,1.09,0.92,0.78,1.24,1.18)
xsmoke= c(0.48,0.71,0.98,0.68,1.18,1.36,0.78,1.64)
The goal is to determine whether or not there is sufficient evidence to show that there is a difference between the two samples using R code. I am looking for guidance on which methods to use in R to demonstrate this.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
