InterviewSolution
Saved Bookmarks
| 1. |
How do you create log linear models in R language?(a) loglm()(b) logmn()(c) logfn()(d) loghy()The question was posed to me during a job interview.This interesting question is from Functions topic in division Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming |
|
Answer» The correct option is (a) loglm() |
|