summary.lucid_parallel: Summarize results of the parallel LUCID model

View source: R/summary.R

summary.lucid_parallelR Documentation

Summarize results of the parallel LUCID model

Description

Summarize results of the parallel LUCID model

Usage

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

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.

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.


LUCIDus documentation built on Sept. 3, 2026, 1:06 a.m.