| sar.model | R Documentation |
get_rho(): MLE of \rho in SAR model. See psar.
sar.fit(): Fit SAR model with given \rho.
set_rook_matrix(): Construct Rook weight adjacency matrix.
logLik(), BIC(), residuals(), coef().
get_rho(x, y, w)
sar.fit(x, y, w)
## S3 method for class 'sarpboost'
residuals(object, ...)
## S3 method for class 'sarpboost'
logLik(object, ...)
## S3 method for class 'sarpboost'
BIC(object, ...)
## S3 method for class 'sarpboost'
coef(object, ...)
set_rook_matrix(rNum, cNum)
x |
Numeric feature matrix. |
y |
Response vector. |
w |
Weight matrix (row-sum scaled). |
object |
Object. |
... |
Arguments. |
rNum |
Number of row units in Rook structure. |
cNum |
Number of column units in Rook structure. |
Value or list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.