print.phenopath_fit {phenopath}R Documentation

Print a PhenoPath fit

Description

Print a PhenoPath fit

Usage

## S3 method for class 'phenopath_fit'
print(x, ...)

Arguments

x

A phenopath_fit returned by a call to phenopath

...

Additional arguments

Value

A string representation of a phenopath_fit object.

Examples

sim <- simulate_phenopath() 
fit <- phenopath(sim$y, sim$x, elbo_tol = 1e-2)
print(fit)

[Package phenopath version 1.18.0 Index]