You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extending @formula syntax is difficult to understand.
I read the examples of ploy in the official documentation, but I feel that the comments are not detailed enough, and I still don't quite understand.
For example, why define StatsModels.apply_schema, and after defining it, how is it called in f = apply_schema(f, schema(data)) ? Can you give a detailed and clear procedure?
The text was updated successfully, but these errors were encountered:
Extending @formula syntax is difficult to understand.
I read the examples of
ploy
in the official documentation, but I feel that the comments are not detailed enough, and I still don't quite understand.For example, why define
StatsModels.apply_schema
, and after defining it, how is it called inf = apply_schema(f, schema(data))
? Can you give a detailed and clear procedure?The text was updated successfully, but these errors were encountered: