Skip to contents

Modeling

modeler()
Modeler
plot(<modeler>)
Plot an object of class modeler
predict(<modeler>)
Predict an object of class modeler
coef(<modeler>)
Coefficients of a Modeler Object
vcov(<modeler>)
Variance-Covariance matrix for an object of class modeler
confint(<modeler>)
Confidence Intervals for a modeler Object
anova(<modeler>)
Extra Sum-of-Squares F-Test for modeler Objects
logLik(<modeler>)
Extract Log-Likelihood for an object of class modeler
AIC(<modeler>) BIC(<modeler>)
Akaike's An Information Criterion for an object of class modeler
print(<modeler>)
Print an object of class modeler
metrics()
Metrics for modeler

Data Exploration

explorer()
Explore Data
plot(<explorer>)
Plot an object of class explorer
plot_fn()
Plot Function

Data

Example Datasets

dt_potato
Drone-derived data from a potato breeding trial

Growth Modelling

Collection of functions

fn_lin()
Linear Function
fn_quad()
Quadratic Function
fn_linear_sat()
Piecewise Linear Regression
fn_exp1_lin()
Exponential Linear Function 1
fn_exp2_lin()
Exponential Linear Function 2
fn_exp1_exp()
Exponential Exponential Function 1
fn_exp2_exp()
Exponential Exponential Function 2
fn_lin_pl_lin()
Linear Plateau Linear
fn_lin_pl_lin2()
Linear Plateau Linear with Constrains