RegParallel icon indicating copy to clipboard operation
RegParallel copied to clipboard

Standard regression functions in R enabled for parallel processing over large data-frames.

Results 6 RegParallel issues
Sort by recently updated
recently updated
newest added

`svyglm` does not work because of minor code error. In RegParallel.R file, at line 175, there is a minor error: the option 'svyglm' is missing in: ~~~ if (!any((FUNtype %in%...

Hello Kevin, Hope you are doing well. I am trying to run a negative binomial regression using "RegParallel." I am getting the error "FUNtype not recognised. Choose one of glm,...

Hi, Is it possible to output more details on the model like sample size, case/control status etc? Best, Niek

enhancement

Hello, Thank you for such a useful package. I am however having difficulty running some of these functions in sequence, producing the following error: Error in RegParallel(data = rlddata, formula...

The output of `RegParallel` is a `data.table`. Can it be the model fit to allow contrasts? Let's say there is a data that has multiple patients and each patient sample...

I am using the RegParallel package to conduct a coxph on many SNPs (hundreds of thousands). I am getting errors in a few of my datasets, not all. I know...