-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all files to tentative-final versions
- Loading branch information
Showing
11 changed files
with
2,288 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,43 @@ | ||
# sgf-2021-bootstrap-validation | ||
[](LICENSE) [](https://gitter.im/saspy-bffs/community) | ||
|
||
# A Framework for Simple and Efficient Bootstrap Validation in SAS, with Examples | ||
|
||
|
||
### Materials from an invited talk/paper for [SAS Global Forum](https://www.sas.com/en_us/events/sas-global-forum.html), held virtually on May 18-20, 2021. | ||
|
||
Materials provided: | ||
|
||
- [Full conference paper](Paper-SGF2021-Simple_and_Efficient_Bootstrap_Validation.pdf) | ||
|
||
- [Slides](Slides-SGF2021-Simple_and_Efficient_Bootstrap_Validation.pdf) used in 20-minute pre-recorded video at [[URL TO BE ADDED]] | ||
|
||
- Four Examples: | ||
* Example 1 - PROC LOGISTIC (running example in conference paper and video) in [Jupyter Notebook](examples/Example1-PROC_LOGISTIC-SGF2021-Simple_and_Efficient_Bootstrap_Validation.ipynb) and [.sas](examples/Example1-PROC_LOGISTIC-SGF2021-Simple_and_Efficient_Bootstrap_Validation.sas) format | ||
* Example 2 - PROC LOGISTIC with Variable Selection (from Appendix C in conference paper) in [Jupyter Notebook](examples/Example2-PROC_LOGISTIC_with_Variable_Selection-SGF2021-Simple_and_Efficient_Bootstrap_Validation.ipynb) and [.sas](examples/Example2-PROC_LOGISTIC_with_Variable_Selection-SGF2021-Simple_and_Efficient_Bootstrap_Validation.sas) format | ||
* Example 3 - PROC HPLOGISTIC (from Appendix D in conference paper) in [Jupyter Notebook](examples/Example3-PROC_HPLOGISITIC-SGF2021-Simple_and_Efficient_Bootstrap_Validation.ipynb) and [.sas](examples/Example3-PROC_HPLOGISITIC-SGF2021-Simple_and_Efficient_Bootstrap_Validation.sas) format | ||
* Example 4 - PROC PHREG (from Appendix E in conference paper) in [Jupyter Notebook](examples/Example4-PROC_PHREG-SGF2021-Simple_and_Efficient_Bootstrap_Validation.ipynb) and [.sas](examples/Example4-PROC_PHREG-SGF2021-Simple_and_Efficient_Bootstrap_Validation.sas) format | ||
|
||
|
||
## Prerequisites | ||
|
||
Jupyter Notebook files for Examples 1-2 and 4 were developed using the JupyterLab interface for [SAS University Edition](https://www.sas.com/en_us/software/university-edition/download-software.html). Example 3 was developed in an independent installation of [JupyterLab](https://jupyter.org/install) using the [sas_kernel](https://github.com/sassoftware/sas_kernel) to connect to a local installation of SAS 9.4. | ||
|
||
As of this writing, SAS University Edition is set to be retired on August 2, 2021. To use the Jupyter Notebook example files after this date, JupyterLab with the sas_kernel and a local installation of SAS 9.4 is recommended. | ||
|
||
The .sas Example files should work in any relatively recent installation of SAS 9.4 with SAS/STAT. [SAS OnDemand for Academics](https://www.sas.com/en_us/software/on-demand-for-academics.html) might also be an option, but the authors have not tested this. | ||
|
||
|
||
## License | ||
|
||
This project is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for details. | ||
|
||
|
||
## Authors | ||
|
||
* [ilankham](https://github.com/ilankham) | ||
* [mtslaugh](https://github.com/mtslaugh) | ||
|
||
|
||
## Disclaimer | ||
|
||
This project is in no way affiliated with SAS Institute Inc. |
Binary file not shown.
Oops, something went wrong.