Descriptive Statistics
Inferential Statistics
Sampling & Population
Data Manipulation
Data Visualization
100

Simple mathematical average of two numbers.

What is mean?

100

It is used to by an analyst where he tests an assumption regarding a population parameter.

What is the use of Hypothesis Testing?

100

The entire group that you want to draw conclusions about.

What is population?

100

This selects a single element of data and its result is always a vector.

What doe "$" do in R?

100

A data visualization library in R.

What is ggplot2?

200

The middle number, in a sorted, list of numbers.

What is median?

200

The measure of the likelihood that an event will occur in a Random Experiment.

What is Probability?

200

The difference between a population parameter and a sample statistic.

What is sampling error?

200

This operator is used for returning multiple elements of data.

What does "[" do in R?

200

This graph presents categorical data with rectangular bars. 

What are Bar Graphs?
300

Numerical value that describes the variability of observations from its arithmetic mean.

Variance

300

Tells us if the standard deviation from two sets of data are statistically different.

F-Test

300

The specific group that you will collect data from.

Sample

300

The method is used for creating data samples from a larger data set.

How is "sample()" used in R?

300

These kind of plots are used to observe relationships between variables.

What are scatter plots used for?

400

It is often called the bell curve, because the graph of its probability density looks like a curve.

Normal distribution curve

400

The level of marginal significance within the hypothesis testing that represents the probability of occurrence of the given event.

P-Value

400

A measure that describes the whole population.

What is Population Parameter?

400

This function creates a frequency table that is used for calculating the number of unique values of a particular variable.

What is the use of "table()" function in R?
400

A type of chart used to show information that changes over time.

What does a line graph represent?

500

Prior and posterior probability is a part of

Bayesian inference

500
A statistical technique which compares the samples  on the basis of means. 

ANOVA

500

A measure that describes the sample.

What is Sample Statistic?

500

This method is used for selecting columns in R.

What is the use of "select()" method in R?
500

A way to show the spread and centers of a data set. It displays the five-number summary of a set of data.

What are Box (or) Whisker plots?

M
e
n
u