Displaying 1 result from an estimated 1 matches for "origscale".
Did you mean:
originale
2004 Jul 15
1
areg.boot use of inverseTrans and ytype
...I want to do seems very simple, but I do not get the result I want:
plot the predicted values in the original scale. (I did not understand the documentation, sorry!)
for instance the following code
f<-areg.boot(Pe[here]~monotone(t[here])+monotone(v[here])+I(Pa[here]-Pm[here])+......,B=100)
f.origScale<-Function(f,ytype="inverse") # works up to here OK, back to original Pe scale
Now if use predict() to make prediction for given input values , how do I transform the result back into the original response scale?
(in the documentation:
A 'predict'...