Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting the response curves of the Robyn Allocator Output #1136

Open
apoorvabc opened this issue Nov 13, 2024 · 0 comments
Open

Plotting the response curves of the Robyn Allocator Output #1136

apoorvabc opened this issue Nov 13, 2024 · 0 comments

Comments

@apoorvabc
Copy link

apoorvabc commented Nov 13, 2024

Hello Team,

I am tying to plot the response curves for the allocation period and using the piece of code below. I am assuming this will be for the entire duration of the allocation period and not just per week as shown in the image below. What is the best way to capture the initial and bounded values shown on the plot? Also, is there a way I can extract these values separately to plot two different graphs?

    scurve <- list()
    scurve[["data"]] <- AllocatorCollect$plots$p3$data
    plot_data <- scurve[["data"]][, c("channel", "spend", "total_response")]

3_531_2_reallocated_best_roas (5)

@apoorvabc apoorvabc changed the title Response curves on the Robyn Allocator Output Plotting the response curves on the Robyn Allocator Output Nov 13, 2024
@apoorvabc apoorvabc changed the title Plotting the response curves on the Robyn Allocator Output Plotting the response curves of the Robyn Allocator Output Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant