Displaying 6 results from an estimated 6 matches for "camila".
Did you mean:
camilo
2007 Nov 07
2
Save as postScrips latest R version
...ersion 2.6.0 I can not save any
plot as postScript. When I try the following message
appears:
Erro: Invalid font type
Al?m disso: Warning messages:
1: font family not found in PostScript font database
2: font family not found in PostScript font database
What should I do?
Thank you in advance,
Camila
Camila Pedroso Estevam de Souza
Mestrado em Estat?stica - UNICAMP
Master's Degree Student in Statistics - State University of Campinas
2012 Jul 03
2
Help with lmer formula
...g it right. Is this the correct specification of
the formula?
model = lmer(Y ~ X + X:Y + ( X | ID), data = data)
Also, can you help me to write down the combined model formula? I tried
by substituting on the first equation, but I got some weird interactions
with the residual (?)
Thanks a lot!
- Camila
[[alternative HTML version deleted]]
2013 Jul 24
4
Error al utilizar twitteR
...as tardes a tod@s,
Estoy incursionando en el analisis de tweets utilizando el paquete twitteR
y siguiendo http://www.webmining.cl/2012/07/text-mining-de-twitter-usando-r/
Desafortunadamente cuando ejecuto
# cargar librerias
library(twitteR)
library(tm)
library(wordcloud)
# recolecta tweets de @camila_vallejo
tweets = userTimeline("camila_vallejo", 2000)
obtengo
Error in twInterfaceObj$doAPICall(cmd, params, method, ...) :
OAuth authentication is required with Twitter's API v1.1
He buscado por varias horas como resolver este problema y aun no encuentro
una solucion satisfactor...
2013 Jul 24
0
Error al utilizar twitteR
...do, pero utilizando nuestros
propios correos, lástima que estoy con otros problemas para resolver y quede
desactualizado, sin embargo por ahí leí que hay una modificación de política
por parte de twitter, muchos lectores quedaron si acceso, esto puede ser el
error en tweets = userTimeline("camila_vallejo", 2000)
Aunque utilizar a Camila Vallejo desde el punto de vista estadístico debe
dar una explosión y declive de datos muy importante, sobre todo en Chile.
En un lugar leí que era posible leer buscando referencias en diarios, ahí
también habría una explosión de información, incluso...
2013 Jul 25
1
Resumen de R-help-es, Vol 53, Envío 38
...e tweets utilizando el paquete twitteR
> y siguiendo
> http://www.webmining.cl/2012/07/text-mining-de-twitter-usando-r/
>
>
> Desafortunadamente cuando ejecuto
>
> # cargar librerias
> library(twitteR)
> library(tm)
> library(wordcloud)
>
> # recolecta tweets de @camila_vallejo
> tweets = userTimeline("camila_vallejo", 2000)
>
> obtengo
>
> Error in twInterfaceObj$doAPICall(cmd, params, method, ...) :
> OAuth authentication is required with Twitter's API v1.1
>
> He buscado por varias horas como resolver este problema y aun...
2012 Sep 26
2
Retrieve regression summary results after rq
Hi all,
I am using quantile regression with svy design. I want to retrieve
summary regression statistics (std error, p-value), since I don't have
any in my output:
Commands:
clus1_d<- svydesign(id=~cd002_co, weights=~wtper, strata=~str, data=data)
bclus1<-as.svrepdesign(clus1_d,type="bootstrap",replicates=100)
fit1<-