lmEstimation {SentimentAnalysis} | R Documentation |
Ordinary least squares estimation
Description
Function estimates coefficients based on ordinary least squares.
Usage
lmEstimation(x, response, control = list(), ...)
Arguments
x |
An object of type |
response |
Response variable including the given gold standard. |
control |
(optional) A list of parameters (not used). |
... |
Additional parameters (not used). |
Value
Result is a list with coefficients, coefficient names and the model intercept.
[Package SentimentAnalysis version 1.3-5 Index]