View source: R/summary_lucid.R
summary_lucid | R Documentation |
Summarize results of LUCID model
summary_lucid(object, boot.se = NULL)
object |
A LUCID model fitted by |
boot.se |
An object returned by |
## Not run: # use simulated data G <- sim_data$G Z <- sim_data$Z Y_normal <- sim_data$Y_normal # fit lucid model fit1 <- est_lucid(G = G, Z = Z, Y = Y_normal, family = "normal", K = 2, seed = 1008) # conduct bootstrap resampling boot1 <- boot_lucid(G = G, Z = Z, Y = Y_normal, model = fit1, R = 100) # summarize lucid model summary_lucid(fit1) # summarize lucid model with bootstrap CIs summary_lucid(fit1, boot.se = boot1) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.