in Education by
Which of the following function actually fits the linear model? (a) lm.time() (b) lm.date() (c) lm.fit() (d) lm.interval() This question was posed to me during an interview. I would like to ask this question from R Profiler topic in portion Profiling, Simulation and Data Analysis of R Programming Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Correct option is (c) lm.fit() The best explanation: lm() function does a bit of pre-processing and checking before it actually fits the model.

Related questions

0 votes
    Which of the following function takes multiple columns? (a) spread() (b) gather() (c) separate() (d) ... Analysis of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    system.time function returns an object of class _______ which contains two useful bits of information. (a) ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which function opens the screen graphics device for the Mac? (a) bitmap() (b) quartz() (c) pdf() (d ... Data Analysis of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    _______ divides the time spend in each function by the total run time (a) by.sum (b) by.total ( ... Data Analysis of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    The _______ function computes the time (in seconds) needed to execute an expression. (a) system.timedeb() (b ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Spread function is known as ___________ in spreadsheets. (a) pivot (b) unpivot (c) cast (d) order I have ... Analysis of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    Which of the following is a differentiation related aesthetic? (a) aes_position (b) aes_group_order (c) ... R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following statement gives sampling interval? (a) $sampling.interval (b) $sampling.time (c) $sampling. ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following cuts numeric vector into intervals of equal length? (a) cut_interval (b) cut_time (c) ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following creates a new ggplot plot from a data frame? (a) qplot_ggplot (b) ggplot.data. ... Analysis of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following code is not profiled? (a) C (b) C++ (c) Java (d) PHP This question was ... and Data Analysis of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following creates fluctuation plot? (a) ggmissplot (b) ggmissing (c) ggfluctuation (d) ggpcp The ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Which of the following draws plot on current graphics device? (a) ggmissplot (b) printplot (c) print.ggplot ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Which of the following is discrete state calculator? (a) discrete_scale (b) ggpcp (c) ggfluctuation (d) ggmissing ... of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Which of the following is a plot to investigate the order in which observations were recorded? (a) ggplot (b ... of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
...