diff --git a/_quarto.yml b/_quarto.yml index ed2205b..5c2b353 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -53,10 +53,15 @@ website: collapse-level: 2 contents: - introduction/index.qmd - - auto: introduction/*.qmd + - section: Getting Started + contents: + - auto: introduction/gettingStarted/*.qmd - section: Tutorials contents: - auto: introduction/tutorials/*.qmd + - section: Webinars + contents: + - auto: introduction/webinars/*.qmd - id: Documentation title: "Documentation" style: "floating" diff --git a/docs/concepts/facts/LinearRegressionLMPriors.html b/docs/concepts/facts/LinearRegressionLMPriors.html index 0166219..44fed66 100644 --- a/docs/concepts/facts/LinearRegressionLMPriors.html +++ b/docs/concepts/facts/LinearRegressionLMPriors.html @@ -394,7 +394,7 @@

Interpretatio The standard deviation around the expectation of the final visit response. This dictates how close the imputed final endpoint responses are to the mean response for a subject given \(\alpha\) and \(\beta\). Lower \(\lambda_t\) implies higher correlation between the early visit response and final visit response. -

```rvbvxjvkblrqr #| standalone: true #| viewerHeight: 1000

+

```tpptxlgagaafd #| standalone: true #| viewerHeight: 1000

library(shiny) library(DT) library(ggplot2) library(htmltools)

alignCenter <- function(el) { htmltools::tagAppendAttributes(el, style=“margin-left:auto;margin-right:auto;” ) }

sketch = htmltools::withTags(table( class = ‘display’, thead( tr( th(rowspan = 2, ’‘), th(rowspan = 2, style = “border-right: solid 1px;”,’Observed Visit Data’), th(colspan = 2, class=” dt-center”, style = “border-right: solid 1px;”,‘B1 priors’), th(colspan = 2, class=” dt-center”, style = “border-right: solid 1px;”,‘B2 priors’), th(colspan = 2, class=” dt-center”, style = “border-right: solid 1px;”,‘BB priors’) ), tr( th(“mean”), th(style = “border-right: solid 1px;”, “SD”), th(“mean”), th(style = “border-right: solid 1px;”, “SD”), th(“center”), th(style = “border-right: solid 1px;”, “weight”), ) ) ))

diff --git a/docs/index.html b/docs/index.html index c39a172..117b9bb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -162,10 +162,6 @@

Knowledge Hub

Documentation - - - Webinars - Concepts diff --git a/docs/introduction/gettingStarted/gettingStarted1.html b/docs/introduction/gettingStarted/gettingStarted1.html new file mode 100644 index 0000000..cd2a280 --- /dev/null +++ b/docs/introduction/gettingStarted/gettingStarted1.html @@ -0,0 +1,677 @@ + + + + + + + + + +Getting Started 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + + + + + + \ No newline at end of file diff --git a/docs/introduction/index.html b/docs/introduction/index.html index d41d876..4e0794d 100644 --- a/docs/introduction/index.html +++ b/docs/introduction/index.html @@ -153,21 +153,32 @@ Introduction -