Kevin Caron

Results 1 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"],...