Luca Scrucca

Results 12 comments of Luca Scrucca

Great. Thanks a lot.

Yes, thanks.

The idea is pretty much ok, but I would 1) save the info in an object in the global environment (or other you can define) 2) use the argument `postFitness`...

You should provide a minimal reproducible example.

The code you provided works on my machine: ``` > res summary(res) ── Genetic Algorithm ─────────────────── GA settings: Type = permutation Population size = 100 Number of generations = 5000...

What about if a user want to set `preschedule = TRUE` (which I think is the default, see `help("mclapply", package = "parallel"`) ? And what happens if a different backend...

Il dato era riportato sulla stampa locale. Oramai è passato più di un mese e non ho tempo di andare a recuperarlo. Per le mie analisi ho risolto modificando "manualmente"...

Currently is not possible. I may try to add in a future release.

If you want to use the pipe operator you should use something like this ``` library(qcc) library(magrittr) data(pistonrings) pistonrings %>% qccGroups(x = diameter, sample = sample) ``` Notice the named...

Ok, this is a case outside the standard situations where you have "rationale subgroups" of at least two observations each, or all samples with a single observations. The two cases...