Get Familiar Datasets in R – Quick Video Lesson
This video is from our R Basics course. If you want to have a structured video curse (+2hrs) on the basics of R, click here to get it for free without limitations. lifetime access instructor support +20.000 students learning together Also check out this article on datasets.
Introduction to Packages – Quick Video Lesson
In this video you will learn how to find, install and remove packages in R.
How to Get Familiar with New Functions
In this video you will learn how you can get used to new functions in R. I will explain: how to use the help function; what you can find in the help section; how you can identify the default settings in a function; what the output values will be like. The general help function of
The R Help Function
In today’s quick video lesson you will learn how you can use the R help function. This video deals with the general help functions in R. Help on a functions level is discussed in this article. Updated video on the very topic
Introduction to RStudio
Introduction to RStudio In today’s quick lesson you will learn how to get along with R Studio. R Studio is a very useful interface and it will make your life much easier.
Start R NOW – The First Coding Steps and Vectors
Make the first steps and start R today Today’s quick video lesson you will learn how to write simple coding lines; how to do assignments in different ways; how to identify and remove objects; and some more very basic and useful skills. Share with us your questions and thoughts in the comment section
Download R and RStudio
In today’s quick lesson I’m going to show you how can download R and RStudio. Here are the URLs you need: to download R; to download RStudio.
How to Read Stata and SPSS Data in R – Quick Video Lesson
Read Stata and SPSS data in R In this quick video lesson you will learn how you can read Stata and SPSS data in R. By using the foreign package I will walk you through a Stata example of how to import dta data. For SPSS you can use the comand: read.spss. In this video