├── .gitattributes ├── .gitignore ├── Chapter 1 - Installing R, SAS SWAT, and Viya.Rmd ├── Chapter 10 - Advanced Topics.Rmd ├── Chapter 2 - The Ten-Minute Guide to Using CAS from R.Rmd ├── Chapter 3 - The Fundamentals of Using R with CAS.Rmd ├── Chapter 4 - Managing Your Data in CAS.Rmd ├── Chapter 5 - First Steps with the CASTable Object.Rmd ├── Chapter 6 - Working with CAS Tables.Rmd ├── Chapter 7 - Data Exploration and Summary Statistics.Rmd ├── Chapter 8 - Modeling Continuous Variables.Rmd ├── Chapter 9 - Modeling Categorical Variables.Rmd ├── LICENSE ├── README.md ├── cover.jpg ├── figures ├── 2_1.png ├── 6_1.png ├── 6_2.png ├── 7_1.png ├── 7_10.png ├── 7_11.png ├── 7_2.png ├── 7_3.png ├── 7_4.png ├── 7_5.png ├── 7_6.png ├── 7_7.png ├── 7_8.png ├── 7_9.png ├── 8_1.png ├── 8_2.png ├── 8_3.png └── 8_4.png └── results ├── Chapter 1 - Installing R, SAS SWAT, and CAS.md ├── Chapter 10 - Advanced Topics.md ├── Chapter 2 - The Ten-Minute Guide to Using CAS from R.md ├── Chapter 3 - The Fundamentals of Using R with CAS.md ├── Chapter 4 - Managing Your Data in CAS.md ├── Chapter 5 - First Steps with the CASTable Object.md ├── Chapter 6 - Working with CAS Tables.md ├── Chapter 7 - Data Exploration and Summary Statistics.md ├── Chapter 8 - Modeling Continuous Variables.md └── Chapter 9 - Modeling Categorical Variables.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/.gitignore -------------------------------------------------------------------------------- /Chapter 1 - Installing R, SAS SWAT, and Viya.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/Chapter 1 - Installing R, SAS SWAT, and Viya.Rmd -------------------------------------------------------------------------------- /Chapter 10 - Advanced Topics.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/Chapter 10 - Advanced Topics.Rmd -------------------------------------------------------------------------------- /Chapter 2 - The Ten-Minute Guide to Using CAS from R.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/Chapter 2 - The Ten-Minute Guide to Using CAS from R.Rmd -------------------------------------------------------------------------------- /Chapter 3 - The Fundamentals of Using R with CAS.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/Chapter 3 - The Fundamentals of Using R with CAS.Rmd -------------------------------------------------------------------------------- /Chapter 4 - Managing Your Data in CAS.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/Chapter 4 - Managing Your Data in CAS.Rmd -------------------------------------------------------------------------------- /Chapter 5 - First Steps with the CASTable Object.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/Chapter 5 - First Steps with the CASTable Object.Rmd -------------------------------------------------------------------------------- /Chapter 6 - Working with CAS Tables.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/Chapter 6 - Working with CAS Tables.Rmd -------------------------------------------------------------------------------- /Chapter 7 - Data Exploration and Summary Statistics.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/Chapter 7 - Data Exploration and Summary Statistics.Rmd -------------------------------------------------------------------------------- /Chapter 8 - Modeling Continuous Variables.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/Chapter 8 - Modeling Continuous Variables.Rmd -------------------------------------------------------------------------------- /Chapter 9 - Modeling Categorical Variables.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/Chapter 9 - Modeling Categorical Variables.Rmd -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/README.md -------------------------------------------------------------------------------- /cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/cover.jpg -------------------------------------------------------------------------------- /figures/2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/2_1.png -------------------------------------------------------------------------------- /figures/6_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/6_1.png -------------------------------------------------------------------------------- /figures/6_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/6_2.png -------------------------------------------------------------------------------- /figures/7_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/7_1.png -------------------------------------------------------------------------------- /figures/7_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/7_10.png -------------------------------------------------------------------------------- /figures/7_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/7_11.png -------------------------------------------------------------------------------- /figures/7_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/7_2.png -------------------------------------------------------------------------------- /figures/7_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/7_3.png -------------------------------------------------------------------------------- /figures/7_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/7_4.png -------------------------------------------------------------------------------- /figures/7_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/7_5.png -------------------------------------------------------------------------------- /figures/7_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/7_6.png -------------------------------------------------------------------------------- /figures/7_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/7_7.png -------------------------------------------------------------------------------- /figures/7_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/7_8.png -------------------------------------------------------------------------------- /figures/7_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/7_9.png -------------------------------------------------------------------------------- /figures/8_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/8_1.png -------------------------------------------------------------------------------- /figures/8_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/8_2.png -------------------------------------------------------------------------------- /figures/8_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/8_3.png -------------------------------------------------------------------------------- /figures/8_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/figures/8_4.png -------------------------------------------------------------------------------- /results/Chapter 1 - Installing R, SAS SWAT, and CAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/results/Chapter 1 - Installing R, SAS SWAT, and CAS.md -------------------------------------------------------------------------------- /results/Chapter 10 - Advanced Topics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/results/Chapter 10 - Advanced Topics.md -------------------------------------------------------------------------------- /results/Chapter 2 - The Ten-Minute Guide to Using CAS from R.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/results/Chapter 2 - The Ten-Minute Guide to Using CAS from R.md -------------------------------------------------------------------------------- /results/Chapter 3 - The Fundamentals of Using R with CAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/results/Chapter 3 - The Fundamentals of Using R with CAS.md -------------------------------------------------------------------------------- /results/Chapter 4 - Managing Your Data in CAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/results/Chapter 4 - Managing Your Data in CAS.md -------------------------------------------------------------------------------- /results/Chapter 5 - First Steps with the CASTable Object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/results/Chapter 5 - First Steps with the CASTable Object.md -------------------------------------------------------------------------------- /results/Chapter 6 - Working with CAS Tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/results/Chapter 6 - Working with CAS Tables.md -------------------------------------------------------------------------------- /results/Chapter 7 - Data Exploration and Summary Statistics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/results/Chapter 7 - Data Exploration and Summary Statistics.md -------------------------------------------------------------------------------- /results/Chapter 8 - Modeling Continuous Variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/results/Chapter 8 - Modeling Continuous Variables.md -------------------------------------------------------------------------------- /results/Chapter 9 - Modeling Categorical Variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sascommunities/sas-viya-the-R-perspective/HEAD/results/Chapter 9 - Modeling Categorical Variables.md --------------------------------------------------------------------------------