Quantcast
Channel: R-bloggers » r-exercises
Browsing latest articles
Browse All 13 View Live

Reading delimited data

(This article was first published on R-exercises, and kindly contributed to R-bloggers) In the exercises below we cover the basics of reading delimited data. Before proceeding, first read section 7.1...

View Article


Scan exercises

(This article was first published on R-exercises, and kindly contributed to R-bloggers) In the exercises below we cover the basics of the scan function. Before proceeding, first read section 7.2 of An...

View Article


Image may be NSFW.
Clik here to view.

Conditional execution exercises

(This article was first published on R-exercises, and kindly contributed to R-bloggers) In the exercises below we cover the basics of conditional execution. In all previous exercises, the solutions...

View Article

Image may be NSFW.
Clik here to view.

functions exercises

(This article was first published on R-exercises, and kindly contributed to R-bloggers) Today we’re practising functions! In the exercises below, you’re asked to write short R scripts that define...

View Article

Image may be NSFW.
Clik here to view.

Mode exercises

(This article was first published on R-exercises, and kindly contributed to R-bloggers) In the exercises below we cover the basics of R object modes. Understanding mode is important, because mode is a...

View Article


Image may be NSFW.
Clik here to view.

Practical uses of R object modes: some examples

(This article was first published on R-exercises, and kindly contributed to R-bloggers) One of our readers commented on our mode exercises post: “What real world tasks are you using mode to solve?” I...

View Article

Image may be NSFW.
Clik here to view.

Bind exercises

(This article was first published on R-exercises, and kindly contributed to R-bloggers) Binding vectors, matrices and data frames using rbind and cbind is a common R task. However, when dimensions or...

View Article

Image may be NSFW.
Clik here to view.

Get-your-stuff-in-order exercises

(This article was first published on R-exercises, and kindly contributed to R-bloggers) In the exercises below we cover the basics of ordering vectors, matrices and data frames. We consider both...

View Article

Browsing latest articles
Browse All 13 View Live