# NOT RUN {
# }
# NOT RUN {
#----------------------------------------------------------------------------------------
# 1) Use the default User Interface
#----------------------------------------------------------------------------------------
#'
#No need to consider the variables, it is sufficient in default values.
#fit_GUI_dashboard()
#----------------------------------------------------------------------------------------
# 2) Change the User Interface
#----------------------------------------------------------------------------------------
# We can change the max imput of the number of lesions and the max of number of images
#
#fit_GUI_dashboard(NL.max = 2222,
# NI.max = 3333)
#----------------------------------------------------------------------------------------
# 3) Change the Default value
#----------------------------------------------------------------------------------------
# fit_GUI_dashboard(
# DF= data.frame( h=dataList.Chakra.4$h,
# f=dataList.Chakra.4$f
# )
# )
# Or equivalently,
# fit_GUI_dashboard(
# DF= data.frame(
# h = c(160, 25, 15, 7),
# f = c( 8, 16, 18, 13)
# )
# )
#----------------------------------------------------------------------------------------
# 4) Change the user Imterface
#----------------------------------------------------------------------------------------
#fit_GUI_dashboard(
# DF= data.frame(
# h = c(160, 25, 15, 7),
# f = c( 8, 16, 18, 13)
# ),
# NL.max = 1192,
# NI.max = 794,
# MCMC.chains.max = 6
# )
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab