Perform the Theil nonparametric estimation and confidence interval for a slope parameter.
theil(x, y, conf = 0.9)
x
: A vector of values of the explanatory variable.y
: A vector of values of the response variable.conf
: Level of confidence interval.A list with letters and numbers.
a<-0:19;b<-a^2.5 theil(a,b)
Useful links