Matthew Son
Matthew Son
Hi, I'm having an issue exactly described here : https://github.com/vincentarelbundock/modelsummary/issues/269 The author seems to have solved the issue by using `kable()` instead of `kbl()`, but forgot to raise it here.
Hi, Since PanelOLS supports maximum two-way fixed effects and two-way clustering (docs here), and I looked around and found AbsorbingLS that could be an option for multiway fixed effects. I...
Thank you for creating this awesome package, and it has been my go-to package whenever I save big files on disk. I hope to see the progressbar when I read/write...
It seems there's a conflict on the recent version of `disk.frame`. When `i` argument is not provided within `[]`, it generates error. ``` > iris.df = as.disk.frame(iris) > iris.df[,.N] Error...
Hi, I'm new to this package, and I was wondering if I'm missing something to see the full estimate of greeks in `AmericanOption()` function. Documentation says `When “CrankNicolson” is selected,...
`data.table` has a great feature to join two large datasets efficiently by reference. I'm wondering if this could be available in `dtplyr`. Below are very nice details about the difference...
I'm wondering if there's a way I can format the coefficient reported in `etable` in a customized way. For example, in the below regression ```r library(fixest) feols(Sepal.Length ~ Sepal.Width +...
I was trying to follow the example to connect, but it keeps failing. Here's code I ran on my machine. ```r library(sparklyr) spark_install(version = "2.0.1", hadoop_version = "2.7") library(spark.sas7bdat) mysasfile
While I was writing a parquet file from dask dataframe, I got an OSError that suggests to reduce row_group_offsets. I thought I could use `ddf.to_parquet('./path/myparquetfile.parquet', row_group_offsets = 1000000)`, but it...
I would like to express my gratitude for the exceptional work you have done on this project. Although I'm aware `adjustbox` is more flexible and has powerful features compared to...