Tal Galili
Tal Galili
Hello, I am the current maintainer of the installr R package, which provides functions for the installation and updating of software on Windows OS, with a particular focus on R....
With respect to the global library, I am using two work machines and both use a folder for my user profile for the R library automatically. It is in my...
The command to execute the binary failed. The error was related to the use of a period in the command line. Also, I don’t think the full path to cmd.exe...
```r compareVersion("1.0", "1.0-1") ```
Check if it is done in RStudio. If so - issue a warning that it will not show in RStudio.
Add missing spaces Before the fix, the text looks like this: ``` These alphas(gradients of segments) are estimatedfrom betas(change in gradient) ```
Add a warning message to Balance when trying to run very large/imbalanced weights (say, anything more than like 100k cases and population frame that's 10x the sample). The thinking here...
In this tutorial: https://import-balance.org/docs/tutorials/comparing_cbps_in_r_vs_python_using_sim_data/ We have variations of the following line commented out: `adjust.df.plot.scatter("cbps_weights", "weight", loglog=True)` (there are two calls for `adjust.df.plot.scatter`) It's commented out because otherwise it leads to...
Currently running the model on many millions of observations is computationally costly. A better solution would be to run the model a sample of observations (E.g., 10K-50K observations for sample...