print.phenopath_fit: Print a PhenoPath fit

Description Usage Arguments Value Examples

View source: R/phenopath.R

Description

Print a PhenoPath fit

Usage

1
2
## 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

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

phenopath documentation built on Nov. 8, 2020, 6:53 p.m.