Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in stata

How to count the number of observations in R like Stata command count

r stata

R - Keep first observation per group identified by multiple variables (Stata equivalent "bys var1 var2 : keep if _n == 1")

r stata

Break a command into several lines in do-file in Stata

command-line stata break

Logistic regression with robust clustered standard errors in R

r regression stata

Mimic tabulate command from Stata in R

r stata

Run Stata do file from Python

python stata

Searching for a straightforward way to do Stata's bysort tasks in R

r stata

Save .dta files in python

python numpy stata

Use esttab to generate summary statistics by group with columns for mean difference and significance

stata

Pairwise Correlation Table

r statistics stata spss

Convenient way to access variables label after importing Stata data with haven

r label stata r-haven

Reading Stata 14 file in R

r stata

Calling Stata Functions from R

r stata

Different Robust Standard Errors of Logit Regression in Stata and R

Heteroscedasticity robust standard errors with the PLM package

Frequency weighting in R, comparing results with Stata

r stata

Loop over string variables in R

r statistics stata

pandas equivalent of Stata's encode

python pandas stata

Extract the labels attribute from "labeled" tibble columns from a haven import from Stata

Mutate multiple columns in a dataframe

r dplyr stata