tableFit | R Documentation |
Generate a table of fitted values based on a given Fit object.
tableFit(fit, index = NA, timelim = NULL, npoints = 100, displacement = F)
fit |
A Fit object obtained from the |
index |
Indices of the fits to include in the table. Default is NA (all fits). |
timelim |
Time limits for the table. Default is NULL (uses full time range). |
npoints |
Number of points in the table. Default is 100. |
displacement |
Boolean indicating whether to include time displacement. Default is FALSE. |
A table of fitted values.
# Generate a table of fitted values for all fits in the Fit object
table_all <- tableFit(fit)
# Generate a table of fitted values for specific fits in the Fit object
table_subset <- tableFit(fit, index = c(1, 3, 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.