SSCC - Social Science Computing Cooperative Supporting Statistical Analysis for Research

1.1 Programming basics

  1. Create a object with the value i referenced by the name first_object.

    first_object <- "i"
  2. Create a object with the value 52 referenced by the name second_object.

    second_object <- 52