Displaying 3 results from an estimated 3 matches for "esample".
Did you mean:
sample
2018 Apr 08
1
How to script the script sample into script "OR", please advice
...iable label
------------------------------------------------------------
----------------------
malaria float %48.0g malaria Participants who had diagnosed
malaria by health
professionals
_est_r1m1 byte %8.0g esample() from estimates store
r1m1p float %9.0g Pr(malaria)
r1m2p float %9.0g Predicted mean
r1m3p float %9.0g Predicted mean
_est_r1m2 byte %8.0g esample() from estimates store
r1m2use flo...
2018 Apr 08
2
Syntax roccomp-using R
...--------
> > ----------------------
> >
> > malaria float %48.0g malaria Participants who had
> diagnosed
> > malaria by health
> > professionals
> > _est_r1m1 byte %8.0g esample() from estimates
> store
> > r1m1p float %9.0g Pr(malaria)
> > r1m2p float %9.0g Predicted mean
> > r1m3p float %9.0g Predicted mean
> > _est_r1m2 byte %8.0g esamp...
2009 May 08
2
Probit cluster-robust standard errors
If I wanted to fit a logit model and account for clustering of observations, I would do something like:
library(Design)
f <- lrm(Y1 ~ X1 + X2, x=TRUE, y=TRUE, data=d)
g <- robcov(f, d$st.year)
What would I do if I wanted to do the same thing with a probit model?
?robcov says the input model must come from the Design package, but the Design package appears not to do probit?
Thanks very