Maciej Beręsewicz
Maciej Beręsewicz
Imagine that blocking variables are not free of errors (include typos, missing data etc.) so I cannot use `blockData` function to narrow down number of possible pairs. As a solution,...
The hnswlib includes a `random_seed` parameter, which is missing in the `RcppHNSW`. ``` init_index(max_elements, M = 16, ef_construction = 200, random_seed = 100, allow_replace_deleted = False) ``` Is it possible...
Is there a way to add functionality to read specific rows from a large `sas7bdat` file? The issue I'm facing is that I have large SAS files (around 10GB) along...
Is there a way to add functionality to read specific rows from a large `sas7bdat` file? The issue I'm facing is that I have large SAS files (around 10GB) along...
I have access to couple of GPUs. Is it possible in some way to select specific GPU for translation? Unfortunately, `ARGOS_DEVICE_TYPE=cuda:0` or `ARGOS_DEVICE_TYPE=cuda:1` is not supported. On the other hand,...
I am running the following code on my macOS and Linux (via the posit cloud machine, see the `sessionInfo` at the end). ```r install.packages(c("RANN", "nonprobsvy")) library(RANN) library(nonprobsvy) data(jvs) data(admin) B
Currently, we take the first k NNs without looking at the distance. In particular, whether there are several NNs with the same distance. Consider sampling of k NNs if more...
Initial code from @bartosz-bogulas on the maximum entropy propensity score as described in Chapter 11 in Kim, J. K., & Shao, J. (2021). Statistical methods for handling incomplete data. Chapman...
Shall we return all weights from the IPW estimator if the bootstrap was applied? ```r set.seed(2024) ipw_est1_boot
shall we consider submitting the package to the rOpenSci? this is the to-do list for the package to be checked by the rOpenSci organisation ....