Displaying 20 results from an estimated 100 matches similar to: "new stuff"
2018 Sep 07
2
Construir matriz de distancias
¡Buenas, listeros!
Supongo que lo que planteo es muy básico, pero estoy trabado y no lo veo.
Tengo una función que da la distancia lingüística ALINE, alineR::aline(),
pero que no genera matrices.
Tengo que hacer matrices de distancias ALINE de unos datos tipo esto:
A cansado
B cansadísimo
C cansau
D reventado
E reventao
F NA
G canso
alineR::aline("cansado", "cansado")
# 0
2018 Sep 07
2
Construir matriz de distancias
Me encantaría saber pensar así de una.
Creo que entiendo bien lo que me decís, pero no lo puedo poner en marcha en
mi computadora, por algo que no sé qué será.
Cuando llego a:
> cosa<-aline(w1=x,w2=y)
En RStudio me dice que R sufrió algo. Probé directamente desde la consola
linux y también:
> cosa<-aline(w1=x,w2=y)
*** stack smashing detected ***: /usr/lib/R/bin/exec/R terminated
2010 Dec 07
2
Can't Get a game to run
Hey everyone,
I am pretty new at this,
I will be able to follow instructions though, just please don't leave out any steps. I am also using Ubuntu 10.04
On to the problem,
I am attempting to run a game called Darkeden,
The game installs fine using Wine, and everything looks good.
When trying to run the game, I get a message saying
"This application requires a Java Runtime Environment
2008 Jul 20
3
enumerate subsets
An embedded and charset-unspecified text was scrubbed...
Name: n?o dispon?vel
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080720/dfc92af2/attachment.pl>
2008 Jan 28
2
sub-plot in a plot
From: lamac_k em hotmail.comTo: r-help-request em r-project.orgSubject: sub-plot in a plotDate: Mon, 28 Jan 2008 15:43:40 +0000
Dear all, how can I do these sub-plots in a plot (see file attached) in R. Best regards.
Receba GR?TIS as mensagens do Messenger no seu celular quando voc? estiver offline. Conhe?a o MSN Mobile! Crie j? o seu!
2010 May 26
1
Is possible a mini-plot into a big plot with Lattice?
Hello,
I want to do with Lattice functions (qqmath, histogram) a figure like this below.
n <- 1000
x <- rnorm(n)
qqnorm(x); qqline(x)
op <- par(fig=c(.02,.5,.5,.98), new=TRUE)
hist(x, xlab="", ylab="", main="", axes=FALSE)
box()
par(op)
Is possible?
Thanks.
Walmes Zeviani.
_________________________________________________________________
2013 Mar 06
3
almacenamiento en lista y funcion lapply
Estimados su ayuda, tengo un total de 20 matrices las cuales deseo
colocarlas como componentes de la lista, es decir
matrices<-list(matriz1,matriz2,matriz3,...,matriz20) existe alguna manera
de hacer esto de manera automatica ya que puede que exista un mayor numero
de matrices por ejemplo 100, donde el ingreso de una por una puede resultar
un poco cansado.
A su vez a las matrices ingresadas
2003 Dec 20
0
Fw: Re: CAMPANHA NATAL SEM BAIXARIA - PARTICIPE!
----- Mensagem Original -----=20
Eu boicotaria estas empresas s=F3 pelo fato de financiarem os enjoativos e =
rancentos Cassetas, mas me surpreendi ao descobrir que tantos produtos que =
eu costumo comprar s=E3o transg=EAnicos. Fui conferir no site do greenpeace=
e =E9 verdade!!!!!!!!!!!!!
Boicote neles!
----- Original Message -----=20
C A M P A N H A=20
N A T A L S E M B A I X A R I A
2007 Aug 10
0
GLM with tweedie: NA for AIC
Dear R users;
I am modelling densities of some species of birds, so I have a problem with a great ammount of zeros.
I have decided to try GLMs with the tweedie family, but in all the models I have tried I got an NA for the AIC value.
Just to check the problem I've compared the a glm using the Gaussian family with the identity link and a glm using the tweedie family with var.power=0 and
2015 Apr 30
2
predict nlme
Estimados
Tengo un error que me desconcierta, es un código que simplifiqué de otro trabajo donde no hay problemas, sin embargo me da un error.
Una diferencia es que en mi otro trabajo uso spline y ahora polinomio, este es de segundo grado y se encuentra tanto en efectos fijos como aleatorios, el modelo es correcto, corre con MCMCglmm pero no con nlme.
grid <- expand.grid(Tiempo=4:6,
2003 Aug 19
0
sharing for win2000
Hi!
I'm trying to make a sharing in linux(red hat) for
win2000 using Samba with share security. I dont't
what's happening, but when I try to access these
directories, a password is required after directorires
are shown, in the moment of showing their contents.
Does anyone knows what's happennig? I'm showing
smb.conf for you above:
workgroup = GTI
server string = HADES
load
2008 Jul 16
2
Stratified random sample
An embedded and charset-unspecified text was scrubbed...
Name: n?o dispon?vel
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080716/4aec957e/attachment.pl>
2023 Jul 14
0
smb2_validate_sequence_number: bad message_id 2
Hi,
I would like to share a situation we are facing when managing users over RSAT tools or when acessing the sysvol share over explorer.
First, we have a samba4 domain with two DCs and about 9K objects in the database. Recently we updated these DCs from version 4.16.0 to 4.18.2.
Before upgrading to 4.18.2 everything worked fine! After, also, however we started to frequently experience a delay
2015 Apr 30
2
predict nlme
Estimado Oliver Nuñez
Envío un ejemplo reproducible.
Javier Marcuzzi
# de donde tomo datos, y tiene el modelo (en el pdf)
library(MCMCglmm)
# librería con las funciónes que voy a usar
library(nlme)
datos0<-ChickWeight
# creo algunos datos que agrego a los origonales
Factor<-as.numeric(datos0$Chick)
Factor[Factor > 0 & Factor <= 10] <- 'A'
Factor[Factor > 10
2014 Aug 28
2
problema al copiar datos de tipo caracter de un archivo a otro
Estimada comunidad, tengo un problema que no puedo resolver. Tengo
muchos archivos (los llamaremos "TMP") con los que debo construir un
archivo resumen que llamare "DAT".
A partir de los nombres de los archivos TMP construyo las primeras 4
columnas de DAT, luego, con datos del interior del archivo TMP construyo
las columnas 5 a 9 de DAT.
El problema insoluble que tengo es que
2011 Jun 10
1
Explain about (mail_get_first_header(mail, "From", &header)
Hi Timo...
Inside my plugin, i use the (mail_get_first_header(mail, "From",
&header) function, to get the email From to put in some Blacklist.
Looking in the header under this mail, we have 2 "From" fields.
Using the function above, i get the Second "From", but my MTA (exim)
look in to The First From, in the First Line, in that way, my
blacklist don't work,
2007 Jun 16
1
GLM dist Gamma-links identity and inverse
Dear users;
I am doing GLMs with the Gamma distribution, and I always get errors ("no valid set of coefficients: please supply starting values") or warnings ("NaNs produced in log(x)") when I use the links identity or inverse, but I don´t get them if I use the log link.
For example:
>
2008 Jan 19
1
(sem assunto)
Um texto embutido e sem conjunto de caracteres especificado associado...
Nome: n?o dispon?vel
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080120/eefb53e2/attachment.pl
2015 Mar 20
2
Uso de memoria en R.
Y aún así veremos si puedes apañarte...
R no es muy buen gestor de memoria.
Además de lo que te ha dicho Carlos, lo mejor es "programar bien", sabiendo
cuando R hace copias de los objetos (cosa que hace muy a menudo), para
evitarlo al máximo.
Otra cosa que puede hacerse es "adelgazar los objetos" si no necesitas mucha
de la información que contienen. Por ejemplo, si haces un
2015 Oct 21
3
Crear variable con condiciones
Muchas gracias Javier por tu respuesta.
Si. Para obtener "dataout" se utilizan filas anteriores de acuerdo con la
disponibilidad de la variable TOENDREF para cada valor de la variable REF.
Por ejemplo, las filas 3 y 4 de "datain" son
#REF TIMEREF TOENDREF
#3 999 360 150
#4 1099 30 480
En la fila 3, el valor de TOENDREF es 150. Esto indica que hay 150