R6 interface class representing modelling result
R6 interface class representing modelling result
Methods
Method get_coefficients()
return model coefficients
Usage
ModelInterface$get_coefficients()
Method get_anova()
perform ANOVA analysis
Usage
ModelInterface$get_anova()
Method coef_histogram()
plot histogram of coefficients
Usage
ModelInterface$coef_histogram()
Method coef_volcano()
plot volcano of coefficients
Usage
ModelInterface$coef_volcano()
Method coef_pairs()
pairs plot of coefficients
Usage
ModelInterface$coef_pairs()
Method anova_histogram()
histogram of p-values and FDR for anova results
Usage
ModelInterface$anova_histogram()
Method clone()
The objects of this class are cloneable with this method.
Usage
ModelInterface$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.