lsefit-class | R Documentation |
"lsefit"
A class for least squares estimate of different momentModel
objects.
Objects can be created by calls of the form new("lsefit", ...)
.
It is created by lse
. It includes the information about
the model being estimated and the estimation based on lm
.
model
:Object of class "linearModel"
~~
.S3Class
:Object of class "character"
~~
Class "lm"
, directly.
Class "oldClass"
, by class "lm", distance 2.
signature(x = "lsefit")
: ...
signature(object = "lsefit")
: ...
showClass("lsefit")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.