glmEstimation {SentimentAnalysis} | R Documentation |
Estimation via generalized least squares
Description
Function estimates coefficients based on generalized least squares.
Usage
glmEstimation(x, response, control = list(family = "gaussian"), ...)
Arguments
x |
An object of type |
response |
Response variable including the given gold standard. |
control |
(optional) A list of parameters defining the model as follows:
|
... |
Additional parameters passed to function for |
Value
Result is a list with coefficients, coefficient names and the model intercept.
Result is a list with coefficients, coefficient names and the model intercept.
[Package SentimentAnalysis version 1.3-5 Index]