├── CONTRIBUTING.md ├── README.md ├── SQL R nhanes 1999-2019 walking impairment.R └── code ├── Machiene leanring models ├── decision tree.R ├── neural networks.R ├── not random forrest but c forrest partykit.R ├── ordinal logistic regression.R └── random forrest.R ├── descriptive statistics with graphs.R └── logistic regression JAPMA.R /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-m-burleson/NHANES-R-Programming/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-m-burleson/NHANES-R-Programming/HEAD/README.md -------------------------------------------------------------------------------- /SQL R nhanes 1999-2019 walking impairment.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-m-burleson/NHANES-R-Programming/HEAD/SQL R nhanes 1999-2019 walking impairment.R -------------------------------------------------------------------------------- /code/Machiene leanring models/decision tree.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-m-burleson/NHANES-R-Programming/HEAD/code/Machiene leanring models/decision tree.R -------------------------------------------------------------------------------- /code/Machiene leanring models/neural networks.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-m-burleson/NHANES-R-Programming/HEAD/code/Machiene leanring models/neural networks.R -------------------------------------------------------------------------------- /code/Machiene leanring models/not random forrest but c forrest partykit.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-m-burleson/NHANES-R-Programming/HEAD/code/Machiene leanring models/not random forrest but c forrest partykit.R -------------------------------------------------------------------------------- /code/Machiene leanring models/ordinal logistic regression.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-m-burleson/NHANES-R-Programming/HEAD/code/Machiene leanring models/ordinal logistic regression.R -------------------------------------------------------------------------------- /code/Machiene leanring models/random forrest.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-m-burleson/NHANES-R-Programming/HEAD/code/Machiene leanring models/random forrest.R -------------------------------------------------------------------------------- /code/descriptive statistics with graphs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-m-burleson/NHANES-R-Programming/HEAD/code/descriptive statistics with graphs.R -------------------------------------------------------------------------------- /code/logistic regression JAPMA.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-m-burleson/NHANES-R-Programming/HEAD/code/logistic regression JAPMA.R --------------------------------------------------------------------------------