similar to: Resumen de R-help-es, Vol 57, Envío 13

Displaying 20 results from an estimated 500 matches similar to: "Resumen de R-help-es, Vol 57, Envío 13"

2013 Nov 13
2
determinacion del tamaño de la muestra
Si antes de hacerlo tú mismo decides mirar otras opciones, además de las que te han dicho: survey <http://cran.at.r-project.org/web/packages/survey/index.html>analysis of complex survey samples sampling <http://cran.at.r-project.org/web/packages/sampling/index.html>Survey Samplingsamplingbook<http://cran.at.r-project.org/web/packages/samplingbook/index.html>Survey Sampling
2013 Nov 13
0
determinacion del tamaño de la muestra
Gracias Javier, algunos habia visto Creo q lo hare a mano nomas Saludos El 13 de noviembre de 2013 10:29, Javier Villacampa González < javier.villacampa.gonzalez@gmail.com> escribió: > Yo no conozco ningún paquete para hacer esto aunque probablemente exista. > De todas maneras las cuentas de este tipo de calculos no suelen ser > complicadas. Personalmente le recomendaría pasarse
2013 Nov 13
2
determinacion del tamaño de la muestra
Yo no conozco ningún paquete para hacer esto aunque probablemente exista. De todas maneras las cuentas de este tipo de calculos no suelen ser complicadas. Personalmente le recomendaría pasarse por una biblioteca y adquirir el siguiente libro donde explica con todo lujo de detalles, en castellano y simpliciddad como hacer estos calculos
2012 Mar 11
1
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * EffectStars (1.0) Maintainer: Unknown Author(s): Gunther Schauberger License: GPL-2 http://crantastic.org/packages/EffectStars The package provides functions to visualize regression models with categorical response. The effects of the covariates are plotted with star plots in order to allow for an optical
2008 Jul 16
1
Checking package vignettes: WARNING
Hi, I want to have a "vignette" in one of my R packages. Hence, I added an Sweave file into the /inst/doc subdirectory of this package. Unfortunately, 'R CMD check' gives a warning: ========================================== [...] * checking tests ... OK * checking package vignettes in 'inst/doc' ... WARNING --- f?hre texi2dvi auf Vignetten aus * creating
2008 Mar 07
0
Packages micEcon, sampleSelection, and maxLik
Dear R Users: We have splitted up the micEcon package into three packages: a) Package "maxLik" provides tools for maximum likelihood estimations (see http://www.maxLik.org). b) Package "sampleSelection" provides tools for estimating Heckman-type sample selection/generalized tobit models (see http://www.sampleSelection.org). c) Package "micEcon" contains the
2008 Mar 07
0
Packages micEcon, sampleSelection, and maxLik
Dear R Users: We have splitted up the micEcon package into three packages: a) Package "maxLik" provides tools for maximum likelihood estimations (see http://www.maxLik.org). b) Package "sampleSelection" provides tools for estimating Heckman-type sample selection/generalized tobit models (see http://www.sampleSelection.org). c) Package "micEcon" contains the
2013 Jul 19
0
Resumen de R-help-es, Vol 53, Envío 26
Gracias a todos, finalmente instalando primero el libxml2-dev y luego el dplR, funciono ----- Mensaje original ----- De: r-help-es-request en r-project.org Para: r-help-es en r-project.org Enviados: Miércoles, 17 de Julio 2013 12:59:47 Asunto: Resumen de R-help-es, Vol 53, Envío 26 Envíe los mensajes para la lista R-help-es a r-help-es en r-project.org Para subscribirse o anular su
2013 Nov 13
3
Modelos Log Lineales
Estimados, Existe algún package especifico para modelos lob lineales en R? Idealmente algo que funcione como el programa LEM. Muchas gracias por su ayuda, Saludos -- Pablo Reyes [[alternative HTML version deleted]]
2014 Sep 01
3
help: shiny leer ficheros desde google drive
Hola, no suelo usar dropbox para dejar ficheros de datos pero no he tenido ningún problema para descargar un dataset (respondiendo a una consulta en un foro linkedin). Por ejemplo: file_url = "https://www.dropbox.com/s/1j0pdi02asc3g20/BigDataE1.csv?dl=1" kk <- read.table(file_url, header = TRUE, sep = ';', quote = "\\")
2013 Jul 18
0
copiar directorio en r
Hola Javier. Creo que la sintaxis correcta cuando haces llamadas a comandos internos del sistema es: system(paste(Sys.getenv("COMSPEC"),"/c","dir")) Un Saludo, Miguel. De: Javier Villacampa González [mailto:javier.villacampa.gonzalez@gmail.com] Enviado el: miércoles, 17 de julio de 2013 14:25 Para: Rodríguez Muíños, Miguel Ángel CC: R ayuda Asunto: Re: [R-es]
2013 Jul 19
1
copiar directorio en r
Muchas gracias Miguel. Os pongo mi solución por si alguien necesita llamar a distintos tipos de sistema. setwd("C:/Users/usuario/Desktop/Pruebas/") x <- sessionInfo() sistema <- substr(x$R.version$system,1, 3 ) origen <- "Carp" destino <- "Carp235" switch(sistema, x86 = system(paste(Sys.getenv("COMSPEC"),"/c
2009 Jul 12
2
Heckman Selection MOdel Help in R
Hi Saurav! On Sun, Jul 12, 2009 at 6:06 PM, Pathak, Saurav<s.pathak08 at imperial.ac.uk> wrote: > I am new to R, I have to do a 2 step Heckman model, my selection equation is > below which I was successful in running but I am unable to proceed further, > > > > I have so far used the following command > > glm(formula = s ~ age + gender + gemedu + gemhinc + es_gdppc +
2010 Jan 03
1
Interpreting coefficient in selection and outcome Heckman models in sampleSelection
Hi there Within sampleSelection, I'm trying to calculate the marginal effects for variables that are present in both the selection and outcome models. For example, age might have a positive effect on probability of selection, but then a negative effect on the outcome variable. i.e. Model<-selection(participation~age, frequency~age, ...) Documentation elsewhere describes one method for
2011 Feb 24
0
clog-log based heckit?
Dear R Help, I'm using the sampleSelection library to run a heckman model. The default is to use a probit model for the selection equation. I would like to know if it is possible to use a clog-log for the selection equation either with the sampleSelection library or in a different way. Is this possible? I'd appreciate any advice! -- Dan McDowell [[alternative HTML version deleted]]
2016 Oct 27
2
Encontrar la primera columna no NA
Otra solución algo más rapida: > t <- Sys.time() > dat[,jugador:=1:.N] > dat2=melt(dat,id.vars="jugador") > setkey(dat2,jugador) > dat2[,index:=min(which(!is.na(value))),by=jugador] > dat2[,.(First_month=variable[index[1]],Value_First_month=value[index[1]]),by=jugador] jugador First_month Value_First_month 1: 1 Uno 0.93520715 2:
2015 Jun 08
2
help awk y shells en R
Al final resulto más fácil de lo esperado. Hay que instalar cywin y utilizar los comandos de la siguiente manera system('C:/cygwin/bin/wc -l var_risco_2012.csv') Esto en principio funciona El 8 de junio de 2015, 17:41, Carlos Ortega <cof en qualityexcellence.es> escribió: > Hola, > > Mira esto: > >
2013 Sep 13
0
Problema con el tamaño de las letras en R en gráficos multiples
Estimando Javier Villacampa González Yo guardo las gráficas en un archivo, no las copio. Javier Marcuzzi -----Original Message----- From: Javier Villacampa González Sent: Friday, September 13, 2013 12:43 PM To: R ayuda Subject: [R-es] Problema con el tamaño de las letras en R en gráficos multiples Hola buenas, Actualmente me hayo haciendo unas gráficas que han de tener un tamaño de letra
2011 Nov 25
1
Unable to reproduce Stata Heckman sample selection estimates
Hello, I am working on reproducing someone's analysis which was done in Stata. The analysis is estimation of a standard Heckman sample selection model (Tobit-2), for which I am using the sampleSelection package and the selection() function. I have a few problems with the estimation: 1) The reported standard error for all estimates is Inf ... vcov(selectionObject) yields Inf in every
2011 Jul 11
1
Robust vce for heckman estimators
When using function heckit() from package ‘sampleSelection’, is there anyway to make t-tests for the coefficients using robust covariance matrix estimator? By “robust” I mean something like if a had an object ‘lm’ called “reg” and then used: > coeftest(reg, vcov = vcovHC(reg)). I’m asking this because in Stata we could use function heckman and then use vce option “robust”. We could do the