Jeffrey Wong

Results 6 comments of Jeffrey Wong

Hi, wondering if you have made any progress on integrating the C library with R? These functions are still significantly faster than the ones found in https://github.com/prestodb/RPresto. I built the...

Unfortunately the dbi driver is slow, I think if this code becomes stable it will have a lot of value. Using RPresto from the prestodb/RPresto repo takes 45 seconds to...

The docs look right to me. The issue that may be confusing is the phrase "each column is a response vector". This is not the same as "each column is...

1) Yes that is a really good point. I suppose there aren't many use cases where it is useful to extract out the original fweight, pweights, and aweights. If anyone...

I think if we only supported Frequency Weights and Probability Weights this PR would be a lot easier for me. I am completely unfamiliar with Analytic Weights, and how they...

Retrospectively, by limiting the scope to only Fweights and Pweights, I think we only needed a way to define `nobs` as a function of the weight type. Even if someone...