NeuroShepherd / ordinalsimr

R package and Shiny app for simulating ordinal endpoint results. Try it here: https://6fcd1k-pat.shinyapps.io/ordinalsimr/
https://neuroshepherd.github.io/ordinalsimr/
Other
1 stars 0 forks source link

Substitute `bind_rows` for `format_simulation_data` #129

Closed NeuroShepherd closed 4 months ago

NeuroShepherd commented 4 months ago

The format_simulation_data() function just wraps bind_rows() so there's no reason to include this. Remove and replace where needed.