IniziaInizia gratis

Simulating sales deals

Assume that Amir usually works on 3 deals per week, and overall, he wins 30% of deals he works on. Each deal has a binary outcome: it's either lost, or won, so you can model his sales deals with a binomial distribution. In this exercise, you'll help Amir simulate a year's worth of his deals so he can better understand his performance.

Questo esercizio fa parte del corso

Introduction to Statistics in R

Visualizza il corso

Esercizio pratico interattivo

Prova questo esercizio completando il codice di esempio.

# Set random seed to 10
___

# Simulate a single deal
___
Modifica ed esegui il codice