powered by
comparerel() is a function which compares measures from calcrel using bootstrapping.
comparerel()
comparerel(d1,d2,d3,d4,n_boot,seedno)
Returns a nested list of difference between reliability measures using bootstrapping.
list of numbers from measurement one of sample 1
list of numbers from measurement two of sample 1 (same order as for d1)
list of numbers from measurement one of sample 2
list of numbers from measurement two of sample 2 (same order as for d2)
numbers of iterations (default is 1000)
the seed number used for bootstrapping (default is)
if (FALSE) { d1 <- rnorm(15,10,1) d2 <- rnorm(15,10,1) d3 <- rnorm(15,10,1) d4 <- rnorm(15,10,1) comparerel(d1,d2,d3,d4) }
Run the code above in your browser using DataLab