in Education by
In practice, Line of best fit or regression line is found when _____________ (a) Sum of residuals (∑(Y – h(X))) is minimum (b) Sum of the absolute value of residuals (∑|Y-h(X)|) is maximum (c) Sum of the square of residuals ( ∑ (Y-h(X))2) is minimum (d) Sum of the square of residuals ( ∑ (Y-h(X))2) is maximum This question was addressed to me during an internship interview. This question is from Linear Regression in section Commands, Packages, Visualizing Data and Linear Regression of R Programming Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
The correct option is (c) Sum of the square of residuals ( ∑ (Y-h(X))2) is minimum The explanation is: Here we penalize higher error value much more as compared to the smaller one, such that there is a significant difference between making big errors and small errors, which makes it easy to differentiate and select the best fit line.

Related questions

0 votes
    Which of the following determine the least-squares regression line? (a) histo() (b) lm (c) barlm() (d ... Regression of R Programming Select the correct answer from above options...
asked Feb 9, 2022 in Education by JackTerrance
0 votes
    Function used for linear regression in R is __________ (a) lm(formula, data) (b) lr(formula, data) (c) ... Regression of R Programming Select the correct answer from above options...
asked Feb 9, 2022 in Education by JackTerrance
0 votes
    If Linear regression model perfectly first i.e., train error is zero, then _____________________ (a) Test error ... of R Programming Select the correct answer from above options...
asked Feb 9, 2022 in Education by JackTerrance
0 votes
    What do we do the curvilinear relationship in linear regression? (a) consider (b) ignore (c) may be ... Regression of R Programming Select the correct answer from above options...
asked Feb 9, 2022 in Education by JackTerrance
0 votes
    The sum of squares of the difference between the observations and the line in the horizontal direction in the ... of R Programming Select the correct answer from above options...
asked Feb 9, 2022 in Education by JackTerrance
0 votes
    Which of the following statement applies the function (FUN) to either rows (1) or columns (2) on object ... Regression of R Programming Select the correct answer from above options...
asked Feb 9, 2022 in Education by JackTerrance
0 votes
    Which of the following is Mac menu command? (a) browse.workspace (b) browse.works (c) browser.workspace ... of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which of the following will add the title R language to the graph? (a) titleAdd( R language ) (b ... Regression of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which of the following is a library for statistical quality control? (a) gcc (b) qcc (c) anc (d) ... Regression of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    ______ specializes in functions for analytical Customer Relationship Management. (a) adagio (b) ada (c) aCRM (d) ... of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    A bundled package is a package that's been compressed into a ______ file. (a) Double (b) Triple (c) ... Regression of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which function is used for loading packages? (a) Library (b) Interface (c) Loader (d) Linker The ... Regression of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which of the following is one of the most important aspects of a good package? (a) Title (b) ... Regression of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which of the following method make vector of repeated values? (a) rep() (b) data() (c) view() (d ... Linear Regression of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Analysis of variance in short form is? (a) ANOV (b) AVA (c) ANOVA (d) ANVA This question was ... Linear Regression of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
...