Kevin Caron

Results 3 issues of Kevin Caron

Hello, It looks like the [Getting Started](https://samplics-org.github.io/samplics/pages/getting_started.html) documentation suggests the use of the following code snippet: `import samplics from samplics.estimation import **TaylorEstimation**, ReplicateEstimator zinc_mean_str = TaylorEstimator("mean").estimate( y=nhanes2f["zinc"], samp_weight=nhanes2f["finalwgt"], stratum=nhanes2f["stratid"], psu=nhanes2f["psuid"],...

Hi @MamadouSDiallo, Sorry to add another issue, but hopefully this is easier to resolve. I am attempting to tabulate smoking prevalence ('_RFSMOK3') by imputed race ('_IMPRACE') with BRFSS data. This...

Hi @MamadouSDiallo, I am attempting to use samplics to replicate results from the CDC's [National Exposure Report Biomonitoring Tables](https://www.cdc.gov/exposurereport/data_tables.html). So far, I have been successful at reproducing geometric means, their...