Quantcast
Channel: R-bloggers » r-exercises
Browsing all 13 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Character vector exercises

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

View Article



Index vectors

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

View Article

Factor exercises

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

View Article

List exercises

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

View Article

Image may be NSFW.
Clik here to view.

Data frame exercises

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

View Article


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 all 13 articles
Browse latest View live


Latest Images