simPop icon indicating copy to clipboard operation
simPop copied to clipboard

Simulation of Synthetic Populations for Survey Data Considering Auxiliary Information

Results 7 simPop issues
Sort by recently updated
recently updated
newest added

Sample data contained in `eusilcS` and `eusilcP` needs some explanation. The original publication is a bit dated, and the provided metadata doesn't describe current datasets properly. In addition, columns with...

Hey Folks, What do you think about the suggestion? There are branches that have been merged already and not needed anymore. There are also some that have dangling commits and...

Running the following code lead to long run times or no termination at all ``` ############################### library(data.table) devtools::install_github("statistikat/simPop") library(simPop) # examples for xgboost ## load the demo data set data(eusilcS)...

enhancement

Error in finalizer(env) : Inconsistent 'best_score' values between the closure state: 7590.875488 and the xgb.attr: 7590.875488

Not always there is a cluster structure (like person in households). Currently, one has to set `hhid`. So, - when hhid is empty: error - when hhid is set to...

Here is an executable example: Data: ```{r} library(simPop) data(eusilc13puf, package = "simPop") df

Dear CRAN package maintainers, We would like to reach out to you regarding updates to the XGBoost CRAN package, as you are listed as the maintainer of one or more...