facebookexperimental / Robyn

Robyn is an experimental, AI/ML-powered and open sourced Marketing Mix Modeling (MMM) package from Meta Marketing Science. Our mission is to democratise modeling knowledge, inspire the industry through innovation, reduce human bias in the modeling process & build a strong open source marketing science community.
https://facebookexperimental.github.io/Robyn/
MIT License
1.07k stars 323 forks source link

No function named v2t #977

Closed ritviksaras closed 1 month ago

ritviksaras commented 1 month ago

when I tried to run the code of robyn_allocator present in one of the folder in this repository. Got the below issue image Tried searching the function in other folders , but did not get the function yet that function is used in defining other functions. Please comment the code of the function v2t.

Thanks in advance

gufengzhou commented 1 month ago

the function v2t is in the package lares. you can find it in the namespace here. strange that this is not installed when you installed Robyn. Can you just do install.packages("lares"), then it should be ok