Knowledge Quiz: Add-On Packages

Note
  • Click the check-mark button to check your answer.
  • Click the question-mark button to see an explanation of the solution.

Which of the following commands will install the lavaan package from CRAN?

  • Wrong: Loading the package, not installing
  • Wrong: Installing dplyr
  • Wrong: This is a misuse of the ls() function
  • Wrong: Accessing the help file for the lavaan() function
  • Correct: Installing from CRAN, but installing into a non-standard library location
Back to top