swirl icon indicating copy to clipboard operation
swirl copied to clipboard

Simulation: T is not recognised as TRUE by swirl

Open DzmitryGB opened this issue 4 years ago • 0 comments

Entered command wasn't recognised as correct due to T shorthand: flips <- sample(c(0,1), 100, replace = T, prob = c(0.3, 0.7))

After changing to fully spelled TRUE, the comand was accepted as correct.

image

DzmitryGB avatar Oct 31 '20 19:10 DzmitryGB