ray-p144

Results 5 issues of ray-p144

## The problem The p-value reported by `tidy.svyglm()` does not match the confidence interval when the `ddf` argument is provided (and is different from the default denominator degrees of freedom,...

Please specify whether your issue is about: - [ ] a possible bug - [ ] a question about package functionality - [x] a suggested code or documentation change, improvement...

As of [this commit](https://github.com/topepo/caret/commit/2376e9c1f050f6890db4f404cf911396acda510c#diff-1449d2d3f2b64bdc5fbe953bc6196e11) on the `master` branch of the `caret` package, the `predict.train` function is no longer exported causing the following error to be thrown from `predict.caretList`: ```{R} Error:...

The line: ``` transactions_df[transactions_df.TX_FRAUD==1].TERMINAL_ID.iloc[0] ``` Fails if the transaction with an index of `0` within `transactions_df` is not identified as fraudulent. I also updated the code from `transactions_df.TX_FRAUD==0` to `transactions_df.TX_FRAUD==1`...

## The problem There seems to be an issue with the `step_interact()` function when attempting to create multiple interactions and two of the variable names have more than a certain...

bug