Google News
logo
R - Quiz(MCQ)
How do you create log linear models in R language?
A)
logfn()
B)
loghy()
C)
loglm()
D)
logmn()

Correct Answer :   loglm()


Explanation : loglm is fit log-linear models by iterative proportional scaling. This function provides a front-end of the standard function, loglin, to allow log-linear models to be specified and fitted in a manner similar to that of other fitting functions.

Advertisement