R as calculator and Precautions while coding in R

Опубликовано: 16 Февраль 2026
на канале: Statistics Help
479
8

Using R as Calculator, Remembering some Precautions while writing code in R Language.

00:00 Introduction to R Programming as Calculator
01:05 Assigning values to a variable
01:20 print() function to display variable values
02:12 Use of some functions for calculations
02:40 Some Precautions (R as Case Sensitive)
03:30 Example of R is case sensitive
04:25 ls() example
06:25 Replacing variables values with other variable
09:50 Carefully using similar characters such as 0, o, O, 1, l, i, I, etc.
11:26 Differentiate between brackets {, ), [.