Vidyalelo
R Programming · Q139

Data Visualization with ggplot2

Programming · R Programming · question 139

Q139

In lm(response ~ terms), terms specification of the form "first*second" is same as . . . . . . . .

A.
first+second
B.
first:second
C.
first+second+first:second
Answer
D.
first:second+second:first

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board