Quantcast
Browsing all 1126 articles
Browse latest View live

Re: How to successfully ask a question on Statalist

Latent Class Regression What are the Stata commands for latent Regression ( LCM) if my dependent variable is discrete with value of ( 0 or 1) ?

View Article


Re: Multilevel linear models in Stata, part 2: Longitudinal data

This is fantastic. I've been waiting for years to find something that so clearly explains all of these complicated issues with HLM and mixed models that are rarely appreciated in many of the...

View Article


Re: Export tables to Excel

Is there a way to add brackets or parenthesis when exporting standard errors via putexcel?

View Article

Re: Using Stata’s random-number generators, part 1

I know that drawnorm allows one to simulate data for a multivariate normal distribution, but can one simulate data from other multivariate probability distributions, including the uniform?

View Article

Re: Export tables to Excel

hi kevin, i am not familiar with STATA, but I have to gain some tablulated data throught remote commands. Q: how can i generate XLS from the TABSTAT command?

View Article


Re: How to successfully ask a question on Statalist

i am trying two days now to post a thread . however when i send an email a get a message saying my message was bounced. what am i doing wrong? this is what i want to sendthis is my first time using...

View Article

Re: Understanding matrices intuitively, part 1

First off, fantastic article. Thank you.So I believe there is a tiny error here, but I'm not quite sure...In the following comment"The off-diagonal elements being equal to 0 means that the variables in...

View Article

Re: Understanding matrices intuitively, part 2, eigenvalues and eigenvectors

Thank you very much! After centuries trying to understand that, finally I did! And the "eigenvectors" was really something that I couldn't understand, since in matlab we really find an "eigenpoint". On...

View Article


Re: How to successfully ask a question on Statalist

Imputing missing valuesHiI have a problem in imputing missing values in my panel dataset, all my variables except for one have missing values!The problem occurs when I used usual impute, some of the...

View Article


Re: Understanding matrices intuitively, part 2, eigenvalues and eigenvectors

Thanx a lot for this excellent explanation.... too good :D

View Article

Re: How to successfully ask a question on Statalist

how calculate a rooling window percentile of a arry of range data ? i.e. how can use the same commande "Percentile(array, k) of excel in Stata") to have a liste of percentile. the question i have a...

View Article

Re: Understanding matrices intuitively, part 1

I am not understanding the variance question. Yes, the variance of x is 1. Ergo, the variance of the mean of x in a sample of size N is 1/N. There is no contradiction. The "variance of the mean" would...

View Article

Re: Stata 13 ships June 24

I'm a big fan of Stata and recommend it to all my grad students, except for one feature: it's striking inability in import/export data files from SPSS and SAS. In this day and age, it seems crazy that...

View Article


Re: Export tables to Excel

You can use putexcel in your loop, but you will probably want to use the advanced syntax. Your do-file would look something likeputexcel set myfile.xlsx, modify sheet("mysheet")local row = 1foreach x...

View Article

Re: Export tables to Excel

I don't believe there is a command to do this in Stata, but you might try emailing tech-support@stata.com to make sure that there is not.

View Article


Re: Export tables to Excel

Yes you can. You will have to do a little programming to recreate the entire table, but you can get the numbers generated in tabstat with the save option.. tabstat mpg for, save stats | mpg...

View Article

Re: Export tables to Excel

You can use the : display extended macro function. For example,. clear. qui sysuse auto, clear. qui regress for mpg weight. local se : display "[" _se[mpg] "]". di "`se'"[.01267011]See help...

View Article


Re: Export tables to Excel

Hi Kevin,I am trying to export a correlation matrix from stata. However, the syntax gives me error "file corr.xlsx could not be saved". I would appreciate your help.Many thanks,Didem

View Article

Re: Fitting ordered probit models with endogenous covariates with...

Is it also possible to fit a model with multinomial logit outcome and binary endogenous variable ?

View Article

Re: How to successfully ask a question on Statalist

HiI have problems calculating mean of a continious variable. 'esitimated risk percentage' variable that can have a value from 1 to 100. i want to calcualte mean of values > 15 and mean of all values...

View Article
Browsing all 1126 articles
Browse latest View live