print.phenopath_fit {phenopath} | R Documentation |
Print a PhenoPath fit
## S3 method for class 'phenopath_fit' print(x, ...)
x |
A |
... |
Additional arguments |
A string representation of a phenopath_fit
object.
sim <- simulate_phenopath() fit <- phenopath(sim$y, sim$x, elbo_tol = 1e-2) print(fit)