Displaying 20 results from an estimated 700 matches similar to: "Cryptic error from stargazer"
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
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
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 ~
2020 Nov 19
2
No mostrar standad errors con Stargazer
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 los standard
errors. Este es el código:
stargazer(Model 1, Model 2,type = "html", digits = 2, title = "Model
comparison (count)",out = "Modelcomparison.htm")
¿Qué tendría que señalar en el código?
Muchas gracias
Miriam
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
>
2013 Oct 09
2
Error while running MR using rmr2
Hi,
I have trying to run a simple MR program using rmr2 in a single node Hadoop
cluster. Here is the environment for the setup
Ubuntu 12.04 (32 bit)
R (Ubuntu comes with 2.14.1, so updated to 3.0.2)
Installed the latest rmr2 and rhdfs from
here<https://github.com/RevolutionAnalytics/RHadoop/wiki/Downloads>and
the corresponding dependencies
Hadoop 1.2.1
Now I am trying to run a simple MR
2018 Feb 23
1
Bug in installing rgdal
*@*
*BLAS: /usr/lib/libblas/libblas.so.3.6.0LAPACK:
/usr/lib/lapack/liblapack.so.3.6.0locale: [1] LC_CTYPE=en_IN.UTF-8
LC_NUMERIC=C LC_TIME=en_IN.UTF-8 [4]
LC_COLLATE=en_IN.UTF-8 LC_MONETARY=en_IN.UTF-8
LC_MESSAGES=en_IN.UTF-8 [7] LC_PAPER=en_IN.UTF-8
LC_NAME=C LC_ADDRESS=C [10]
LC_TELEPHONE=C LC_MEASUREMENT=en_IN.UTF-8
2009 Jun 10
1
Unable to load package:lme4 [ Ubuntu 9.04 ]
Hi folks,
When I try to load package 'lme4' on my Linux box (64-bit Ubuntu
9.04), I get the following error:
-------------------------------------
> library(lme4)
Error in dyn.load(file, DLLpath = DLLpath, ...) :
function 'cholmod_start' not provided by package 'Matrix'
Error: package/namespace load failed for 'lme4'
------------------------------------
I
2016 Jan 15
1
Error in socketConnection(master, port = port, blocking = TRUE, open = "a+b", : cannot open the connection
Dear All
I have sucessfully created cluster of four nodes using localhost in my local machine by executing the following command
> cl<-makePSOCKcluster(c(rep("localhost",4)),outfile='',homogeneous=FALSE,port=11001)
starting worker pid=4271 on localhost:11001 at 12:12:26.164
starting worker pid=4280 on localhost:11001 at 12:12:26.309
starting worker pid=4289 on
2006 Jun 06
2
Language 'en_IN' was not recognized, defaulting to 'en_US'.
hey friends,
I am using wine 0.9.12 on centos 4.0 kernel version is
2.6.9-34.0.1.EL. Whenever I try to run any application through wine I
get the below warning and the application does not run. Langauge
settings before were Indian English but later on I changed it to
US_English but still I am getting the below error.
Warning: Language 'en_IN' was not recognized, defaulting to
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
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
2004 May 14
3
Psssst. The US is asleep - let's talk intern ationalization !!!
And let's also spell things properly! Like 'internationalisation' ...'Weasels have got into your phone system' instead of 'gotten into your phone system...'
And 'please press the hash key..' instead of 'pound key'
There should probably be en_uk, en_us, en_ca, en_za, en_nz, en_oz, en_ie and en_in etc to allow each English-speaking country to localise
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.
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
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