lmEstimation {SentimentAnalysis} | R Documentation |
Function estimates coefficients based on ordinary least squares.
lmEstimation(x, response, control = list(), ...)
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). |
Result is a list with coefficients, coefficient names and the model intercept.