1- Data types in R
We recommend installing and using the latest versions of R and RStudio IDE. The common R data types for research are numeric, factor, and character. Numeric a <- c(-1, -3, 0, 5, 7, 8, 4, 6.3, 10) "<-" is the assignment operator. "c()" function com...


