Displaying 2 results from an estimated 2 matches for "rqprocess".
Did you mean:
reprocess
2006 Jul 08
1
KhmaladzeTest
...fit1)
> summary(fit1, se = "nid")
Call: rq(formula = yyy ~ lll, tau = 0.5, data = Datos)
tau: [1] 0.5
Coefficients:
Value Std. Error t value Pr(>|t|)
(Intercept) 4.24961 1.05525 4.02710 0.00046
lll -0.92941 0.22934 -4.05246 0.00043
> fit <- rqProcess( y.net ~ lgdp2 + fse2 + gedy2 + Iy2 + gcony2,
+ data = barro, taus = seq(.1,.9,by = .05))
Erro en inherits(x, "data.frame") : objeto "barro" no encontrado
> fit <- rqProcess(yyy ~ lll, data = Datos, taus = seq(.1,.9, by =
.05))
taus: 0.1 Erro en summary....
2008 Oct 15
1
Error in Switch in KhmaladzeTest
...t.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) loaded. To cite, see citation("quantreg")
> fit<-rqProcess(Logloss~AS+AM+CB+CF+RB+RBR,data=CPBP,taus=-1)
> KhmaladzeTest(fit,nullH="location")
Error in switch(mode(x), "NULL" = structure(NULL, class = "formula"), :
invalid formula
I would greatly appreciate if you can help me out, thank you very much!!!!
(See attach...