Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
R Distribution Results
#R version 3.3.2 print("Hello,Here are the Calculations using binomial distribution!") dbinom(4, size=8, prob=0.3)+ dbinom(4, size=4, prob=0.9)+ dbinom(3, size=5, prob=0.7)+ dbinom(4, size=8, prob=0.3) print("Hello this is with pbinom function to calculte cumulative values") pbinom(8, size=12, prob=0.1)
run
|
edit
|
history
|
help
0
31-08-2020-Exemplo Ajuste
practical ml
Paired t-test [ Zinc Concentration]
Random Forest Example
Numbers game from British game show Countdown
List of libraries in R
Visualization Test Exercise 6 ggplot
Sentiment Analysis - using input field
Basic Programming
14-09-2020GRamLD