LMParameter-class
From distrEx v1.9
by Matthias Kohl
Parameter of a linear regression model
Parameter of a linear regression model $$y = \mu + x^\tau\theta + \sigma u$$ with intercept $\mu$, regression parameter $\theta$ and error scale $\sigma$.
- Keywords
- distribution
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
Examples
new("LMParameter")
Community examples
Looks like there are no examples yet.