Home / CSE MCQs / R Programming MCQs :: R Programming Commands, Packages, Visualizing Data

CSE MCQs :: R Programming MCQs

  1. Which of the following is Mac menu command ?
  2. A.
    browse.workspace
    B.
    browse.works
    C.
    browser.workspace
    D.
    a statistical transformation

  3. Which of the following truncates real x to integers ?
  4. A.
    as.numeric(x)
    B.
    as.integer(x)
    C.
    as.order(x)
    D.
    All of the mentioned

  5. Which of the following may be used for linear regression ?
  6. A.
    X %*% Y
    B.
    solve(A)
    C.
    solve(A,B)
    D.
    All of the mentioned

  7. ________ provides needed string operators in R.
  8. A.
    str
    B.
    forecast
    C.
    stringr
    D.
    All of the mentioned

  9. ________ contains tools for Approximate Bayesian Computation (ABC).
  10. A.
    str
    B.
    abc
    C.
    zyz
    D.
    All of the mentioned

  11. Which of the following package contains functions for reading and displaying satellite data for oceanographic applications with R ?
  12. A.
    saves
    B.
    satin
    C.
    saws
    D.
    All of the mentioned

  13. Which of the following involves predicting a categorical response ?
  14. A.
    Regression
    B.
    Summarization
    C.
    Clustering
    D.
    Classification

  15. Which of the following groups find the correlation matrix ?
  16. A.
    factor.model
    B.
    col.max(x)
    C.
    stem
    D.
    which.max(x)

  17. Which of the following is lattice command for producing boxplots ?
  18. A.
    plot()
    B.
    bwplot()
    C.
    xyplot()
    D.
    All of the mentioned