-
Title: Acute Kidney Injury in Patients Hospitalized with COVID-19
# General Information
## Please paste a link to the paper or a citation here:
Link:
https://www.kidney-international.org/…
-
Hi Alex,
I am not familiar with `fixest` but was a heavy-user of Stata previously. Is there any approach to include a vector of similar variable names in the formula? For example:
```stata
reg …
-
Another ones of these.
```
def get_macrodata():
data = sm.datasets.macrodata.load().data[['realgdp','realcons','realinv']]
names = data.dtype.names
nd = data.view((float,3))
nd = np.d…
-
> By having a wild thought on start a career on Artificial intelligence, started today to do a tiny research on how to study AI. It turns out it consist of a shit black hole of knowledges, which means…
-
see #1971 for more topic pages in the documentation
(following a bit the discussion in Julia about adding ANOVA type tests
https://groups.google.com/d/msg/pystatsmodels/5w1OAr_OFQg/CiXu72opAQAJ )
…
-
Hi Todd,
I'm investigating the effect of two variables on a 1D outcome. The models is rather simple and can be generalized to:
Y = WITHIN_SUBJECTS_FACTOR + COVARIATE + ERROR
As far as I know,…
ZofTG updated
11 months ago
-
Erika kindly extracted the data into a usable format. Might do some quick editing/culling first:
```
English,Français
collinearity,colinéarité
combinatorial method,méthode combinatoire
comparis…
-
(a mixed bag of issues, without overview or references for actual algorithms)
triggered by looking at some literature for robust transformation (box-cox issue and PR)
https://github.com/statsmodels/st…
-
This is my first issue on github. Hopefully I´m doing this right. :)
I´m currently working at my fist R-Project (analysis of people who didn´t Vote 2017). After working in SPSS I´m still a little s…
-
We are building suite installers for 14 languages, each of which is about 1Gb in size. Total size is 19Gb. While archiving these artifacts the note crashes with an OutOfMemoryError.
I've successfully…
timja updated
8 years ago