Lu Mao
Home
People
Research
Publications
All
Methods
Applications
R Packages
Courses
Blog
Blog
Cox partial likelihood re-derived as normal equation of GLM
Bypassing risk-set construction and event conditioning arguments
The Cox proportional hazards model is a popular
semiparametric
regression model in survival analysis. Its partial likelihood offers a clever way to filter out the…
Feb 16, 2025
The chance of erring on the same side (CESS): A way to elicit correlation
Useful for power analysis with repeated measurements
Collaborators always come to me for help with power analysis. More often than not, their studies involve
repeated measurements
—multiple observations per subject over time or…
Feb 10, 2025
How to create Bland-Altman analysis for multiple biomarkers
Use
group_by()
for agreement statistics and
facet_wrap()
for plots
Bland-Altman analysis is a popular method to assess agreement between two measurement methods. When dealing with multiple biomarkers, it’s essential to analyze each…
Jan 16, 2025
How to perform efficient simulations in Tidyverse
Use purrr::map() for element-wise operations
Consider a simulation study for linear regression.
Dec 20, 2024
No matching items