πŸ“Š R Programming
Q. What will be the output of the following R code snippet?
> lm <- function(x) { x * x }
> lm
  • (A) function(x) { x * x }
  • (B) func(x) { x * x }
  • (C) function(x) { x / x }
  • (D) function { x $ x }
πŸ’¬ Discuss
βœ… Correct Answer: (A) function(x) { x * x }

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
89
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
82%
Success Rate