Fixed group assigments.

lognorm_sigma_prior
Will King 3 weeks ago
parent 52f30367c6
commit 3d1024920e

@ -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

Loading…
Cancel
Save