-
Notifications
You must be signed in to change notification settings - Fork 4
/
lesson_10_bootmiss.Rmd
40 lines (24 loc) · 3.07 KB
/
lesson_10_bootmiss.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
title: "Lesson 10. Bootstrapping and Missing Data"
---
## Lesson 10. Bootstrapping and Missing Data
Today's lesson will cover bootstrapping and (if time) missing data assessment. Lesson notes posted at: [https://melindahiggins2000.github.io/N736Fall2017_lesson09/lesson09_boot.html](https://melindahiggins2000.github.io/N736Fall2017_lesson09/lesson09_boot.html)
## Data and Code for Today
Here are direct links for the data and code files for today's lesson: _(right click these to save the file to your computer)_
### `SPSS`
* HELP Dataset - SPSS format [https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/helpmkh.sav](https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/helpmkh.sav)
* SPSS SYNTAX - Code for Bootstrapping [https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/Syntax_bootmean_spss.sps](https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/Syntax_bootmean_spss.sps)
### `SAS`
* HELP Dataset - SAS Format [https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/helpmkh.sas7bdat](https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/helpmkh.sas7bdat)
* HELP Dataset Formats - SAS Format [https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/formats.sas7bcat](https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/formats.sas7bcat)
* SAS Program - Code for Bootstrapping [https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/lesson09_SAScode.sas](https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/lesson09_SAScode.sas)
* SAS Program - `jackboot.sas` - needed to run macro in lesson code [https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/jackboot.sas](https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/jackboot.sas)
### `R`
* HELP Dataset - R Format [https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/help.Rdata](https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/help.Rdata)
* R Program - Code for Bootstrapping [https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/lesson09_Rcode.R](https://github.com/melindahiggins2000/N736Fall2017_lesson09/raw/master/lesson09_Rcode.R)
## Github repository with data, code and files
The Github repository for today's lesson on bootstrapping with all of the data, code and files, are located at:
[https://github.com/melindahiggins2000/N736Fall2017_lesson09](https://github.com/melindahiggins2000/N736Fall2017_lesson09).
You can click on "CLONE or DOWNLOAD" to download the entire set of files in the repository as a ZIP file to your hard drvie. Remember to UNZIP (EXTRACT) these compressed files BEFORE you try running or editing the code. Alternatively, if you have your own Github account, feel free to "fork" a copy of my repository to your own account.
## MISSING Data - Notes
See the lesson on Missing Data at [https://melindahiggins2000.github.io/N736Fall2017_lesson10/lesson10_missing.html](https://melindahiggins2000.github.io/N736Fall2017_lesson10/lesson10_missing.html)