Displaying 1 result from an estimated 1 matches for "cpbp".
Did you mean:
cbp
2008 Oct 15
1
Error in Switch in KhmaladzeTest
...39;s an error "Error in
switch(mode(x), "NULL" = structure(NULL, class = "formula"), : invalid
formula" which I really dont know how to fix. My R version is 2.7.2. The
packages loaded are "Quantreq" and "Sparse M", the process is as follows:
>CPBP<-read.table("CPBP.txt")
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Loading required package: SparseM
Package SparseM (0.78) loaded. To cite, see citation("SparseM")
Package quantreg (4.22) lo...