Dear Statalist,
I would like to share a new SSC package, -multispline-, for nonlinear multilevel modeling using natural cubic splines. The command provides a unified workflow that integrates spline construction, mixed-effects estimation, ICC computation, prediction, and visualization into a single interface.
Install:
ssc install multispline
Example:
sysuse nlsw88, clear
multispline wage age, cluster(industry) nknots(4) plot
GitHub repository: https://github.com/causalfragility-l...tiSpline-Stata
Feedback is welcome.
Best regards,
Subir Hait
PhD Candidate (MQM), Michigan State University
I would like to share a new SSC package, -multispline-, for nonlinear multilevel modeling using natural cubic splines. The command provides a unified workflow that integrates spline construction, mixed-effects estimation, ICC computation, prediction, and visualization into a single interface.
Install:
ssc install multispline
Example:
sysuse nlsw88, clear
multispline wage age, cluster(industry) nknots(4) plot
GitHub repository: https://github.com/causalfragility-l...tiSpline-Stata
Feedback is welcome.
Best regards,
Subir Hait
PhD Candidate (MQM), Michigan State University

Comment