R, Statistics, Markdown, Shiny Apps and Visualizations
-
Universität Kassel
- Germany
-
05:49
(UTC +02:00) - https://stackoverflow.com/users/19487551/uke
Highlights
- Pro
Pinned Loading
-
email2rocketchat
email2rocketchat PublicPost emails from exchange group inbox to RocketChat channel
Python
-
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.