Displaying 2 results from an estimated 2 matches for "intragroup".
Did you mean:
mantragroup
2012 Oct 04
3
"Explore" SPSS function in R
Hi everyone,
Does anybody knows if there is an equivalent R function that gives the same
outcome as in "Explore" function in SPSS ?
(Analize->Descriptive Statistics->Explore)
It does a categorical vs quantitative variables analysis. ( But not linear
regression)
I need to compare intragroup (categorical variable with 4 values) means and
confidence intervals of a quantitative variable.
Just like "Explore" function does.
Thanks a lot
--
View this message in context: http://r.789695.n4.nabble.com/Explore-SPSS-function-in-R-tp4645013.html
Sent from the R help mailing list a...
2006 Feb 17
1
Heckman regression / adjustment for standard errors?
Hello folks,
I am trying to estimate the two-step Heckman regression model. I would like to make an adjustment for intragroup correlations. Stata can implement this with the "cluster" option, but I am really hoping to stick with R. It seems that the micEcon package is the primary source for this two-step regression model (i.e., heckit), but I can't find a way to make the adjustment. Am I overlooking somet...