Displaying 2 results from an estimated 2 matches for "extp".
Did you mean:
ext
2006 Dec 02
1
Problem with CH.test in uroot package
Dear friends, I installed the package “uroot” then I wrote library (uroot) and I entered a series entitled extp, in spite of that the problem persite. In short,here are what I wrote and the message that I obtained:
> library(uroot)
> extp=c(1,3,10,14,12,5,8,12,13,15,9,8,7,10,9,7,3,10,3,11,12,7,4,9,8,10,20,17)
> CH.test (wts=extp, frec=c(1,1), f0=1, DetTr=FALSE, ltrunc=NULL)
Erreur dans seq.default(...
2013 Mar 14
0
Fw: showing ratio in ggplot bar plot with facets
...thought that it would work using the following code, but I don't think its doing what I need it to do:
AreaTidalEnd.df<-read.csv("./Analyses/Dispersal_Modelling/Data/AreaTidalEnd.csv", header=TRUE)
AreaTidalEnd.df$Model<-factor(as.character(AreaTidalEnd.df$Model),levels=c("extP","extL","extT"))
levels(AreaTidalEnd.df$Model)[levels(AreaTidalEnd.df$Model)=="extP"] <- "PTS"
levels(AreaTidalEnd.df$Model)[levels(AreaTidalEnd.df$Model)=="extL"] <- "LGS"
levels(AreaTidalEnd.df$Model)[levels(AreaTidalEnd.df$Mo...