Learn R Programming

LUCIDus (version 3.2.1)

summary.lucid_parallel: Summarize results of the parallel LUCID model

Description

Summarize results of the parallel LUCID model

Usage

# S3 method for lucid_parallel
summary(object, ...)

Value

A list of class sumlucid_parallel, with the same components as the early-model summary (see summary_lucid) but resolved per omics layer: feature_selection reports both the overall retained set and the per-layer sets, parameters holds mu by layer and beta by layer alongside the single gamma, and missing_data is a list by layer. BIC and loglik remain scalars for the joint model. Returned invisibly when printed.

Arguments

object

A LUCID model fitted by estimate_lucid

...

Additional argument boot.se, which can be an object returned by boot_lucid to display bootstrap CIs in print output.