diff --git a/r-analysis/EffectsOfEnrollmentDelay.qmd b/r-analysis/EffectsOfEnrollmentDelay.qmd index 87df034..bb6b806 100644 --- a/r-analysis/EffectsOfEnrollmentDelay.qmd +++ b/r-analysis/EffectsOfEnrollmentDelay.qmd @@ -583,7 +583,7 @@ count_snapshots <- sum(df5$snapshot_count) the correlation value is `{r} cor_dur_count` between duration and snapshot count. There are `{r} count_snapshots` snapshots in total, spread over -`{r} length(df5%nct_id)` trials. +`{r} length(df5$nct_id)` trials. The number of categories by trial are TODO: add in category names, @@ -1131,6 +1131,7 @@ distdiff_by_group ## fixed effects distributions ```{r} +#| label: Fixed Effects Distributions #Get dataframe with only the rows of interest filtdata <- as.data.frame(extract(fit, pars="status_diff")) #rename columns