Statistical Inference lab1.pptx

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

R

A free open-source statistical programming language developed based on the S language.

2
New cards

Statistical Programming Language

A programming language that is used to develop statistical software for data analysis.

3
New cards

R workspace

The environment in R where objects and data are stored and manipulated.

4
New cards

Built-in Functions

Predefined functions in R that perform various operations on objects.

5
New cards

Assignment Operator

The symbol '<-' used in R to assign values to objects.

6
New cards

Vectors

A series of numbers or values in R, created using functions like c(), rep(), or seq().

7
New cards

Data Frames

A collection of vectors organized as a table, where each column can contain different types of data.

8
New cards

Mean

The average value of a dataset, calculated by summing all values and dividing by the number of values.

9
New cards

Median

The middle value of a dataset when it is ordered.

10
New cards

Variance

A measure of how much the values in a dataset vary from the mean.

11
New cards

Standard Deviation (SD)

The square root of the variance, indicating the average distance of data points from the mean.

12
New cards

Naming Convention

Rules for naming objects in R, including starting with a letter and being case-sensitive.

13
New cards