Skip to contents

Returns a one-row data.frame of full-model summaries from a mediation_mbco table, in the column convention used by the broom ecosystem.

Usage

# S3 method for class 'dmar_mediation_mbco'
glance(x, ...)

Arguments

x

A dmar_mediation_mbco object returned by mediation_mbco.

...

Unused.

Value

A one-row data.frame with columns nobs, npar, deviance, AIC, BIC, logLik.

Author

Ken Kelley kkelley@nd.edu