R Markdown notebooks with analysis of the U.S. Dept. of Education College Scorecard database.
You'll need to download the SQLITE version of the College Scorecard database from Kaggle:
Place the database in your ../input
folder. And place each of these scripts in your ../working
folder, which you'll set as your working directory using the R setwd(...)
function. (I.e., input
and working
should be sibling folders residing in the same folder.)
This is the 1st script I submitted to Kaggle for the College Scorecard dataset:
- "Which College is Best for You_?". (Originally appeared on Kaggle here.)
- Apache License 2.0:
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
This is the 2nd script I submitted:
- "Which College is Best for You_Part 2?". (Originally appeared on Kaggle here.)
- Apache License 2.0:
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
And this is the resultant R Shiny app I built, hosted by the RStudio shinyio server (best to open it in a new browser tab):
Let me know if you have any questions, ideas, or would like to collaborate on projects by contacting me at my LinkedIn site.
Thanks,
-Michael