distrEx (version 2.0.4)

LMParameter-class: Parameter of a linear regression model

Description

Parameter of a linear regression model $$y = \mu + x^\tau\theta + \sigma u$$ with intercept $\mu$, regression parameter $\theta$ and error scale $\sigma$.

Arguments

Objects from the Class

Objects can be created by calls of the form new("LMParameter", ...). More frequently they are created via the generating function LMParameter.

Extends

Class "Parameter", directly. Class "OptionalParameter", by class "Parameter".

concept

  • parameter
  • S4 parameter class
  • S4 linear model class

See Also

Parameter-class, LMParameter

Examples

Run this code
new("LMParameter")

Run the code above in your browser using DataCamp Workspace