Skip to contents

Modeling

modeler()
Modeler: Non-linear regression for curve fitting
plot(<modeler>)
Plot an object of class modeler
predict(<modeler>)
Predict an object of class modeler
coef(<modeler>)
Coefficients for an object of class modeler
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 an object of class modeler
list_methods()
Print available methods in flexFitR

Data Exploration

explorer()
Explore data
plot(<explorer>)
Plot an object of class explorer
plot_fn()
Plot user-defined function
series_mutate()
Transform variables in a data frame

Data

Example Dataset

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()
Linear plateau function
fn_logistic()
Logistic function
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 function
fn_lin_pl_lin2()
Linear plateau linear with constrains
list_funs()
Print available functions in flexFitR