Why when I run this code below the RSTUDIO never stop running.? However it gives me result but never end

getwd()
library(rriskDistributions)
library(readxl)
CHORRILLO <- read_excel("C:/Users/malvi/OneDrive/Escritorio/PRUEBAS Y EXCELL_DATOS/CHORRILLO.xlsx",
sheet = "CHOR62", skip = 2)
View(CHORRILLO)

TEST3 <- select(CHORRILLO,TRASLADO)
TEST3 <- na.omit(TEST3)
View(TEST3)

TEST3 <- as.numeric(unlist(TEST3))

res3<-fit.cont(TEST3)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.