Bullshit predictions 2025 using {explore}

Tired of reading 2025 predictions based on starsigns? Make your own!

library(explore)

set.seed(10)   # change as you like!

create_data_empty(obs = 300) |> 
  add_var_random_cat("type", c("Work", "Love", "Health")) |> 
  add_var_random_01("success", prob = c(0.3, 0.7)) |> 
  add_var_random_starsign("starsign") |> 
  explore(starsign, success, target = type, 
          title = "Horoscope 2025")    

horoscope-2025

Not satisfied with this prediction! Simply change the set.seed in the code and re-run!

You think (bullshit) predictions must be more complex? {explore} helps you to too!

library(explore)
create_data_esoteric() |>
  explore() 

horoscope-2025-tree

Wanna try {explore}?

Written on December 29, 2024