meancoupled: Pengujian hipotesis rata-rata 2 populasi berpasangan

Description Usage Arguments Details Author(s) References See Also Examples

Description

Pengujian hipotesis rata-rata untuk 2 populasi yang saling berpasangan

Usage

1
meancoupled(data1, data2, dif, alpha)

Arguments

data1

sampel populasi 1

data2

sampel populasi 2

dif

nilai hipotesis (H0: beda rata-rata=dif)

alpha

tingkat signifikansi

Details

Pengujian menggunakan statistik uji berdistribusi peluang t

Author(s)

Muhammad Abdul Majid

References

Walpole

See Also

http://letme-escape.blogspot.co.id

Examples

1
2
3
4
5
6
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
meancoupled(data1, data2, 0, 0.05)

ama12majid/metstat documentation built on May 30, 2019, 11:37 p.m.