Hi I have installed rqpd on r 2.15.1 win 7 os. after loading rqpd package i get following output
Loading required package: quantreg Loading required package: SparseM Attaching package: âSparseMâ The following object(s) are masked from âpackage:baseâ:   backsolve Loading required package: MatrixModels Loading required package: Matrix Loading required package: lattice Attaching package: âMatrixâ The following object(s) are masked from âpackage:SparseMâ:   det Loading required package: Formula Warning messages: 1: package âquantregâ was built under R version 2.15.3 2: package âSparseMâ was built under R version 2.15.3 3: package âMatrixModelsâ was built under R version 2.15.3 4: package âlatticeâ was built under R version 2.15.3 5: package âFormulaâ was built under R version 2.15.3 6: In rm(.First.lib, envir = myEnv) : object '.First.lib' not found whcih i fix by running following command > as.environment(match("package:rqpd", search())) <environment: package:rqpd> attr(,"name") [1] "package:rqpd" attr(,"path") [1] "C:/Users/fossil/Documents/R/win-library/2.15/rqpd" tried running example file > data(bwd) > cre.form <- dbirwt ~ smoke + dmage + agesq + novisit + pretri2 + pretri3 | > momid3 | smoke + dmage + agesq > crem.fit <- rqpd(cre.form, panel(method="cre"), data=bwd) i get following error Error in validObject(.Object) :  invalid class âdsparseModelMatrixâ object: superclass "mMatrix" not defined in the environment of the object's class do i need to install 2.15.3? how can i solve this problem? please help thanks in advance vishal [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.