Parameter of a linear regression model
Parameter of a linear regression model
y = mu + t(x)theta + sigma u
with intercept mu, regression parameter theta and error scale sigma.
Objects can be created by calls of the form new("LMParameter", ...).
More frequently they are created via the generating function
LMParameter.
thetanumeric vector: regression parameter.
interceptreal number: intercept parameter.
scalepositive real number: scale paramter.
namecharacter vector: the default name is “parameter of a linear regression model”.
Class "Parameter", directly.
Class "OptionalParameter", by class "Parameter".
signature(object = "LMParameter")
Matthias Kohl Matthias.Kohl@stamats.de
new("LMParameter")Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.