Thanks for the quick response.
I chose 1(b) as it seems easier than 1(a). However, computer science theory predicts the terms x*log(x) with coefficient A in my original post, and x with coefficient B in my original post. So, I edited the equation to be x*log(x), which was accepted by the dialog box, and used the plus button to include x back into the model.
I get the following for the formula:
Call:
lm(formula = InsertComp ~ DataCount * log(DataCount) + DataCount,
data = .gui.working.env$comparisonsR, na.action = na.omit)
where InsertComp is y and DataCount is x. But for the coefficients I get
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) -5645650.9 1142193.1 -4.943 0.00260 **
DataCount -16964.3 1376.3 -12.326 1.74e-05 ***
log(DataCount) 1292621.0 226823.8 5.699 0.00126 **
DataCount:log(DataCount) 2015.6 142.9 14.109 7.92e-06 ***
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
I assume (Intercept) Estimate corresponds to my coefficient C, and DataCount Estimate corresponds to my coefficient B, but what corresponds to my coefficient A?
Also, I got
Residual standard error: 94760 on 6 degrees of freedom
(1 observation deleted due to missingness)
and wonder what the "missingness" comment means. I thought it might be the NA entry after the last entry in the Data Viewer, but I cannot seem to get rid of the NA. Is NA the sentinel for the list of data values in the viewer?
On another note, every time I try to resize the LInear Regression Model Explorer the application freezes and I must force quit JGR. I am running Mac OS X 10.8.3, R 3.0.0, RJavaClassLoader 1.0. Is this a known issue?
I must say that I am impressed with R and Deducer so far. As a non-staistician, however, it is difficult to find answers to these simple scenarios from the documentation. I appreciate the support!