#
# p("Linear Regression:"),
# plotOutput("regression_stats_linear", height = "500px"),
# p("Polynomials (Degree 10):"),
# plotOutput("regression_stats_poly10", height = "500px"),
# p("Polynomials (Degree 3):"),
# plotOutput("regression_stats_poly3", height = "500px"),
# p("Polynomials (Degree 4):"),
# plotOutput("regression_stats_poly4", height = "500px")
# )
tabPanel("Analysis",