I have been working on a multivariate linear mixed regression analysis in JMP and would like to check in to determine: QUESTION 1. whether or not I am on the right track?
Data collected for the analysis described below stems from a field experiment possessing a randomized complete block design, with 4 replications. The experiment has an additive design, in which crop density is elevated incrementally (200, 300, 400, and 500 plants m^-2) across two row spacings (12 and 20 cm). I am interested in evaluating how crop biomass (g m^2) is affected by the continuous variable crop density (observed values ranging from 109 to 494 plants m^-2) and the two levels of the nominal variable, row spacing (15 and 20 cm).
Using the fit model platform, barley biomass is evaluated as a function of row spacing (nominal) crop density (continuous), and an interaction between row spacing * crop density. Block is also included as a random effect.
Non-significant variables are removed from the model; in this case, the interaction term between row spacing * crop density was removed.
After checking the residuals by predicted plot I select dropdown > save columns > prediction forumula.
Here is what is reported in the reduced 'fit model' platform:
And when I click on the "+" symbol in the columns bar of my data table to view the 'prediction formula' saved, this is what it looks like:
I have also made a figure in graph builder to go along with this analysis. Lines are fit to = the predicted formula on the y-axis * the continuous variable crop density on the x-axis; points are fit to the continuous variable barley biomass on the y-axis * average crop density within plots receiving the 200, 300, 400, and 500 planting densities (hence the 4X dots) across blocks by row spacing.
I would like to report in a table showing the parameter estimates and associated standard errors for the relationship between crop density (plants m-2) and all crop-biomass (g m-2), f1 (x), evaluated using the linear mixed model:
f1(x) = a(r) + b(r) * d r = 1,2
where a represents the crop biomass when crop density equals zero, b is the slope as crop density increases, d is crop density, and r1 and r2 are RS15 and RS20, respectively.
The slope, parameter b is the same for both row spacings and is 0.8479 (as seen in the predicted formula, and the parameter estimates report), and the standard error is 0.2066 (as seen in the parameter estimates report).
To calculate the intercept for the row spacing of 15 cm, parameter a(r1), I calculate 1436 - 233 = 1203 (pulling numbers from the predicted formula) and pull the standard error from the parameter estimates report, which is 19. The intercept for row spacing 20 cm, parameter a(r2), is therefore 1436 + 233 = 1669, and now I am guessing that also the standard error in this case is also 19?
Therefore, like when the 'equation' box is checked in the graph builder platform under 'line of fit' Y (15) = 1203 + 0.8479 * X and Y (20) = 1670 + 0.8479 * X.
QUESTION 2. Is this the correct way to calculate/obtain parameter estimates and their standard errors for reporting?
Here is a second example where the interaction term row spacing * crop density is significant and therefore keep in the model.
Here are the parameter estimates from the fit model report:
Here is the prediction formula from the saved column:
And here is the figure:
QUESTION 3. How do I go about extracting parameter estimates and standard errors in this instance?