Displaying 1 result from an estimated 1 matches for "data2predict".
2004 Jul 15
1
areg.boot use of inverseTrans and ytype
...nput values , how do I transform the result back into the original response scale?
(in the documentation:
A 'predict' method computes predicted
values on the original or transformed response scale, or a matrix
of transformed predictors)
so I tried
y.predicted<-predict(f,data2predict, type='inverse') #result is in transformed scale
y.predicted<-predict(f,data2predict, type='fitted',scale="original")....without success
(I did not find the documentation for the predict method of areg.boot)
as the inverse transformation of response obtained by...