lm.loss_x_y: Estimate the parameters of a linear regression (intercept,...

View source: R/lm.loss_x_y.R

lm.loss_x_yR Documentation

Estimate the parameters of a linear regression (intercept, slope, error standard deviation) with maximum likelihood estimations

Description

Maximum likelihood estimation: Linear regression with one predictor

Usage

lm.loss_x_y(par)

Arguments

par

parameter triple (slope, intercept, error standard deviation)

Value

deviance

References

https://rpubs.com/YaRrr/MLTutorial


markushuff/PsychHelperFunctions documentation built on Sept. 11, 2022, 3:43 a.m.