updated code, test files added
This commit is contained in:
@@ -236,9 +236,9 @@ function(req) {
|
||||
sliderInput("sdfac","Variability as % of lower to upper asymptote", max=10, value=3, min=0.1, step=0.1),
|
||||
checkboxInput("heterosked","heteroskedastic noise", FALSE),
|
||||
sliderInput("potencydiff","potency of test (%)", max=200, min=50, value=100, step=1),
|
||||
sliderInput("outlL","outlier in lower asymptote", min=0, max=1.5, value=0, step=1),
|
||||
sliderInput("outlM","outlier in mid part", min=0, max=1.5,value=0, step=1),
|
||||
sliderInput("outlU","outlier in upper asymptote", min=0, max=1.5,value=0, step=1)
|
||||
sliderInput("outlL","outlier in lower asymptote", min=0, max=1.5, value=0, step=0.1),
|
||||
sliderInput("outlM","outlier in mid part", min=0, max=1.5,value=0, step=0.1),
|
||||
sliderInput("outlU","outlier in upper asymptote", min=0, max=1.5,value=0, step=0.1)
|
||||
),
|
||||
column(1,
|
||||
tags$table(id="dose-table",
|
||||
@@ -258,7 +258,7 @@ function(req) {
|
||||
)),
|
||||
column(4,
|
||||
"4 PL ANOVA unrestricted",
|
||||
DT::renderDataTable("ANOVA"),
|
||||
DT::dataTableOutput("ANOVA"),
|
||||
h5("Please note that for the CIs of rel. potency the RSS of the restricted model is used"),
|
||||
h5("RSS ... 'Residual error' in the SumSquares column"),
|
||||
h5("MSE ... 'Residual error' in the MSs column"),
|
||||
|
||||
Reference in New Issue
Block a user