Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
BasicPlot
#Jahid Hasan library(datasets) head(iris) #plot(iris$Species) # Categorical variable #plot(iris$Petal.Length) # Quantitative variable #plot(iris$Species,iris$Petal.Width) # categirical x quantitative #plot(iris$Petal.Length,iris$Petal.Width) # quant pair # plot(iris) # plot with options plot(iris$Petal.Length,iris$Petal.Width, col = "#cc0000", # Hex code for datalab.cc red pch = 19, # Use solid circle for points main = "Iris: Petal Length vs. Petal Width", xlab = "Petal Length", ylab = "Petal Width") # Plot formulas with plot() plot(cos, 0, 2*pi) plot(exp, 1,5) plot(dnorm, -3,+3)
run
|
edit
|
history
|
help
0
Mann Whitney wilcoxon test
Kruskal Wallis test
Demonstration of table()
Análise de variância ANOVA para experimento em DIC - Exemplo 01
ex1
Ggplot
Graph
K
stats and fats survey histograms
14-09-2020QRajustelinear