Kevin Wright

Results 16 issues of Kevin Wright

When I edit code, I often want to comment the thing which I have duplicated. Here's a function that I currently use for that job. Something like this might fit...

The first desplot complains about multiple data for each x/y/panel. The second desplot does not. I suspect the check for multiple cells is not able to handle two terms in...

Currently, only part of the legend/key is drawn for ggplot2 version of the graphics. Compare to the lattice version.

I guess this package is not yet supporting windows? For example, when I load the package I find that the value of `quarto-command` is `nil`.

needs-repro

``` R> MegaLMM_state = setup_model_MegaLMM( + Y = Y_train, + formula = ~ Population + (1|Line), + data = sample_data, + relmat = list(Line = K), + run_parameters=run_parameters, + run_ID...