Version0.1.1 Description Resampling Stats(http://www.resample.com)is an add-in for running randomization tests in Excel worksheets.The workflow is(1)to define a statistic of interest that can be calculated from a data table,(2)to randomize rows ad/or columns of a data table to ...
# randomize the sample train_data <- train_data[sample(nrow(train_data)),] training_id <- train_data$verse_number # the test indices are therefore testing_id <- which(!(nt_frame$verse_number %in% training_id)) # randomize the sample test_data <- nt_frame[testing_id,] test_data <...
In practice one should randomize the start player to enhance fairness. Final note: This will be the last post of Theory Meets Practice Blog in its current form. As of Jan 2023 I am working as full professor in Statistics and Data Science at the University of Greifswald, Germany. For both...
Function to randomize a question in a dataframe (internal use)q.text