Intro to R for Humanists

Slides:



Advertisements
Similar presentations
How to make Parent Bookings Welcome to PTO (P arent T eacher O nline ) To exit this slideshow at any time, press ESC on your keyboard.
Advertisements

Downloading eBooks to your nook, Sony Reader, or any reader that uses Adobe format eBooks.
Start the slide show by clicking on the "Slide Show" option in the above menu and choose "View Show”. or – hit the F5 Key.
RIMS II Online Order and Delivery System Tutorial on Downloading and Viewing Multipliers.
New School Websites Teacher Pages. Visit the SCUSD Website for videos tutorials: For more information.
Create Your Own Personalized Augmented Reality Content: It's Easier than You Think! By Courtney Pepe.
Start the slide show by clicking on the "Slide Show" option in the above menu and choose "View Show”. or – hit the F5 Key.
Introduction to. What is Office 365 Office 365 is the same Office you already know and use every day. Office 365 is powered by “the cloud” which is a.
A guide for UICET for using Wikispaces.  A wiki is a web page or collection of web pages that can be linked together as a website.  Wikis are often.
New Class Name Here EFRT 308 EFRT 460 EFRT 461 WordPress.
Career Services Center Employer Training. This is the main login page. The link can be found at Employers.
FOR EAGLE’S NEST INTERMEDIATE SCHOOL WEBSITE TUTORIAL.
EDW647: Internet for Educators Dr. Roger Webster Department of Computer Science Millersville University July 23, 2008 Create.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
Start the slide show by clicking on the "Slide Show" option in the above menu and choose "View Show”. or – hit the F5 Key.
How to View Multiple Blogs at One Time RSS Feeds.
OneNote and Canvas Making, distributing, annotating, collecting, and grading assignments Open Google Chrome: usd489.instructure.com Wi-Fi: RAC Password:
A guide for WTPS staff. Overview This document will show you how to link your Remind and Twitter feeds with your Schoolwires website. Post ONCE to either.
Updating the Laboratory Website. Useful Info Address: Everything is saved in the desktop.
Go to your school’s web locker site school name.schoolweblockers.com) Your user name is the first letter of your first name, the first 4.
TST BOCES SCOOLS (South Central Organization of (School) Library Systems) INTERLIBRARY LOAN PROCESS…..An Overview Created by Michele Barr, TST ILL Login.
Go to your school’s web locker site Your user name is the first letter of your first name, the first four letters of.
Research Using Ebooks via the Media Center. Research usingEbooks.
1. LOG IN TO LOOKRED 2. IN THE CURRICULUM TAB SELECT “MODERN LANGUAGES”
Spokane Public Schools Digital Driver’s License (DDL) How to Obtain Your DDL.
Intro to Digital Humanities
Date Topic Presenter Aug. 25 Intro to Visualization Michael Boyles
IUIE Reporting Basics Workshop
IQ-Tables and Touch-enabled Workflows
Cyberinfrastructure for Digital Humanities Manager
Registering for Easy Bib and Creating a Works Cited Page
Analyst Programmer, Advanced Visualization Lab
Weebly Elements, Continued
Step 1: Go to our website crlibrary
Citation format 1 The “Citation” display option is similar to the abstract display but has some extra information such as MeSH terms and substances listed.
Intro to Digital Humanities
ΑΓΓ66 Creating a wiki Contact Session 3
Cyberinfrastructure for Digital Humanities Manager
Editing Your Faculty Homepage
SUBMITTING A PAYMENT REQUEST FORM
R for Literary Analysis
Updating Your Section’s Website
Adding Assignments and Learning Units to Your TSS Course
Collaboration with Google Docs
Midwest NASCOE Tutorial
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Tutorial Tutorial Read all the directions before proceeding
The Smarter Balanced Assessment Consortium
How to make Parent Bookings
The Smarter Balanced Assessment Consortium
Qualtrics Survey Kenyon
Welcome to AIC’s Online Community
Library Catalog System
Citation Map Visualizing citation data in the Web of Science
Step 3: You will see this page
Introduction to RefWorks
The system will be accessible upon demand
The Smarter Balanced Assessment Consortium
The Smarter Balanced Assessment Consortium
How do I download and print off my student’s test scores?
Donegal Women in Business Network 2019
Wells Fargo Toolkit – CreativeBuilder Reference Guide
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Find your school and click on it.
Guide to TURNITIN ACCOUNT UPDATE
How to Create a Fakebook profile
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Chloe Riley | Research Commons Librarian |
Brilliant. Sharp. Inspiring.
Presentation transcript:

