Introduction to R Flashcards

1
Q

Is an interpreted programming language for statistical computing and graphics.

A

R

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why use R for Data Analysis?

A

Free to download and use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What should one use when working with R?

A

RStudio

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Four Pane of RStudio

A

Console Pane, R Script or Source Pane, Environment and History Pane, Final Pane

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Output and error messages are displayed.

A

Console Pane

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You can type and save your commands and make notes to yourself about the project.

A

R Script or Source Pane

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The command for naming an object.

A

= or <-

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

This is where you will see the different objects you create or the different datasets you import.

A

Environment and History Pane

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Contains everything else including help, plots, packages, etc.

A

Final Pane

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What package do you use when importing excel files?

A

readxl

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Numbers or values like 3.6 are called?

A

numerics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Boolean values like true or false are called?

A

logical

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Text or string values are called?

A

characters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What function do you use when checking the data type of a variable?

A

class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What functions do you use when inserting a file and detaching a file?

A

attach and detach

How well did you know this?
1
Not at all
2
3
4
5
Perfectly