Replies: 1 comment
-
Not out of the box. I think R stores the model as an R list, and pyreadr cannot read R list. You would need to extract the individual elements to dataframes, matrices or vectors, which are the objects that pyreadr support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to read a model adjusted in R and saved in
.rds
using this package?Beta Was this translation helpful? Give feedback.
All reactions