Displaying 20 results from an estimated 800 matches similar to: "No mostrar standad errors con Stargazer"
2020 Nov 19
1
No mostrar standad errors con Stargazer
Hola Carlos,
Sí, pero veo que es para incluir "robust standard errors" pero no consigo
el código para que no incluya ninguno.
Gracias!
El Jue, 19 de Noviembre de 2020, 20:44, Carlos Ortega escribió:
> Hola Miriam,
>
> ¿Has visto el punto "2.2 Including Custom Standard Errors" de la viñeta
> del
> paquete?.
>
> Gracias,
> Carlos Ortega
>
2020 Nov 19
0
No mostrar standad errors con Stargazer
Hola Miriam,
¿Has visto el punto "2.2 Including Custom Standard Errors" de la viñeta del
paquete?.
Gracias,
Carlos Ortega
www.qualityexcellence.es
El jue, 19 nov 2020 a las 14:05, <miriam.alzate en unavarra.es> escribió:
> Buenas tardes,
>
> Quiero representar los resultados de una regresión con la librería
> Stargazer pero no se cómo hacer para que no me reporte
2023 Jun 08
1
Cryptic error from stargazer
On Thu, 08 Jun 2023, Ashim Kapoor writes:
> Dear All,
>
> I had done an automatic upgrade of my Debian 10 system which had also
> upgraded R.
>
> I reinstalled the stargazer package and the error went away.
>
> Query : Do I need to reinstall all packages with each upgrade of R ?
>
> Best,
> Ashim
Your session info says "stargazer 5.2.2". What version
2023 Jun 08
1
Cryptic error from stargazer
Dear All,
I had done an automatic upgrade of my Debian 10 system which had also
upgraded R.
I reinstalled the stargazer package and the error went away.
Query : Do I need to reinstall all packages with each upgrade of R ?
Best,
Ashim
On Thu, Jun 8, 2023 at 11:11?AM Ashim Kapoor <ashimkapoor at gmail.com> wrote:
>
> Dear All,
>
> Here is my reproducible example:
>
>
2023 Jun 08
1
Cryptic error from stargazer
Dear All,
Here is my reproducible example:
> library(stargazer)
Please cite as:
Hlavac, Marek (2018). stargazer: Well-Formatted Regression and
Summary Statistics Tables.
R package version 5.2.2. https://CRAN.R-project.org/package=stargazer
> x1=1:1000 ; y = 2 * x1+ rnorm(1000)
> stargazer(lm(y~x1))
Error in (.format.s.statistics.list != "p25") &&
2015 Nov 16
2
stargazer
Estimados
Cuando quiero hacer una tabla con el paquete stargazer, esto es lo que me
sale, probablemente tengo que instalar algun programa
sessionInfo()
R version 3.2.2 (2015-08-14)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 8 x64 (build 9200)
locale:
[1] LC_COLLATE=Spanish_Spain.1252 LC_CTYPE=Spanish_Spain.1252
[3] LC_MONETARY=Spanish_Spain.1252 LC_NUMERIC=C
[5]
2015 Nov 25
2
stargazer
Estimados
Instale MiKTeX 2,9 y Texmaker y se mantiene el problema. Apreciaría la
ayuda de los conocedores
Saludos
Cuando quiero hacer una tabla con el paquete stargazer, esto es lo que sale
stargazer(attitude)
% Table created by stargazer v.5.2 by Marek Hlavac, Harvard University.
E-mail: hlavac at fas.harvard.edu
% Date and time: lu., nov. 16, 2015 - 10:55:58 \begin{table}[!htbp]
2013 Jan 20
0
multinom and stargazer
I am trying to create a LaTex table based on a multinom (nnet) object using
the stargazer command.
I have created a small data frame to demonstration the problem:
data <- data.frame(age=1:21, hight=20:40,
ed=c(1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3))
data$ed <- as.factor(data$ed)
I then make a multinomial model using the command multinom from the nnet
package:
model <- multinom(ed ~
2003 Sep 02
2
Too Many Open Files problem...
I have a problem on the two heaviest-used Samba servers in my company. They
both are exhibiting the same problem, just in different ways.
Stargazer is my "Main" File and LDAP directory server - it functions as the
"PDC" for my network. It's running Red Hat Enterprise Linux "ES" 2.1, a
recompiled custom Red Hat "ES" version of Samba 2.2.7 (to add LDAP
2017 Jun 07
2
Tablas en R
Hola doblett.
No sé si te lo han comentado ya, pero yo le echaría un ojo al paquete
ReporteRs.
Un saludo,
Miguel.
El 06/06/2017 a las 16:00, doblett escribió:
> Muchas gracias a todos por las sugerencias y por la rápida respuesta.
> Mi impresión es que no tenemos una solución cómoda para este tema y al
> menos en mi día a día es muy útil.
>
> - Tables, funciona muy bien
2017 Nov 28
5
Búsqueda de palabras en una variable de R
Buenas,
Tengo un vector de 40 palabras (marca) y necesito saber si en una de las
variables del data.frame (datos) se incluye alguna de esas 40 palabras. Si
se incluye alguna de ellas, me gustaría crear una variable dummy siendo 1
que incluye alguna palabra y 0 que no incluye.
¿Qué paquete me recomendáis? ¿Cuál sería el comando a ejecutar?
Gracias!
2013 Jul 15
2
tablas de R a latex
Hola:
El 15/07/13 09:41, José Luis Cañadas Reche escribió:
> Hola. Yo suelo utilizar knitr, con sweave creo qeu había que utilizar
> print(objeto xtable)
>
> De esta forma, utilizando xtable
>
>
> library(xtable)
> tabla.xtable <- xtable ( tutabla)
> print(tabla.xtable)
No es necesario utilizar print, con xtable(tutabla) basta.
Las excepciones son cuando hay que
2017 Jun 06
3
Tablas en R
Hola doblett
Creo qeu el paquete stargazer te puede ayudar:
https://cran.r-project.org/web/packages/stargazer/index.html
http://jakeruss.com/cheatsheets/stargazer.html
Un saludo.
El 6 de junio de 2017, 15:17, Álvaro Hernández <alvarohv en um.es> escribió:
> Hola, doblett:
>
> Yo utilizo normalmente el paquete 'tables' que tiene una documentación
> bastante buena.
2011 Jun 15
3
Column of numbers added to dataframe when saving with read.csv
I have a dataframe object having the following structure
FinalOutput[1:3,]
GasDays 2011-03-31 2010-09-30 2010-10-31 2010-11-30 2010-12-31
2011-01-31 2011-02-28
1 2006-10-01 217303553 221205033 222824639 217016511 216093460
216477468 216834021
2 2006-10-02 231158527 234565250 236004109 231467851 230100639
230079907 230734064
3 2006-10-03 282062314 285427832 286372163
2017 Jun 07
2
Tablas en R
Buenas noches a todos,
Muchísimas gracias por la ayuda y por las recomendaciones. Sobre los
paquetes "ReporteRs" y "tangram" nunca había oído nada sobre ellos pero lo
que he mirado por encima tiene muy buena pinta. Me ponga manos a la obra.
Saludos.
El 7 de junio de 2017, 9:54, Carlos Ortega <cof en qualityexcellence.es>
escribió:
> Hola,
>
> Hace poco vi
2015 Feb 21
6
[Bug 89273] New: [NVA8] nouveau screen corruption and X lockup when reclocking
https://bugs.freedesktop.org/show_bug.cgi?id=89273
Bug ID: 89273
Summary: [NVA8] nouveau screen corruption and X lockup when
reclocking
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2007 Apr 19
1
Cell phone that can be connected to standad phone switch network
Are there any cell phone (gadgets) that can be connected to standard
switch phone network? (ability to check email would be a plus).
Digium adapter S101i can be connected to any network and it allow a
standard phone to act as your local extension over the Internet (by
registering to asterisk), it works "almost" perfectly.
So it would be handy to have a cellular phone that can be
2013 Oct 12
1
export glht to LaTeX
Hi,
I want to export the result of glht in R into a LaTeX table, such as that result:
Linear Hypotheses:
Estimate Std. Error z value Pr(>|z|)
Group1 - Group2 == 0 -0.14007 0.01589 -8.813 <0.001 "***"
Group1 - Group3 == 0 -0.09396 0.01575 -5.965 <0.001 ***
---
Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05
2005 Jun 08
1
TDM400P strangeness
Hi List,
I have a test asterisk box with a TDM400P with 4 FXO modules plugged in.
Yesterday I could use the box without any issues - no problems.
This morning, the sound on the box was absolutely horrible. After some
fiddling about, I have rebooted the box, and now asterisk refuses to start!
Here's the message I get:
Jun 9 10:45:53 WARNING[3297]: chan_zap.c:769 zt_open: Unable to
2003 Sep 16
4
Samba + LDAP + Password Expiry = Almost working...
I've got a Samba 2.2.7a domain with an LDAP backend. It's been working for
nearly 3 months now without much bother.
By the way: Great work and thanks for all of the effort!
I have been missing one minor thing from the setup since I moved away from
NT 4: Password Expiration. In the past I have posted questions about this
on the list and I've gotten two answers: "Wait for