Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m-clark/models-by-example

By-hand code for models and algorithms. An update to the 'Miscellaneous-R-Code' repo.
https://github.com/m-clark/models-by-example

algorithms bayesian cox-model expectation-maximization gaussian-processes gradient-descent hamiltonian-monte-carlo lasso linear-regression logistic-regression machine-learning maximum-likelihood-estimation mixed-models neural-network pca penalized-regression ridge-regression rkhs splines zero-inflated

Last synced: 23 days ago
JSON representation

By-hand code for models and algorithms. An update to the 'Miscellaneous-R-Code' repo.

Awesome Lists containing this project

README

        



Model Estimation by Example | README.utf8






















Model Estimation by Example


Lifecycle Status


This is the repo for the document found here, based on the raw code repo- Miscellaneous R Code. The document code has been tidied and may have other improvements relative to the original repo, but remains a conceptual/tutorial.






gitbook.require(["gitbook"], function(gitbook) {
gitbook.start({
"sharing": {
"github": false,
"facebook": false,
"twitter": false,
"linkedin": false,
"weibo": false,
"instapaper": false,
"vk": false,
"all": ["twitter", "facebook", "linkedin", "google", "weibo", "instapaper"],
"google": false,
"instapper": false
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 2
},
"edit": {
"link": "https://github.com/m-clark/models-by-example/blob/master/%s",
"text": "Edit"
},
"history": {
"link": null,
"text": null
},
"view": {
"link": null,
"text": null
},
"download": null,
"toc": {
"collapse": "section",
"depth": 2,
"scroll_highlight": true
},
"df_print": "kable",
"highlight": "pygments",
"search": false
});
});