OUR BLOG
Line Graphs – R on Sololearn
Today I practiced R on Sololearn! This time I went over line graphs! I discussed how to use the plot function to make a new type of graph. I also went over how to add multiple lines to the graph. Next time I will be going over bar charts! [video width="1152"...
Plotting – R on Sololearn
Today I practiced R on Sololearn! This time I started visualizing data. I started with the basics such as plotting points and adding labels to our chart. Next time I will be going over line graphs! [video width="1152" height="720"...
Analyzing Data Review – R on Sololearn
Today I practiced R on Sololearn! This time I reviewed everything we have learned about analyzing data! I reviewed the ways data can be grouped, the standard deviation of a dataframe, and how to filter data based on set conditions. Next time I will be starting a new...
Grouping Data – R on Sololearn
Today I practiced R on Sololearn! This time I went over ways to group data, such as the by and tapply functions. I went over their differences, their similarities, and ultimately their place in manipulating data. Next time I will be reviewing everything we have...
Working with Data – R on Sololearn
Today I practiced R on Sololearn! This time I started working on data. I discussed methods of filtering results from a DataFrame. I also briefly discussed a correlation matrix, used to find the dependence between columns. Next time I will be grouping data! [video...
Basic Operators – R on Sololearn
Today I practiced R on Sololearn! This time I went over basic operations with DataFrames. All of the basic operations used for DataFrames can be used in statistics. I went over using these methods to find certain rows in a DataFrame. Next time I will be working with...
Recent Comments