All_Plots {fitODBODRshiny}R Documentation

All Plots data

Description

Data for the Rshiny application are stored here. The data consists a list of plots for Alternate Binomial and Binomial Mixture distributions modelled on the datasets from the R package "fitODBOD". Each element here consists seven elements representing the seven datasets.

Usage

All_Plots

Format

A list with

All_Data

All Datasets with binomial random variables and their frequencies

ABD_Table

Table results from the Alternate Binomial distribution

BMD_Table

Table results from the Binomial Mixture distributions

Bin_Plot

Plot for the fitted Binomial distribution

Add_Bin_Plot

Frequency plot for the fitted Additive Binomial distribution

Beta_Corr_Bin_Freq_Plot

Frequency plot for the fitted Beta Correlated Binomial distribution

Beta_Corr_Bin_Par_Plot

Parameter plot for the fitted Beta Correlated Binomial distribution

COMP_Bin_Freq_Plot

Frequency plot for the fitted Composite Binomial distribution

COMP_Bin_Par_Plot

Parameter plot for the fitted Composite Binomial distribution

Corr_Bin_Freq_Plot

Frequency plot for the fitted Correlated Binomial distribution

Corr_Bin_Par_Plot

Parameter plot for the fitted Correlated Binomial distribution

Multi_Bin_Freq_Plot

Frequency plot for the fitted Multiplicative Binomial distribution

Multi_Bin_Par_Plot

Parameter plot for the fitted Multiplicative Binomial distribution

LMulti_Bin_Freq_Plot

Frequency plot for the fitted Lovinson Multiplicative Binomial distribution

LMulti_Bin_Par_Plot

Parameter plot for the fitted Lovinson Multiplicative Binomial distribution

Tri_Bin_Plot

Frequency plot for the fitted Triangular Binomial distribution

Beta_Bin_Freq_Plot

Frequency plot for the fitted Beta Binomial distribution

Beta_Bin_Par_Plot

Parameter plot for the fitted Beta Binomial distribution

Kum_Bin_Freq_Plot

Frequency plot for the fitted Kumaraswamy Binomial distribution

Kum_Bin_Par_Plot

Parameter plot for the fitted Kumaraswamy Binomial distribution

Gam_Bin_Freq_Plot

Frequency plot for the fitted Gamma Binomial distribution

Gam_Bin_Par_Plot

Parameter plot for the fitted Gamma Binomial distribution

Grassia_Bin_Freq_Plot

Frequency plot for the fitted Grassia II Binomial distribution

Grassia_Bin_Par_Plot

Parameter plot for the fitted Grassia II Binomial distribution

GHGBeta_Bin_Freq_Plot

Frequency plot for the fitted Gaussian Hypergeometric Generalized Beta Binomial distribution

GHGBeta_Bin_Par_Plot

Parameter plot for the fitted Gaussian Hypergeometric Generalized Beta Binomial distribution

McGBB_Bin_Freq_Plot

Frequency plot for the fitted McDonald Generalized Beta Binomial distribution

McGBB_Bin_Par_Plot

Parameter plot for the fitted McDonald Generalized Beta Binomial distribution

Examples

length(All_Plots$Bin_Plots) # No of plots in the list for all 7 datasets
length(All_Plots$All_Data) # 7 datasets


[Package fitODBODRshiny version 1.0.2 Index]