Intro to R for Humanists Tassie Gniady Cyberinfrastructure for Digital Humanities Manager UITS Research Technology, Indiana University Pervasive Technology Institute Janurary 27, 2017 Intro Slide Gniady, Tassie. ”Introduction to R for Humanists." 23 Sep 2016/27 Jan 2017. Digital Arts & Humanities Workshop Series. Scholars' Commons, Wells Library, Indiana University, Bloomington. Retrieved from:  http://hdl.handle.net/2022/21291

Digital Arts and Humanities Workshop Series – Spring 2017 Fridays @ noon -- Scholars Commons IQ-Wall Date Topic Presenter Jan. 13 Intro to Digital Humanities Tassie Gniady Jan. 20 Intro to 3D Visualization for Arts and Humanities Michael Boyles Jan. 27 Intro to R Feb. 03 Virtual Reality Bill Sherman Feb. 10 Augmented Reality Chauncey Frend Feb. 17 R for Literary Analysis Feb. 24 IQ-Tables & Touch-Enabled Software Workflows David Reagan Mar. 03 R for Twitter Analysis Mar. 24 3D Scanning and Printing Jeff Rogers Mar. 31 3D Photogrammetry Apr. 07 Network Graphs David Kloster Apr. 14 Advanced Media Chris Eller

Follow along in today's presentation for helpful links: https://iu.box.com/v/intror

The Basics R is an open source language It uses <- instead of = to assign variables It begins counting vector positions at 1, not 0 like many other languages Very high powered for statistics, but we are using it for text analysis

Karst Account If you don’t already have a Karst account, go ahead and request one right now. https://kb.iu.edu/d/bezu#account

What is it good for? Developed for statisticians, R is very powerful. While we won’t get to these examples today, here are some of the outputs that you can generate: Dispersion plots

More Uses Dendrograms:

Shakespeare Dendrogram

R, Me Matey! Let’s get started! http://tryr.codeschool.com/levels/1/challenges/1

Wordclouds Top 75 Words in Jane Eyre

Twitter: “@AltUSNatParkServ” 1/20-1/21/16

Why use wordclouds? Topic Modeling (LDA)

Which witch?

RStudio

RStudio on Karst Go to https://rstudio.iu.edu

Creating a Project in R Studio from GitHub In R Studio, click on drop down arrow that says “Project: (None)”

Click on the first option ”New Project…” A box should now appear asking you to choose between “New Directory,” “Existing Directory,” and “Version Control.” Choose “Version Control.”

Another box should appear that asks you to choose between “Git” or “Subversion (SVN).” Choose Git. This box should now appear asking for a “Repository URL” and directory name. For the URL we will go to the Cyber DH Text-Analysis GitHub repository at https://github.com/cyberdh/Text-Analysis.git (make sure you open the page in another tab)

The Cyber DH Text-Analysis repository on GitHub should look like this The Cyber DH Text-Analysis repository on GitHub should look like this. Click on the green button labeled “Clone or download.” This dropdown menu should appear. Make sure it says “Clone with HTTPS” in the top left corner. Then click the button with the clipboard at which the arrow is pointing. This will save it to your clipboard. Now go back to the R Studio page.

Now paste the copied URL in the ”Repository URL:” space Now paste the copied URL in the ”Repository URL:” space. Next make sure the “Project directory name:” is Text-Analysis exactly including capitalization and dash. Otherwise you will need to change this in the script every time. Also, make sure you have R version 3.1.1 chosen in the lower left corner where the blue arrow is pointing. Then click the “Create Project” button. You should now see ”Text-Analysis” listed in the project box and “R 3.1.1” in the box just to the right. You now have the Text-Analysis repository loaded on Karst.

1 2 Pulling updates from Cyber DH GitHub repository on R Studio (Karst or Desktop) Make sure you are in the Text-Analysis project. It should say it in the upper right hand corner. Next, make sure you are in the Git tab. Now, there should be a button with a blue arrow pointing down that says Pull. Click on that button. As you make changes, you will have to “stash” them locally. 3

Tassie Gniady Cyberinfrastructure for Digital Humanities Manager More Information Reference this presentation at: https://iu.box.com/v/intror Get to know the Text Analysis repo through our GitHub Page Text Analysis Toolkit If you’d like to make an appointment, please email cyberdh@iu.edu.  Also, check out our website: https://www.indiana.edu/~cyberdh/ for interesting blog posts and written tutorials about R. Contact: Tassie Gniady Cyberinfrastructure for Digital Humanities Manager ctgniady@iu.edu  @tassietheg