You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
added the status of optimized compile to generate_psuedo_pop function output.
compute_closest_wgps accepts the number of user-defined threads.
Changed
Vignette file names.
The trim condition from > and < into >= and <=.
Removed seed input from generate_syn_data function. In R package, setting seed value inside function is not recommended. Users can set the seed before using the function.
OpenMP uses user defined number of cores.
Fixed
Initial covariate balance for weighted approach. The counter column was not preallocated correctly.
Counter value for compiling. The initial value was set to one, which, however, zero is the correct one.