@@ -32,6 +32,7 @@ two factor random effects [(R)](https://github.com/m-clark/Miscellaneous-R-Code/
3232[ multinomial regression] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/multinomial.R ) ,
3333[ ordinal regression] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/ordinal_regression.R ) ,
3434[ quantile regression] ( http://htmlpreview.github.io/?https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/quantileRegression.html ) ,
35+ [ marginal structural model] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/ipw.R ) ,
3536[ cubic spline] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/cubicsplines.R ) ,
3637[ hurdle poisson] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/hurdle.R ) ,
3738[ hurdle negbin] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/hurdle.R ) ,
@@ -51,7 +52,6 @@ hidden Markov model [(R)](https://github.com/m-clark/Miscellaneous-R-Code/blob/m
5152[ Gaussian Process noisy] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/gp%20Examples/gaussianprocessNoisy.R ) ,
5253[ Gaussian Process noise-free] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/gp%20Examples/gaussianprocessNoiseFree.R ) ,
5354[ reproducing kernel hilbert space regression] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/RKHSReg/RKHSReg.md ) ,
54- [ stochastic volatility] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/stochasticVolatility.R ) ,
5555[ extreme learning machine] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/elm.R ) ,
5656[ Chinese restaurant process, Indian buffet process] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/crp.R ) ,
5757[ One-line models (an exercise)] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/one_line_models.R ) ,
@@ -73,6 +73,7 @@ mixed model with beta response [(Stan)](https://github.com/m-clark/Miscellaneous
7373[ multilevel mediation] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/Bayesian/rstan_multilevelMediation.R ) ,
7474[ variational bayes regression] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/Bayesian/variationalBayesRegression.Rmd ) ,
7575[ gaussian process] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting//gp%20Examples/gaussianProcessStan.Rmd ) ,
76+ [ stochastic volatility] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/Bayesian/stochasticVolatility.R ) ,
7677[ horseshoe prior] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/Bayesian/horseshoe/README.md ) ,
7778[ item response theory] ( https://github.com/m-clark/Miscellaneous-R-Code/blob/master/ModelFitting/Bayesian/StanBugsJags/IRT_models ) , ...
7879
0 commit comments