lsRobTest | R Documentation |
Test for bias between least-squares and robust MM linear regression estimates.
lsRobTest(object, test = c("T2", "T1"), ...)
object |
an |
test |
either |
... |
additional arguments are ignored. |
rob.fit <- lmRob(stack.loss ~ ., data = stackloss)
lsRobTest(rob.fit)
lsRobTest(rob.fit, test = "T1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.