Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
5 # SUMMARY PART A
Sign test
calc
In Class Project2
Solver Function
Estatística básica cálculo de medidas de posição e de dispersão2
31-08-2020-Exemplo AjusteNaoL
Efeito-Runge-18-03-2021
Mietflächen clustern für flächenbasierte Prognosen
Simple Plot
Please log in to post a comment.