Michael Walshe
Michael Walshe
As in the title, if you create a Schema and set 'raise_warning = True' in a check, then this behaviour will not persist if you then save the Schema to...
Thank you for developing and maintaining such a useful R package. For my use-case, it would be very beneficial to have a function to return disk IO counters (read bytes,...
Implement `ps_disk_io_counters` for Linux and Windows based on psutil. Adds new functions - `ps_disk_io_counters`: Exported user-facing function, to return data.frame of disk IO counters. Takes 1 argument, perdisk, whether to...
Hi, I've encountered the following error when re-using an estimator that was originally used to estimate without a domain, and then adding a domain. This doesn't occur if the estimator...
Hi, I can't seem to find a way to estimate the correct population parameters with a survey that has just a finite population correction. Although it calculates the mean correctly...
Hi, I've encountered the following error when printing a proportion estimator: ```python from samplics import TaylorEstimator from samplics.datasets import load_nhanes2 from samplics.utils.types import PopParam nhanes2 = load_nhanes2()["data"] prop_est = TaylorEstimator(PopParam.prop)...