-
According to the Julia documentation at https://docs.julialang.org/en/v1/manual/constructors/#man-inner-constructor-methods
> If any inner constructor method is defined, no default constructor meth…
-
Hi,
I have a question about the general requirements for outcomes variable used in att_gt().
I noticed the DiD package used regression model with iptw method for ATT estimation, my question is if…
-
It would be great if support can be added to compute simultaneous confidence intervals, similar to routines available in emmeans, rms, etc.
-
This is to summarize a proposal for resolving the multiple issues we've been discussing regarding the use of `None` to indicate
1. The implicit return of "nothing" from a function
2. The absence o…
-
Hi,
if a model writes 3d output on pressure levels as model levels, what is the CMORization approach?
As far as I know: There is no general "plevs" or "alt"/"height" axis in the tables. Are those mi…
-
aka "Generalize the ANY mechanism" aka "Completely destroy Jeff's life forever"
(continuing the heresy in https://github.com/JuliaLang/julia/issues/4774#issuecomment-103286221 in a direction that migh…
-
There is a tricky scenario with coherence rules and blanket impls of traits. This manifested as #18835, which is an inability to implement `FnOnce` manually for generic types. It turns out to be a leg…
-
I am trying to implement a custom error handling in dart. I want to be able to represent a correct return (Ok) or an error union (yes, I really hate undocumented exceptions 😁, I would use exceptions o…
-
Every non-generic function can be expressed as generic function with a single type parameter corresponding to each argument. Explicit parameter type annotations simply correspond to `extends` constrai…
-
E.g., for plot_compare_evokeds: we could have *inferential* CIs, i.e., so that non overlap of CIs indicates significance.
Ideally with correction for multiple contrasts or something ...
See:
ht…