Douglas Bates
Douglas Bates
I'm not sure what is behind this problem. We are seeing it even more in development versions that use https://github.com/PumasAI/QuartoNotebookRunner.jl as the evaluation engine for Quarto documents with Julia code...
Quarto 1.5.45 should have installed version 0.11.1 of the QuartoNotebookRunner package. with commit hash 0rtVI ``` % ls -la ~/.julia/packages/QuartoNotebookRunner total 0 drwxr-xr-x 4 dmbates staff 128 Jun 16 09:31...
The way I would calculate age of participant at the time of first test is ``` function age_at_test(DOB, S1start) (byr, bmo, bday) = yearmonthday(DOB) (syr, smo, sday) = yearmonthday(S1start) ydiff...
@kliegl I have a suggested change for computing `age_at_event` and the `:age` column for the subjects. Is it okay for me to commit directly to this branch or would you...
@kliegl You have a note after the discussion of the `elpldtitem` table on word frequencies, etc. The reason they are not included here is because they are only defined for...
- At present the bootstrapresults.tbl object does not include the correlation parameters. Should add those. - As a result, the density plots of correlation parameters are based on the old...
Can we leave this as a draft for a couple of days? I would like to make one more attempt at speeding up rankUpdate! with RFP and sparse.
> @dmbates : Oxboys.jl • I would propose to use only lower-case letters for notebook and data names -- `oxboys.jl` and `oxboys.arrow` • Are there metadata for these data? •...
It turns out that there is an additional reference for oxboys at http://www.bristol.ac.uk/cmm/learning/mmsoftware/data-rev.html#oxboys where they state that the boys' ages were from 11 to 13 years and the zero point...
What you want to do is related to profiling the log-likelihood with respect to the fixed-effects coefficients, for which the code is in src/profile/fixefpr.jl. That code is more general than...