You are on page 1of 1

datos=read.table("FLORERIAEJ.

txt",header=T)
head(datos)
attach(datos)
hist(FLORERIA, main="Histograma", xlab= "fallas/hora")
library(MASS)
library(survival)
library(fitdistrplus)

ajuste<-fitdist(FLORERIA, "norm")
ajuste$estimate
plot(ajuste)

prueba<-gofstat(ajuste)

prueba$chisqpvalue
prueba$kstest

You might also like