Home / CSE MCQs / R Programming MCQs :: Discussion

Discussion :: R Programming MCQs

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

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    solve(A,B) implies inverse of A * B.


Be The First To Comment