Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
K
#R version 3.4.4 print("Hello, world!") library(MASS) painters school = painters$School school.freq = table(school) school.freq barplot(school.freq) colors = c("red", "violet", " green", "yellow") barplot(school.freq, col=colors)
run
|
edit
|
history
|
help
0
AjusteLinearizado-11-01-21
AjusteNaoLinear
Example: From 'The R Book' 2nd ed. ~ 2.3.2 Generating Factor Levels...
Correlation
stats and fats survey histograms
Interb-04-03-21
Whole program
Graph
As1-1
Predictive power of a test when False positive rate = False negative rate