All Flashcards

1
Q

Concatenation function

A

c()

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

Assign arrow

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

Date frame function

A

data.frame()

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

To report the structure of data set

A

str()

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

To summarize- function

A

summery()

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

Reads data in interchange format

A

read.DIF()

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

Reads table from external sources

A

read.table()

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

Calculate arithmetic mean

A

mean()

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

Calculate arithmetic median

A

median()

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

This function Tells the data type, this is not the arithmetic mode

A

mode()

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

Calculates the variance in a data set

A

var()

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

This function Calculate the stander day deviation of the dataset

A

sd()

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

This function Graphs a histogram

A

his()

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

The number of elements in a victor

A

length

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

Points based on percent

A

quantile

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

Runs an expression, calculate many times

A

replicate()

17
Q

Chooses elements at random from a victor

A

sample()

18
Q

Calculates the square root

A

sqrt()

19
Q

Summarizes the content of a victor

A

summary()