print.net_mlvar: Print method for net_mlvar

print.net_mlvarR Documentation

Print method for net_mlvar

Description

Print method for net_mlvar

Usage

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

Arguments

x

A net_mlvar object returned by build_mlvar().

...

Unused; present for S3 consistency.

Value

Invisibly returns x.

Examples

## Not run: 
d <- simulate_data("mlvar", seed = 1)
fit <- build_mlvar(d, vars = attr(d, "vars"),
                   id = "id", day = "day", beep = "beep")
print(fit)
summary(fit)

## End(Not run)


Nestimate documentation built on April 20, 2026, 5:06 p.m.