AUTO_VI$..str.. {autovi} | R Documentation |
String representation of the object
Description
This function returns a string representation of the object.
Usage
AUTO_VI$..str..()
Value
A string.
Examples
AUTO_VI$..str..()
my_vi <- auto_vi(fitted_model = lm(speed ~ dist, data = cars))
my_vi$..str..()
[Package autovi version 0.4.0 Index]