hsarML | R Documentation |
Estimation of HSAR models by Quasi-Maximum Likelihood
hsarML(
formula,
data,
listw = NULL,
index = NULL,
gradient = TRUE,
average = FALSE,
init.values = NULL,
print.init = FALSE,
otype = c("maxLik", "optim"),
...
)
## S3 method for class 'hsarML'
coef(object, ...)
## S3 method for class 'hsarML'
summary(object, MG = TRUE, ...)
## S3 method for class 'summary.hsarML'
print(x, digits = max(5, getOption("digits") - 3), ...)
formula |
a symbolic description of the model. |
data |
the data of class |
listw |
object. An object of class |
index |
index. |
gradient |
logical. Only for testing procedures. Should the analytic gradient be used in the ML optimization procedure? |
average |
logical. Should the sample log-likelihood function be divided by N? |
init.values |
if not |
print.init |
logical. If |
otype |
string. A string indicating whether package |
... |
additional arguments passed to |
MG |
logical. If |
x, object |
an object of class |
digits |
the number of digits |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.