Displaying 1 result from an estimated 1 matches for "g_hat".
Did you mean:
b_hat
2012 Jul 19
1
npindex: fitted values of the function itself?
..., nmulti=2)
model = npindex(bws= bw3, gradients= TRUE, residuals = TRUE, boot.num = 50)
x_fit = predict(model, se.fit = TRUE)
x_fit_bi= x_fit$fit
x_fit_bi_se = x_fit$se.fit
However, I also would like to obtain an estimate of G(X?b). For example,
after estimating a probit model, it would simply be
G_hat=pnorm(x_fit)
Any help would be very much appreciated!
--
View this message in context: http://r.789695.n4.nabble.com/npindex-fitted-values-of-the-function-itself-tp4637070.html
Sent from the R help mailing list archive at Nabble.com.