Displaying 20 results from an estimated 34 matches for "dny".
Did you mean:
any
2018 Aug 06
5
Contar DNI por Jurisdicción.
Hola,
Tengo el siguiente DATA FRAME
DNI JURISDICCION DISPOSITIVO NOMBRE APELLIDO
1 Bs As
2 Bs As
3 Bs As
4 Entre Ríos
5 Entre Ríos
6 Entre Ríos
Quiero contar DNI por Jurisdicción, quedando una tabla que sea:
DNI JURISDICCION
3 Bs As
3 Entre Ríos
Tanto DNI como Jurisdicción son factores.
Muchas gracias.
Saludos, Juan.
2005 Dec 08
1
kronecker(... , make.dimnames=TRUE)
...separator to ":" or ""
depending
on the existence of a nontrivial string.
"kronecker" <-
function (X, Y, FUN = "*", make.dimnames = FALSE, ...)
{
X <- as.array(X)
Y <- as.array(Y)
if (make.dimnames) {
dnx <- dimnames(X)
dny <- dimnames(Y)
}
dX <- dim(X)
dY <- dim(Y)
ld <- length(dX) - length(dY)
if (ld < 0)
dX <- dim(X) <- c(dX, rep.int(1, -ld))
else if (ld > 0)
dY <- dim(Y) <- c(dY, rep.int(1, ld))
opobj <- outer(X, Y, FUN, ...)
dp <- as.vector(t(m...
2010 Nov 25
1
Request: kronecker to get a sep= argument
kronecker, with make.dimnames=TRUE uses a hardwired sep=":" in the line
tmp <- outer(dnx[[i]], dny[[i]], FUN = "paste", sep = ":")
For an application in which dimnames arise from an n-way array, where
different dimensions have
different roles, and I would like to be able to use kronecker in the form
kronecker(A, B, make.dimnames=TRUE, sep='/')
All this requires is...
2019 Feb 07
6
Optimización identificación de casos similares
Buen día a todos,
Agradezco su ayuda con lo siguiente:
Tengo 100.000 registros con nombres de personas con su respectivo número de
documento, quiero identificar casos que tengan un porcentaje de igualdad
alto, no del 100% porque ya esos los tengo identificados, sino casos como
por ejemplo:
Nombre: Juan Pérez Documento: 123456789
Nombre: Juan Pérez Documento: 1234056789
Este caso sería una
2001 Dec 21
1
Problems with Win XP/2000 and Samba 2.2.x
Hello everybody,
I have a little network at home with one Win98, one Win XP/2000 ?and two
Linux boxes. The Linux boxes are running on SuSE 7.3 and on one of them i
have the latest samba 2.2.2 installed. I use security=share on this
machine. The connection from the win98 machine works fine, I can read,
write and delete files on the share-volumes. When I try the same from the
Windows XP or Win 2000
2010 Mar 08
5
Dialplan behaviour
I have this
[TRONCAL-SIP]
exten=>225/91,1,Answer
exten=>225/91,2,Echo
exten=>225/91,3,Hangup
exten=>225/92,1,Answer
exten=>225/92,2,Playback(conf-invalid)
exten=>225/92,3,Hangup
When I make a call
CLI> -- Recv IAM CIC=8 ANI=91 DNI=225 RNI= redirect=no/0 complete=1
Dont work
If I add this rule
exten=>225,1,Answer
Works ok
-------------- next part --------------
2004 Jan 30
0
Two apparent bugs in aov(y~ *** -1 + Error(***)), with suggested (PR#6510)
...n.t <- attr(qtx, "assign")
if(length(wts <- model.weights(mf))) {
wts <- sqrt(wts)
resp <- resp * wts
qtx <- qtx * wts
}
qty <- as.matrix(qr.qty(qr.e, resp))
if((nc <- ncol(qty)) > 1) {
dny <- colnames(resp)
if(is.null(dny)) dny <- paste("Y", 1:nc, sep="")
dimnames(qty) <- list(seq(nrow(qty)), dny)
} else dimnames(qty) <- list(seq(nrow(qty)), NULL)
qtx <- qr.qty(qr.e, qtx)
dimnames(qtx) <- list(seq(n...
2004 Feb 02
0
Two apparent bugs in aov(y~ *** -1 + Error(***)), with (PR#6520)
...> if(length(wts <- model.weights(mf))) {
> wts <- sqrt(wts)
> resp <- resp * wts
> qtx <- qtx * wts
> }
> qty <- as.matrix(qr.qty(qr.e, resp))
> if((nc <- ncol(qty)) > 1) {
> dny <- colnames(resp)
> if(is.null(dny)) dny <- paste("Y", 1:nc, sep="")
> dimnames(qty) <- list(seq(nrow(qty)), dny)
> } else dimnames(qty) <- list(seq(nrow(qty)), NULL)
> qtx <- qr.qty(qr.e, qtx)
> dimna...
2019 Oct 25
2
Duda de como contar casos por Programa.
Hola,
Tengo un tabla de datos con pacientes asistidos, para los cuáles tengo
variables como dni, género, programa de atención etc. Hay pacientes que
atendieron en más de un programa por lo cuál se repiten en la tabla. Lo que
quiero es poder contar con una matriz que me permita identificar la
cantidad de pacientes que coinciden entre programas.
Va un ejemplo:
[image: image.png]
Intenté de
2011 Jul 13
7
Extraer datos mensuales de una serie temporal
Hola a todos
Estoy intentando extraer un subconjunto de datos de una serie temporal,
concretamente quiero extraer los meses de verano de varios años pero no
encuentro la manera. Los datos tienen este formato:
FECHA;H_SOLAR;DIR_M;DIR_S;VEL_M;VEL_S;VEL_X;U;V;TEMP_M;HR;BAT;PRECIP;RAD;UVA;UVB;FOG;GRID;
2011 Jun 03
1
R and DBSCAN
Hello everyone,
When looking for information about clustering of spatial data in R I was
directed towards DBSCAN. I've read some docs about it and theb new
questions have arisen.
DBSCAN requires some parameters, one of them is "distance". As my data
are three dimensional, longitude, latitude and temperature, which
"distance" should I use? which dimension is related to
2005 Aug 27
1
xen livecd for dummies?
...new to linux.
i''m hoping (request?) someone build a minimal live cd with xen
configured and ready to ''boot'' any other os from .iso files
so, all we need is to put some .iso files into the same cd and tell
xen to run each of them in separated vm.
is this possible?
t.i.a.
dny
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Mar 19
1
how to add registry files to windows
Hello
I would like to add .reg file to all samba clients (windows xp) in quiet
mode.
How can I do it ? It is possible from eg netlogon??
----------------------------------------------------
ERROR! ... . .... bEZb??DnY prOgrAm__o nowo??iAcH w_ ?wiEcie G_iER
na.jNowSzy_OdcinEk_ : co $Zykuj? tw?rcy caLL of Duty4,
czym JeST The CLUB ............. poD??cz si?:
http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2Ferror18.03.html&sid=272
2009 Aug 18
1
Get SS7 Hangup Code as Asterisk variable.
I'm making outbound calls by placing call files in the asterisk outgoing
directory. At times, the call would be hung by SS7 without even
attempting (due to error in the outgoing number). I get the following on
console:
-- Attempting call on ss7/9297210213 for s at croom:1 (Retry 1)
-- Sent IAM CIC=22 ANI=9134904821 DNI=9297210213 RNI=
-- SS7 hangup 'SS7/callserver/22'
2010 Sep 28
3
calcular la variancia de gini por bootstrap
Hola, paso el mini programita q estoy viendo, lo q me llama la atencion es
una parte donde se definen las funciones.
Probe primero meter adentro del boots la estadistica a estimar usando
directamente gini(varible, pesos) pero no me dejo.
Vi q en el ej del manual de boots, siempre define antes la funcion, entonces
probe definir antes una funcion haciendo
grini<-function(x) {gini(variable,
2003 Sep 08
0
Your command, Re: Your application, was invalid
OpenPGP Public Key Server
For questions or comments regarding this key server site,
contact PGP Key Server Administrator <pks@gpg.cz>
Current version: 0.9.4+patch2+JHpatch2
NOTE!
This service is provided to facilitate public-key cryptography for
demonstration and educational purposes.
It is the responsibility of users of public-key cryptography to ensure
that their activities conform to
2003 Sep 08
0
Your command, Re: Your application, was invalid
OpenPGP Public Key Server
For questions or comments regarding this key server site,
contact PGP Key Server Administrator <pks@gpg.cz>
Current version: 0.9.4+patch2+JHpatch2
NOTE!
This service is provided to facilitate public-key cryptography for
demonstration and educational purposes.
It is the responsibility of users of public-key cryptography to ensure
that their activities conform to
2003 Sep 08
0
Your command, Re: Your application, was invalid
OpenPGP Public Key Server
For questions or comments regarding this key server site,
contact PGP Key Server Administrator <pks@gpg.cz>
Current version: 0.9.4+patch2+JHpatch2
NOTE!
This service is provided to facilitate public-key cryptography for
demonstration and educational purposes.
It is the responsibility of users of public-key cryptography to ensure
that their activities conform to
2003 Aug 21
0
Your command, Re: Re: My details, was invalid
OpenPGP Public Key Server
For questions or comments regarding this key server site,
contact PGP Key Server Administrator <pks@gpg.cz>
Current version: 0.9.4+patch2+JHpatch2
NOTE!
This service is provided to facilitate public-key cryptography for
demonstration and educational purposes.
It is the responsibility of users of public-key cryptography to ensure
that their activities conform to
2004 Jan 19
3
Getting correct CDR info
I'd like to know how everyone else is going about getting correct CDR
information for calls. Right now I notice that if a call come in and gets
parked the CDR info doesn't how the correct info on who picked that call up,
also when someone transfer a call there isn't a new record being made so the
duration of the call shows up for who received the call and transferred it.
I started