View source: R/DryingKineticModels.R
| anova_nls | R Documentation |
Computes and prints a regression ANOVA table for a fitted nonlinear least squares model.
anova_nls(best_model, dat)
best_model |
A model result list (the |
dat |
A data frame with columns |
A data frame containing the ANOVA table with columns
Source, Sum of Squares, df,
Mean Square, F Value, and Pr(>F).
The table is also printed to the console.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.