Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Send Message

Add post

Add question

You must login to ask question.

Cara Menganalisis Pretest dan Posttest Menggunakan Excel dan R

Analisis Menggunakan Ms. Excel

Untuk memunculkan menu data analys di pojok kanan pada menu Data, lakukan langkah :

1.File

2.Options

3. Addins

4.Toolpack

5.Go

6.Toolpack

7.Ok, tunggu hinga terinstal

8.Lihat pada menu Data apakah ada menu data analys di pojok kanan atas.

9. Sentuh menu data analys

10. Pilih menu pair two sample for means (2 sampel berpasangan) menggunankan uji T

11. Masukan data variabel

12. Ok

Analisis Menggunakan Software R

res<- t.test(before, after, paired = TRUE)

res

akan diperoleh output :

Paired t-test
data:  before and after
t = -20.883, 
df = 9, 
p-value = 6.2e-09

alternative hypothesis: true difference in means is not equal to 0
95 percent confidence interval:
 -215.5581 -173.4219
sample estimates:
mean of the differences 
                -194.49 Karena p-value < 5% ($\alpha$), maka tolak Ho. (Gagal menolak Ha alias terpaksa menerima Ha) Jadi, Ada perbedaan secara signifikan antara rata-rata populasi sebelum dan setelah tes.

(under revision)

Telah nampak kerusakan di muka bumi dikarenakan ulah manusia

About Riad Taufik Lazwardiexcellent

"In the middle of difficulties lies oppoutunities"

Follow Me

Leave a reply