Carsten Urbach
Carsten Urbach
@NikSchlage this requires additional work!
It's not totally clear to me how the reweighting is supposed to work here? I had thought that a function like `bootstrap_and_rw.cf` was sufficient, with a `cf` and reweighting factors...
`devtools::check` output: ❯ checking examples ... ERROR Running examples in ‘hadron-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: is_empty.rw > ###...
fixed most of the check problems. where can I find an example for this? I'm still not convinced all of this is needed...!?
this is left: read.rw: no visible binding for global variable ‘monomialid’ Undefined global functions or variables: monomialid which I don't understand yet.
also, the data object will mean we can no longer install for R < 3.5.0 NB: this package now depends on R (>= 3.5.0) WARNING: Added dependency on R >=...
> > fixed most of the check problems. > > > > where can I find an example for this? I'm still not convinced all of this is needed...!? >...
> I understood this to originate from the fact that the normalisation needs to be recomputed (the average of the weights). In other words, the data and the reweighting factors...
> > Does the above sound reasonable and describe correctly, why one can't "blindly" resample the reweighted data? > > Let me add another qualifying remark: we also don't deal...
> > fixed most of the check problems. > > where can I find an example for this? I'm still not convinced all of this is needed...!? Yes, the reading...