i am doing a Quantile regression project. i have the R codes. i needed to install rqpd package for that. I find this code for installing the package :
install.packages("rqpd", repos="http://R-Forge.R-project.org")
it installed but after that when I want to load the package it gives me this error :
Error in library(rqpd) : there is no package called ‘rqpd’
Should i load that after installing like other R packages? Could you please help me ? Thank you in advance