| gfiSummary | R Documentation | 
Summary of the fiducial samples.
gfiSummary(fidsamples, conf = 0.95)
fidsamples | 
 fiducial samples, the output of   | 
conf | 
 confidence level  | 
A matrix with summary statistics: means, medians, and confidence intervals.
y <- c(0, 0, 1, 1, 1)
x <- c(-2, -1, 0, 1, 2)
fidsamples <- gfilogisreg(y ~ x, N = 400) # (N=400 is not serious)
gfiSummary(fidsamples)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.