Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
R1
#R version 3.3.2 file_ <- file("stdin") dat<-read.table(file_, sep = ",") dat y<-t(dat) y a<-table(y) a f<-as.data.frame(a) f[,3]<- 100*a/(sum(a)) f f[,4]<- cumsum(a) f colnames(f)<-c("значение","частота","частость","накопленная частота") f plot(a,type = "l", main = "Frequency range", xlab = "value", ylab = "frequency") d<-as.numeric(y) d v<-sort(d) v x<-unique(v) x y<-as.numeric(f[,4]) y plot(x,as.numeric(f[,4]),type="l",xlab="value",ylab="accumulated frequency", main= "Absolute frequency cumulates")
run
|
edit
|
history
|
help
0
Simple Examples in ggplot2
19-08-2020-GaussSeidelSistema-menos-calc
Grade.r
matrix
SAMPLING
jcruet_bi variate regression model
03-08-2020-Derivada-Numerica
1
Implied Volatility Surface
Paired t-test_Unequal variances [Pipeline Networks]