Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

28 results for “from:Juan Ceccarelli Arias”

Importint stata file and using value labels
Juan Ceccarelli Arias · Aug 25, 2016 · r-help

> str(sex) Factor w/ 2 levels "Hombre","Mujer": 1 2 2 1 2 2 1 1 1 1 ... On Thu, Aug 25, 2016 at 1:42 PM, <ruipbarradas at sapo.pt> wrote: > Maybe sex is a factor and Man its...

Loop over folder files
Juan Ceccarelli Arias · Aug 23, 2016 · r-help

Im running this but the code doesn't seem work. It just hangs out but doesn't show any error. for (i in 1:length(fuente)){ xxx=read_dta(fuente[i]) table(xxx$cise, xxx$sexo) rm(xxx) } On Tue...

Importint stata file and using value labels
Juan Ceccarelli Arias · Aug 25, 2016 · r-help

Mmm...The other option working with R for importing the dta file but obtaining the values and deleting or ignoring the value labels. I think some time ago i did that, but now i can't remember it. On Thu...

Loop over folder files
Juan Ceccarelli Arias · Aug 24, 2016 · r-help

Ok. Please, declare this issue as solved. And thanks again for your help. On Wed, Aug 24, 2016 at 2:18 PM, <ruipbarradas at sapo.pt> wrote: > Maybe it's better to open a new thread. > > Rui Barradas > > > Citando Juan...

Importint stata file and using value labels
Juan Ceccarelli Arias · Aug 26, 2016 · r-help

Yep. Im a bit stalled. I can't find the option to import only the values and drop the value labels from the dta file. Im quite sure R can do that. Then i'd only used the values and...

Loop over rda list files and using the attach function
Juan Ceccarelli Arias · Aug 31, 2016 · r-help

Hi I want to comment something. When i added the detach(get(yyz)) the RAM consumption was considerable reduced. So, i want to declare this issue as solved and thank you all for your assistance. Good luck to all. On...

Loop over folder files
Juan Ceccarelli Arias · Aug 24, 2016 · r-help

The error wasn't in the loop. It was in the file list. It's running now because i added full.names option to TRUE fuente=list.files("C:/Users/Jceccarelli/Bases/Stata", pattern="dta$", full.names=T) Now R...

Loop over folder files
Juan Ceccarelli Arias · Aug 24, 2016 · r-help

I just doesn't work... Im loading the read,dta13 package already. When i try to perform a simple table(sex), i received the "File not found" message. However, if i load the data using the file.choose() option inside...

Can't find what you're looking for? Try searching with Google .