51. What is the memory limit in R for 32 bit system?
52. What will be the output of the following R code?
> nLL <- make.NegLogLik(normals, c(1, FALSE))
> optimize(nLL, c(1e-6, 10))$minimum
> nLL <- make.NegLogLik(normals, c(1, FALSE))
> optimize(nLL, c(1e-6, 10))$minimum
53. . . . . . . . . variables are categorical variables which can hold either string or numeric values.
54. . . . . . . . . measures the probability of the binary response variable in R language.
55. . . . . . . . . is the best way for communicating the results of data analysis using the R language.
56. Which function is difficult to implement?
57. . . . . . . . . allows you to modify the error behavior so that you can browse the function call stack
58. Which of the following is primary tool for debugging?
59. Point out the correct statement?
60. How will you check if an element is present in a vector?
Read More Section(Control Structures in R Programming)
Each Section contains maximum 100 MCQs question on Control Structures in R Programming. To get more questions visit other sections.