# Generates two random measurements
measurement1 <- rnorm(100)
measurement2 <- rnorm(100)
# Calls the function - do note that this function was really
# meant to be called from other functions and not a stand-alone funtion
blandr.data.preparation( measurement1 , measurement2, sig.level=0.95 )
Run the code above in your browser using DataLab