Displaying 1 result from an estimated 1 matches for "data2_overrun".
Did you mean:
  data2_overruns
  
2007 May 31
0
VGAM package
Hi, R-users
Could someone help me to understand this following error. I'm using vglm 
function in VGAM package
Best regards and thank you for your ehlp
 
########
 mydata <- read.table("Data2_overruns.csv", sep =";", header  = T, 
row.names=NULL)
> attach(mydata)
> 
> y <- mydata$cat.event
> phase.vol <-mydata$phase.vol
> pilote <- mydata$pilote
> défail.méca <- mydata$défail.méca
> mauv.visib <- mydata$mauv.visibilité
> piste.cont <- myd...