View source: R/leverage_test.R
arg_check_leverage_test | R Documentation |
leverage_test
Check arguments of leverage_test
arg_check_leverage_test(model, n, ttype, threshold)
model |
A fitted model object from the
|
n |
The number of leverage points to return. The default is all leverage points. |
ttype |
Threshold type. The default is
|
threshold |
A number between 0 and 1. Any
observation with a leverage value above this number is
declared a leverage point. This is automatically
determined unless |
A vector of statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.