R Open Labs – Data Manipulation

Today we introduced merge(), factor() and some basic techniques for handling missing values during the first 30 minutes of the open lab. For the rest of the open lab, there were free discussions about personal projects the participants are working on. We also introduced package swirl. Swirl package teaches you R programming interactively. Thank you to everyone who […]

Read More…

R Open Labs – Basic Syntax

Hi all, last Wednesday we kicked off the first session of R Open Lab in the DSSC( based in Lehman Library). We started with basic syntax and briefly discussed how to explore the features of our datasets. We used data from Wal-Mart and we will continue exploring this dataset for the next few sessions. Beginners are welcome […]

Read More…

Python Open Labs Session – 2

In the second session of Python Open Labs, the focus was on conditional statements. Topics covered include : Conditional Operators, Conditional Statements, Boolean Expressions, Python’s obsession with indentation (and the idea of scope!), Two Way Decisions, Multi-way Decisions (using if-else, and elif). The code on slides is in Python 2.7 – So if you use anything […]

Read More…

Python Open Labs Session-1

Hi everyone, in the first session of Python Open Labs at DSSC we discussed about need of programming and covered the basic concepts of Python including simple print statements, arithmetic expressions, syntax rules, variables, constants and type casting. Please check out the slides and example codes on: https://goo.gl/YP0c2E and don’t forget to follow up on […]

Read More…

R Open Labs: QQPlot

Post by Ellie Ransom, Research Services Coordinator, Science and Engineering Libraries At last week’s R Open Lab, we visualized our data to test our assumptions of normality using two of of R’s native commands, qqnorm and qqline. We practiced using the built in dataset, trees, and looked at the variables Height and Volume separately. Notice how the Height […]

Read More…