update pdf
This commit is contained in:
parent
292b4bde08
commit
1b77c0eebd
@ -70,7 +70,7 @@ calculatorServer <- function(input, output, session) {
|
|||||||
}
|
}
|
||||||
z=-5.3718+0.0354*as.numeric(input$slider1)+1.6159*as.numeric(input$select1)+1.1768*as.numeric(input$select2)+0.0697*p+0.9586*as.numeric(input$select3)-2.9486*as.numeric(input$select4)
|
z=-5.3718+0.0354*as.numeric(input$slider1)+1.6159*as.numeric(input$select1)+1.1768*as.numeric(input$select2)+0.0697*p+0.9586*as.numeric(input$select3)-2.9486*as.numeric(input$select4)
|
||||||
x=round(1/(1+exp(-z)),3)
|
x=round(1/(1+exp(-z)),3)
|
||||||
params <- list(n = input$slider1,k=input$slider2,l=input$select1,m=input$select2,p=input$select3,r=input$select4,z=x,y=)
|
params <- list(n = input$slider1,k=input$slider2,l=input$select1,m=input$select2,p=input$select3,r=input$select4,z=x)
|
||||||
|
|
||||||
# Knit the document, passing in the `params` list, and eval it in a
|
# Knit the document, passing in the `params` list, and eval it in a
|
||||||
# child of the global environment (this isolates the code in the document
|
# child of the global environment (this isolates the code in the document
|
||||||
|
@ -120,7 +120,7 @@ profilServer <- function(input, output,session) {
|
|||||||
dateInput("editAge", label = strong("Data urodzenia") ,value=response$profil$datebirth),
|
dateInput("editAge", label = strong("Data urodzenia") ,value=response$profil$datebirth),
|
||||||
|
|
||||||
selectInput("editGender", label = strong("Plec"),
|
selectInput("editGender", label = strong("Plec"),
|
||||||
choices = list("?enska" = 0, "meska" = 1),
|
choices = list("Zenska" = 0, "meska" = 1),
|
||||||
selected = as.numeric(response$profil$gender)),
|
selected = as.numeric(response$profil$gender)),
|
||||||
|
|
||||||
),
|
),
|
||||||
|
@ -9,7 +9,6 @@ params:
|
|||||||
p: NA
|
p: NA
|
||||||
r: NA
|
r: NA
|
||||||
z: NA
|
z: NA
|
||||||
y: NA
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Wiek pacjenta(w latach):
|
Wiek pacjenta(w latach):
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
\relax
|
\relax
|
||||||
\providecommand\hyper@newdestlabel[2]{}
|
\providecommand\hyper@newdestlabel[2]{}
|
||||||
\providecommand\BKM@entry[2]{}
|
|
||||||
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
|
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
|
||||||
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
|
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
|
||||||
\global\let\oldcontentsline\contentsline
|
\global\let\oldcontentsline\contentsline
|
||||||
@ -17,3 +16,4 @@
|
|||||||
\gdef\HyperFirstAtBeginDocument#1{#1}
|
\gdef\HyperFirstAtBeginDocument#1{#1}
|
||||||
\providecommand\HyField@AuxAddToFields[1]{}
|
\providecommand\HyField@AuxAddToFields[1]{}
|
||||||
\providecommand\HyField@AuxAddToCoFields[2]{}
|
\providecommand\HyField@AuxAddToCoFields[2]{}
|
||||||
|
\gdef \@abspage@last{1}
|
||||||
|
BIN
app/report.pdf
BIN
app/report.pdf
Binary file not shown.
@ -2,6 +2,7 @@
|
|||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="CompilerConfiguration">
|
<component name="CompilerConfiguration">
|
||||||
<annotationProcessing>
|
<annotationProcessing>
|
||||||
|
<profile default="true" name="Default" enabled="true" />
|
||||||
<profile name="Maven default annotation processors profile" enabled="true">
|
<profile name="Maven default annotation processors profile" enabled="true">
|
||||||
<sourceOutputDir name="target/generated-sources/annotations" />
|
<sourceOutputDir name="target/generated-sources/annotations" />
|
||||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||||
|
@ -4,9 +4,7 @@
|
|||||||
<option name="autoReloadType" value="SELECTIVE" />
|
<option name="autoReloadType" value="SELECTIVE" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="2f11f4d5-1593-4266-846c-71ac633cf58a" name="Default" comment="">
|
<list default="true" id="2f11f4d5-1593-4266-846c-71ac633cf58a" name="Default" comment="" />
|
||||||
<change beforePath="$PROJECT_DIR$/../app/profil_module.R" beforeDir="false" afterPath="$PROJECT_DIR$/../app/profil_module.R" afterDir="false" />
|
|
||||||
</list>
|
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||||
@ -53,7 +51,7 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="RunManager" selected="Application.TakeCareApp">
|
<component name="RunManager" selected="Application.TakeCareApp">
|
||||||
<configuration name="TakeCareApp" type="Application" factoryName="Application" nameIsGenerated="true">
|
<configuration name="TakeCareApp" type="Application" factoryName="Application" nameIsGenerated="true">
|
||||||
<option name="ALTERNATIVE_JRE_PATH" value="11" />
|
<option name="ALTERNATIVE_JRE_PATH" value="$PROJECT_DIR$/../../../../../Program Files/Java/jre1.8.0_251" />
|
||||||
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
|
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
|
||||||
<option name="MAIN_CLASS_NAME" value="project.TakeCareApp" />
|
<option name="MAIN_CLASS_NAME" value="project.TakeCareApp" />
|
||||||
<module name="backend" />
|
<module name="backend" />
|
||||||
|
Loading…
Reference in New Issue
Block a user