search for: nmx

Displaying 10 results from an estimated 10 matches for "nmx".

Did you mean: nmi
2004 Sep 14
3
reshaping some data
...lution that would achieve the same thing. Now, for an example: x <- data.frame(x1 = 1: 5, y11 = 1: 5, x2 = 6:10, y21 = 6:10, y22 = 11:15, x3 = 11:15, y31 = 16:20, x4 = 16:20, y41 = 21:25, y42 = 26:30, y43 = 31:35) # which are the x columns nmx <- grep("^x", names(x)) # which are the y columns nmy <- grep("^y", names(x)) # grab y values y <- unlist(x[nmy]) # reserve some space for the x's z <- vector("numeric", length(y)) # a loop counter k <- 0 n <- nrow(x) seq.n <- seq(n) # determin...
2023 Jun 07
0
AplicaciĆ³n NMX-AA-179-SCFI-2018
An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/pkg-xen-devel/attachments/20230607/a07efdfa/attachment.htm>
2012 Dec 17
2
Suggestion: 'method' slot for format.ftable()
...ind <- 1 + seq.int(from = 0, to = lens[i] - 1) * cplensD[i + 1] tmp <- character(length = cplensD[i]) tmp[ind] <- charQuote(lst[[i]]) y <- cbind(rep(tmp, times = cplensU[i]), y) } y } makeNames <- function(x) { nmx <- names(x) if(is.null(nmx)) nmx <- rep("", length.out = length(x)) nmx } xrv <- attr(x, "row.vars") xcv <- attr(x, "col.vars") method <- match.arg(method) LABS <- switch(method, &quo...
2023 Jun 13
0
confirmacion de asistencias
imagen1 MEDICI?N POR TELEMETR?A DE VOL?MENES DE AGUAS NACIONALES Aplicaci?n de la NMX-AA-179-SCFI-2018 ??nete a nuestro curso online de capacitaci?n sobre la medici?n por telemetr?a de vol?menes de aguas nacionales y aplicaci?n de la norma NMX-AA-179-SCFI-2018! Fecha: 23 de Julio Duraci?n: 6 horas Modalidad: Online En este curso, aprender?s las t?cnicas m?s avanzadas para medir...
2019 Aug 02
0
bug: write.dcf converts hyphen in field name to period
...ters, space, and colon (i.e., characters in the ranges U+0021 (!) through U+0039 (9), and U+003B (;) through U+007E (~), inclusive). Field names must not begin with the comment character (U+0023 #), nor with the hyphen character (U+002D -). This could be handled by an adjustment to the next line: nmx <- names(x) becomes nmx <- gsub('^[#-]', '', gsub('[^\U{0021}-\U{0039}\U{003B}-\U{007E}]', '.', names(x))) (Or maybe errors for having invalid names) Michael Chirico [[alternative HTML version deleted]]
2004 May 12
8
How do fix a good solution against spam..
Heya folks First of all, sorry if this isn't the correct list, but yet, I think spam is a kind of network attack and should be treated as a security issue.. I run a working mail server using Postfix, MySQL, Courier-IMAP, SpamAssassin and ClamAV (amavisd-new) .. I've checked the configuration file for SpamAssassin, but yet I havn't find any good solution for spam.. Sure, spam will
2007 Oct 05
0
Optim routine loses function name
...ts out the correct value. It doesn't print a second estimate of the log likelihood based on a new set of parameters. The program ends at this point. The output looks like this (with my annotations at the far right): [1] "call LL" trace: optim(param.est, LogLikelihood(param.est, nMx, N.genes, N.RR, N.pop, N.lt, N.ages, N.alleles, N.types, N.a, a.base, a.assign, R, sigma, genotype.frq, lx.base, lx, popXlt, N.Data, data.pop, female, data.lt, years, age.1st, age.2nd, pop, deaths)) [1] "Start LL"...
2003 Dec 16
1
Winbind pdc bdc problem
Do I need to use winbind between pdc and bdc if I'm using LDAP backend? I have a PDC setup with LDAP master on backend and a BDC with slave LDAP in another building.I'm just having a problem with getting users to authenticate and use the BDC for home directories and exactly how to have W2k clients join the domain.. The BDC is in another building (connected by a slow connection) so it needs
2005 Jul 27
3
smbd (3.0.20pre2) crashes at startup, was: https://bugzilla.samba.org/show_bug.cgi?id=2916
Hi all, at first glance, samba3.20.pre2 seemed to crash at startup, so I posted a bug-report at bugzilla (https://bugzilla.samba.org/show_bug.cgi?id=2916). After I installed this version in a seperate directory, so it wouldn't conflict with any existing *.tdb, but still use the same ldap-directory and the same smb.conf, it now starts. I assume that I have some .tdb-file or something alike,
2004 Aug 23
0
browse list sync problem
I have a network with 3 subnets. There is a PDC one one subnet, and a WINS server on each of the first two subnets which are replication partners. (These three machines are running Windows 2000 Server.) So my setup looks something like this: Topology: 10.50.x.x | +------+------+ | | 10.0.x.x 10.100.x.x 10.50.x.x: Server 1: Win2k: