/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

hbiostat.org
| | kgoldfeld.github.io
5.5 parsecs away

Travel
| | Simulates data sets in order to explore modeling techniques or better understand data generating processes. The user specifies a set of relationships between covariates, and generates data based on these specifications. The final data sets can represent data from randomized control trials, repeated measure (longitudinal) designs, and cluster randomized trials. Missingness can be generated using various mechanisms (MCAR, MAR, NMAR).
| | www.robertkubinec.com
5.0 parsecs away

Travel
| | Ordered beta regression can give you comparable, scale-free ATEs that can still be understood in the scale of the original data-all without using logs.
| | fharrell.com
1.6 parsecs away

Travel
| | Many researchers worry about violations of the proportional hazards assumption when comparing treatments in a randomized study. Besides the fact that this frequently makes them turn to a much worse approach, the harm done by violations of the proportional odds assumption usually do not prevent the proportional odds model from providing a reasonable treatment effect assessment.
| | jaketae.github.io
30.4 parsecs away

Travel
| In this post, we will continue our journey down the R road to take a deeper dive into data frames. R is great for data analysis and wranging when it comes to dealing with tabular data, especially thanks to the dplyr package, which is R's equivalent of Python's pandas.