search for: naces

Displaying 9 results from an estimated 9 matches for "naces".

Did you mean: races
2012 Jul 22
2
R Beginner : Loop and adding row to dataframe
...c 1 a a c 1 a a c 1 a a c 2 a a c 2 a a c 3 a a c 4 a a c 4 a a c 4 a a c The output i would like to have NACE aaa bbb ccc 1 a a c 1 a a c 1 a a c 2 a a c 2 a a c 3 a a c Code: listpeer <- function (x) { for (i in 1:length(listA$NACE)) TriNACE[i] <- subset.data.frame(ListB, NACE == NACEsample$NACE[i],) TriNACE } But the result is Warning message: In `[<-.data.frame`(`*tmp*`, i, value = list(NACE = c(3L, 3L, 3L : provided xx variables to replace x variables" I guess there is something wrong "TriNACE[i]", instead i should use something to add rows, but I really...
2004 Jun 29
2
Calculate correctly, but gives an error message
Hi! I will calculate sum??s in the following way: E.g.: a <- rpois(100,20) b <- rpois(100,5) x <- data.frame(cbind(a,b)) # the sum??s should be calculated based on a. attach(x) sort.nace <- unique(sort(x[,1])) sum1 <- matrix(ncol=1, nrow=length(sort.nace)) # I calculate the sum of all values of b, which have the same category in a. Eg.: sum1[1,] <- sum(subset(x,
2018 Apr 09
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
...fs4acl_xattr_xdr.c:286(nfs4acl_xdr_blob_to_nfs4acl) nfs4acl_xdr_blob_to_nfs4acl: nfs4acl_xdr_blob_to_nfs4acl[2018/04/09 21:53:34.025053, 3, pid=32098, effective(1101151, 1100513), real(1101151, 0)] ../source3/modules/nfs4acl_xattr_xdr.c:293(nfs4acl_xdr_blob_to_nfs4acl) nfs4acl_xdr_blob_to_nfs4acl: naces = 50[2018/04/09 21:53:34.025076, 3, pid=32098, effective(1101151, 1100513), real(1101151, 0)] ../source3/modules/nfs4acl_xattr_xdr.c:339(nfs4acl_to_smb4acl) nfs4acl_to_smb4acl: flags [8008] nace [0][2018/04/09 21:53:34.025147, 3, pid=32098, effective(1101151, 1100513), real(1101151, 0)] ../source...
2012 Feb 02
2
contar caracteres de los elementos de un factor
Hola, necesito contar la cantidad de caracteres de cada elemento de un vector o factor Por ejemplo si el factor es: a<-c("jose", "javier", "mariano") aplicando alguna funcion, el resultado q quiero es 4, para jose 6 para javier 7, para mariano q es la cantidad de caracteres q tiene cada uno de los elementos del factor a probe usando length(a) y me da la
2011 Feb 25
4
salidas en Power Point
Hola tengo q hacer un trabajo, donde me piden q todas las salidas q haga sean en Power Point (graficos, tablas, etc). Para eso habia empezado a leer algo del paquete R2PPT, pero la verdad es q hay cosas q no entiendo de este paquete. Queria saber si alguien estuvo trabajando con el y obtuvo buenos resultados o si han usado otro paquete para hacerlo. Por ultimo una pregunta: desde Sweave se
2010 Dec 02
1
mediana ponderada
Hola alguien sabe una sentencia simple para calcular la mediana ponderada por una variable? Gracias -- "*El peor analfabeto, es el analfabeto político.* Él no ve, no habla, no participa de los acontecimientos políticos. Él no sabe que el costo de la vida, el precio del pescado, de la harina, del alquiler, del calzado o del remedio dependen de las decisiones políticas. *El analfabeto
2018 Apr 06
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
On Fri, Apr 06, 2018 at 12:40:31PM -0700, Jeremy Allison wrote: > On Fri, Apr 06, 2018 at 09:22:17PM +0200, Ralph Böhme wrote: > > On Fri, Apr 06, 2018 at 10:27:32AM -0700, Jeremy Allison via samba wrote: > > > On Fri, Apr 06, 2018 at 01:44:50PM +0530, Akash Jain wrote: > > > > Hi All > > > > > > > > I found there is one bug in the plugin. The
2018 Apr 09
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
...g nfs4_setfacl. Let me know if that works for you as expected. Thanks Akash On Mon, Apr 9, 2018 at 10:26 PM, Ralph Böhme <slow at samba.org> wrote: > On Mon, Apr 09, 2018 at 10:11:45PM +0530, Akash Jain wrote: > > There are not more than 4 ACEs on the root directory but we see naces = > 50. > > I feel that the encoding of ACL is not happening as expected. > > See my earlier mail about the encoding differences wrt to users and groups > in > the ACEs. > > Iirc parsing NFSv4 ACLs would require extensions to the module to support > the > string ide...
2018 Apr 10
0
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
...s expected. > > > Thanks > Akash > > > > > On Mon, Apr 9, 2018 at 10:26 PM, Ralph Böhme <slow at samba.org> wrote: > >> On Mon, Apr 09, 2018 at 10:11:45PM +0530, Akash Jain wrote: >> > There are not more than 4 ACEs on the root directory but we see naces = >> 50. >> > I feel that the encoding of ACL is not happening as expected. >> >> See my earlier mail about the encoding differences wrt to users and >> groups in >> the ACEs. >> >> Iirc parsing NFSv4 ACLs would require extensions to the module to...