Rémi Thériault

Results 99 comments of Rémi Thériault

Ok I added documentation pointing to the dominance analysis function in parameters for other model types and more verbose info / options. However, I'm afraid people checking the dominance analysis...

> Also, a suggestion for a slightly different method that can deal with interactions I know you've mentioned this before, but I don't understand this point. Again, my current code...

> > However, I'm afraid people checking the dominance analysis documentation will be confused, as again there is no mention of sr2, or what/where to look in the output, etc....

Finally, I've looked at Algina, Keselman, & Penfield (2010) again but don't really understand how to convert their formulas to an R function to compute the parametric CI. My math...

The relevant error is: ```r Error in data_findcols(table, candidates) : could not find function "data_findcols" Calls: ... report_statistics -> report_statistics.lm -> .find_regression_estimate Execution halted ``` I started getting the same...

I had a look at the CRAN version 0.5.1 and here is the line to correct in file `report.lm` (line 557): https://github.com/cran/report/blob/master/R/report.lm.R#L550 ```r #' @keywords internal .find_regression_estimate

Just a thought: the vertical separator lines look neat and is a good visual helper to separate the cells. However, I have a small laptop screen, and those lines sometimes...

Ok let's take the extreme case of `correlation(mtcars) |> summary()`. Actually a reprex is less useful here because GitHub makes an horizontal scrolling bar instead of wrapping. And the `print(sep...

> rstan and brms cause R 4.2.0 and RStudio session abort. Even re-installation of rstan and brmscause the error. Same here. The solution, ```r install.packages(c("BH", "StanHeaders", "Rcpp", "RcppEigen", "RcppParallel", "inline",...

`R 4.2.0` fixes this issue, confirmed on my end, thanks.