NickCH-K

Results 18 issues of NickCH-K

I will admit to being a naif so this may be a silly question, but is there a good reason why citeproc-py's parser won't pick up attributes that aren't on...

### System details Output of `sessionInfo()` (following `library(shiny)`): ``` R version 4.1.1 (2021-08-10) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19043) Matrix products: default locale: [1] LC_COLLATE=English_United States.1252...

Hi there, Since **tibble** updated I'll need to do an update to **pmdplyr** soon. Right now I have **panelr** in the Suggests, so `pmdplyr::panel_convert()` can convert to/from `panel_data` objects. But...

Hello, thank you very much for **msmbstyle**! You can add my book [The Effect](https://theeffectbook.net) as an example of an **msmbstyle**-themed book if you like. I made a few tweaks that...

I've been trying to use `predict()` on an `lm_robust` object for which I've included fixed effects, and it seems to keep producing errors. ``` library(estimatr) df

bug
Priority: High

I imagine this is pretty low on the priority list, but if you have coefficients that are `NA`, such as by inducing perfect collinearity with weights, the F-statistic is not...

bug
Priority: Medium

I was preparing a class example and came across the following issue: ```r library(wooldridge) data(mathpnl) # This works fine fe_cluster

bug
feature-usability
Priority: High

I started up ggannotate after a while of not using it, and I can't get it to work at all. The shiny window pops up but I see ``` An...

The LOST repo is moving to https://github.com/LOST-STATS/LOST-STATS.github.io No need to make contributions to the Wiki here! Move your efforts over there.

Just a heads up that I've been going through Stata examples and replacing all comments of the form ```stata command // comment ``` with ```stata * comment command ``` This...