tsimonato

Results 6 comments of tsimonato

Hi Friend, Can you give an example using this feature? I'm trying to make it work using your branch but I can't. Thanks

Sure. Code: data(iris) RStata::stata("sum Species", data.in = iris, returns.out=T) Outcome: . sum Species Variable | Obs Mean Std. Dev. Min Max -------------+-------------------------------------------------------- Species | 150 2 .8192319 1 3 Erro:...

data.out=T is working. My stata is version 13. Do you think I need to upgrade to work?

I tried on stata 15, but there was another error: Code: data (iris) names (iris) | z | [95% Conf. Break] ------------- + ------------------------------------ ---------------------------- / c1 | -.5806667 .0478514...

There is still no update if I try to install from your git. But there is no hurry, I try again in the future. Thanks for the support.

Hi Friend. No problem, I am also learning these tools. It's working now. I just couldn't find the p-value in the output list. Is it possible to extract this information...