example XLs files added to www, test files 'circles.xlsx' and 'all_l.xlsx'added.

This commit is contained in:
2026-05-17 16:24:22 +02:00
parent 9ff1a360d4
commit 420c78d4c4
7 changed files with 75 additions and 3 deletions
+5 -1
View File
@@ -137,7 +137,7 @@ server <- function(input, output, session) {
#actionLink("selectall","SelectAll"),
h5("\n\n\n Author: Franz Innerbichler, InnerAnalytics")),
column(6,
column(4,
h4("Suitability tests for 4-parametric logistic regression"),
checkboxGroupInput("selectedSSTs", "Which suitability tests to be used?", choices= c("F-test on Regr."="1",
"EQ-test on lower asymptote difference"= "2",
@@ -155,6 +155,10 @@ server <- function(input, output, session) {
selected= c("1","2","3","4","5","6","7","8"))
),
column(4,
h4("Example of EXCEL file "),
h4("with column of dilutions and at least 2 columns of reference and the same amount of columns with test sample readouts."),
tags$img(src="ExampleXL.png", class="adv_logo", width="100%"),
plotOutput("plotSing", width="400px", height="300px"))
),