Junyuan Chen

Results 15 comments of Junyuan Chen

~~`Libiconv_jll.jl`, a binary dependency of `ReadStat_jll.jl`, somehow does not have a build for Mac ARM. This is probably the source of the issue. I just opened an issue there (https://github.com/JuliaStrings/StringEncodings.jl/issues/52).~~...

Considering the usage of this package for academic work, I guess a nice solution would be to register the package at somewhere like Zenodo, which provides version-specific DOIs as well...

Hi, I was comparing `e(df_r)` returned by `reghdfe` with `dof_residual` returned by `reg` in this package. The standard errors are different. (I think it is because of the different dofs...

@matthieugomez I suspect this is something just about which `dof_residual` is entered into the final result. I will look into that later and make a pull request if I figure...

@chriselrod Thank you so much for the fast response.

Sure. I will get back to it once I figure out my need.

I ended up doing something different that no longer requires taking a dependency here. The very old v0.1.1 release of this package is still working fine on Julia v1.8 due...

I am considering having such functions for [`ReadStatTables.jl`](https://github.com/junyuan-chen/ReadStatTables.jl). At this moment, renaming column names is not immediately needed. However, with future implementation of writing support for the Stata/SAS/SPSS data files,...

@singularitti Thanks for replying! This is indeed how I registered the package. In case more context is needed, here is the link: https://github.com/junyuan-chen/ConfidenceBands.jl/commit/24c1541db1f505633dae23c0bc3e92ef6fd89f70 I made several packages and this was...

@00krishna Thank you for your interest. I haven't carefully thought about the pros and cons of doing so yet. But the primary reason for `LabeledArray` to live in this package...