d1 <- make_data()
estimate(d1, score, group)
d2 <- make_data2()
estimate(d2, score_column_name, sample_column_name, rep_column_name )
# \donttest{
d3 <- make_data3()
estimate(d3, score, sample, rep, nits = 1000)
# }
Run the code above in your browser using DataLab