R, Statistics, Markdown, Shiny Apps and Visualizations
-
Universität Kassel
- Germany
-
23:45
(UTC +01:00) - https://stackoverflow.com/users/19487551/uke
Highlights
- Pro
Pinned Loading
-
statistik-lehre/rtutorials
statistik-lehre/rtutorials PublicAdd handcrafted lessons to the RStudio tutorials pane
-
-
-
shiny app to explore fitting a simpl...
shiny app to explore fitting a simple linear regression line manually with sliders and solution button 1library(shiny)
23ui <- fluidPage(
4sliderInput("b0", "Intercept b0:", min = -1.5, max = 1.5, value = 1, step = 0.0001),
5sliderInput("b1", "Slope b1:", min = 0, max = 0.15, value = 0, step = 0.0001),
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.