Nadyanna Majeed
Nadyanna Majeed
Just a simple request to make it clearer for people using the package for the first time—for example, in the `ttestBF()` documentation, it says that "This function computes Bayes factors,...
Setting `cond.int = TRUE` in `probe_interaction` when x is non-centred results in mismatching intercepts (i.e., console output from `sim_slopes` does not match plot output from `interact_plot`). This can be corrected...
Possibly an estimation issue—changing it to `identification = "variance"` solves the issue. Reproducible using [example.csv](https://github.com/SachaEpskamp/psychonetrics/files/12660505/example.csv) and the following code in psychonetrics version 0.11: ``` library(psychonetrics) library(dplyr) exampleData = read.csv("https://github.com/SachaEpskamp/psychonetrics/files/12660505/example.csv") #...