Re: [R] High concurvity/ collinearity between time and temperature in GAM predicting deaths but low ACF. Does this matter?

2022-06-05 Thread Ebert,Timothy Aaron
You are welcome to ask here. However, you should try contacting the authors of the gam package. Package authors are often extraordinarily helpful. Tim -Original Message- From: R-help On Behalf Of jade.shodan--- via R-help Sent: Sunday, June 5, 2022 3:02 PM To: r-help@r-project.org

Re: [R] bootstrap CI of the difference between 2 Cramer's V

2022-06-05 Thread Daniel Nordlund
There are a few problems with the "rewrite" of the code, both syntactically and conceptually. 1. Goodman-Kruskal gamma is for ordinal data.  You should create your "shopping" and "statut" variables as factors, ordered from lowest to highest using the levels= parameter in  the function, factor