vtable icon indicating copy to clipboard operation
vtable copied to clipboard

sumtable() in R gives irreproducible error

Open JonatHorowitz opened this issue 2 years ago • 2 comments

I am sorry if this isn't the right place to ask this question, but I've been getting a very strange error message with factor.numeric that my colleague is not getting. I'm not sure if this is a bug or if I just don't understand how to use sumtable properly.

https://stackoverflow.com/questions/77310342/sumtable-in-r-gives-irreproducible-error

Thanks so much for the great package--it's fantastic.

JonatHorowitz avatar Oct 17 '23 16:10 JonatHorowitz

Hmm, this appears to be something odd (a change?) in the way that tibbles respond to a certain variable-selection syntax. For now the problem can be resolved by using as.data.frame(WVS2), but I will fix this.

NickCH-K avatar Oct 17 '23 18:10 NickCH-K

Thank you for your prompt response!

JonatHorowitz avatar Oct 17 '23 18:10 JonatHorowitz