inst/app-vistributions/logic/logic_chisq.R

output$chisq_shape <- renderPlot({
  vdist_chisquare_plot(input$chisq_df, as.logical(input$chisq_norm))
})

output$chiprob_plot <- renderPlot({
  vdist_chisquare_prob(input$chiprob_p, input$chiprob_df, input$chiprob_tail)
})

output$chiperc_plot <- renderPlot({
  print(vdist_chisquare_perc(input$chiperc_p, input$chiperc_df, input$chiperc_tail))
})

Try the xplorerr package in your browser

Any scripts or data that you put into this service are public.

xplorerr documentation built on May 21, 2021, 9:08 a.m.