Rémi Thériault
Rémi Thériault
**Commit Hash** Olive version 0.2.0-1687a721 **Platform** Type: Laptop ASUS K55A OS: Windows 10 Version 10.0.19045 Build 19045 Processor: Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz 2.40 GHz Installed RAM: 16.0 GB...
I reported a space optimization [issue on RStudio Forums ](https://community.rstudio.com/t/space-optimization-problem-with-waffle-waffle-and-flexdashboard-flex-dashboard/167571) when using `waffle::waffle()` in conjunction with `flexdashboard::flex_dashboard()` . I think the issue stems from the actual plot keeping the same...
Working on easystats/report#309 and experiencing the continuous joy of `htest` objects. For example, `model_parameters` on a `cor.test` object will provide the names of the variables: ``` r x Pearson's product-moment...
In the outliers paper, we currently have the following sentence: > When no method is readily available to detect model-based outliers, such as for structural equation modeling (SEM), looking for...
As discussed in easystats/report#372 ``` r library(modelbased) model No variable was specified for contrast estimation. Selecting `contrast = "Species"`. #> Marginal Contrasts Analysis #> #> Level1 | Level2 | Difference...
`estimate_contrasts()`: Different results using `as.factor()` within or outside formula: ``` r library(modelbased) # as.factor within model = 2 levels model No variable was specified for contrast estimation. Selecting `contrast =...
When writing (psychology) scientific papers, great care must be taken in reporting the state of item-level missing data for each psychological questionnaire. For example, Parent (2013) writes: > I recommend...
Still within \#301, I wonder if it would make sense to add support for loop indices within functions for `data_filter`, @etiennebacher? ``` r library(datawizard) df1
Fixes easystats/report#245 --- ``` r # Load effectsize devtools::load_all(".../forks/effectsize") # "Right" method y Cohen's d | 95% CI #> -------------------------- #> -1.70 | [-2.55, -0.82] #> #> - Estimated using...
Hello. I would like to perform an OSF registries search, because the website search feature is not working properly right now. I am trying to identify the number of registries...