bsw-class {BSW} | R Documentation |
S4 Class "bsw"
Description
S4 Class "bsw"
Slots
call
An object of class
"call"
.formula
An object of class
"formula"
.coefficients
A numeric vector containing the estimated model parameters.
iter
A positive integer indicating the number of iterations.
converged
A logical constant that indicates whether the model has converged.
y
A numeric vector containing the dependent variable of the model.
x
The model matrix.
data
A data frame containing the variables in the model.
Author(s)
Adam Bekhit, Jakob Schöpe
[Package BSW version 0.1.1 Index]