Nothing
#library(Pkdesign) #paramList <- list() #model <- getExamplePkModel() #paramList$pkParameters <- getParameters( model ) #paramList$kineticsPlot <- plotMMKinetics( model , doseRange = c( 0 , 10 ) , concentrationRange = c(0,5) ) #settings <- list( NsimTimePoints = 100 , nSimSchemes = 1000 , nSubjectsForTimePoints = 3 , weightAUC = 50 , weightCmax = 50 ) #paramList$settings <- settings #paramList$optimalTimePoints <- "{ 1, 2 , 3.5 , 8}" #paramList$optimalScheme <- getExampleSetOfSchemes()[ ,, 1]
#paramList <- params$paramList knitr::kable( modelParametersTable() )
plot( MMKineticsPlot() )
knitr::kable( dosingInfoFormat() )
plot( samplePlot() )
tableToPrint <- timeConstraintsFormat() knitr::kable( tableToPrint )
schemeConstraintTable <- schemeConstraintsFormat() knitr::kable( schemeConstraintTable )
settings <- list( nSamplesForTimePoints = input$nSamplesForTimePoints , nSubjectsPerSchemeTimePoints = input$nSubjectsPerSchemeTimePoints , nSamplesForSchemes = input$nSamplesForSchemes , weightAUC = input$wAUC , weightCMax = input$wCmax ) settingsTable <- data.frame( Setting = names( settings ) , Value = unlist( settings ) ) rownames( settingsTable ) <- NULL knitr::kable( settingsTable )
knitr::kable( selectedTimePointOption() )
knitr::kable( selectedScheme() )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.