search for: pag

Displaying 20 results from an estimated 568 matches for "pag".

Did you mean: page
2008 Apr 24
4
bug in file.path?
Se ha borrado un texto insertado con un juego de caracteres sin especificar... Nombre: no disponible Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080424/2226f24e/attachment.pl
2014 May 07
0
Historical NA question (Herv? Pag?s)
...06 3684 School of Mathematics fax: (+44) (0)161 306 3669 Alan Turing Building 1.125 The University of Manchester email: Georgi.Boshnakov at manchester.ac.uk Oxford Road Manchester M13 9PL UK ________________________________________ Date: Tue, 06 May 2014 13:57:14 -0700 From: Herv? Pag?s <hpages at fhcrc.org> To: William Dunlap <wdunlap at tibco.com> Cc: Michael Friendly <friendly at yorku.ca>, "r-devel at r-project.org" <r-devel at r-project.org> Subject: Re: [Rd] Historical NA question Message-ID: <53694CAA.3080808 at fhcrc.org...
2018 Sep 22
2
grafico de barras (barchart) con barras de error y achurado (hatching) en lugar de escala de grises
...ue reviso la ayuda de la funcion y de otros parametros de trellis no se ilumina mi entendimiento. Asi es que paso por aqui a ver si alguien tiene alguna idea de como hacerlo, dejo mi codigo y algunos datos para que prueben. Muchas gracias !!     barchart(ave*100 ~ con | sol, groups=name, data=pag                           , between=list(x=0), layout=c(1,3)                           , ylab=list("Fatty acids relative area (%)", cex=1.1)                           , scales=list(y=list(cex=1.1), x=list(cex=1.1))                           , xlab=list("Solvent concentration (mM...
2018 Sep 22
2
grafico de barras (barchart) con barras de error y achurado (hatching) en lugar de escala de grises
...rellis > no se > ilumina mi entendimiento. Asi es que paso por aqui a ver si alguien > tiene alguna idea de como hacerlo, dejo mi codigo y algunos datos > para > que prueben. Muchas gracias !! > > >      barchart(ave*100 ~ con | sol, groups=name, data=pag >                            , between=list(x=0), layout=c(1,3) >                            , ylab=list("Fatty acids relative area > (%)", > cex=1.1) >                            , scales=list(y=list(cex=1.1), > x=list(cex=1.1)) >         ...
2017 May 03
2
stopifnot() does not stop at first non-TRUE argument
Not sure why the performance penalty of nonstandard evaluation would be more of a concern here than for something like switch(). If that can't/won't be fixed, what about fixing the man page so it's in sync with the current behavior? Thanks, H. On 05/03/2017 02:26 AM, peter dalgaard wrote: > The first line of stopifnot is > > n <- length(ll <- list(...)) > > which takes ALL arguments and forms a list of them. This implies evaluation, so explains the effe...
2000 May 09
1
openssh-2.1.0 and AFS
Hi! I've noticed that openssh always does a do_setpag() if compiled with AFS-support no matter which authentication method is used. Maybe I'm missing something but shouldn't it only get a pag, if AFS-token-passing is used? If password authentication is used, an AFS-pam-module (or the authenticate function on AIX) will do the job, otherwise, n...
2004 Jan 26
6
OpenSSH, OpenAFS, Heimdal Kerberos and MIT Kerberos
Rather then implementing kafs in MIT Kerberos, I would like to suggest an alternative which has advantages to all parties. The OpenSSH sshd needs to do two things: (1) sets a PAG in the kernel, (2) obtains an AFS token storing it in the kernel. It can use the Kerberos credentials either obtained via GSSAPI delegation, PAM or other kerberos login code in the sshd. The above two actions can be accomplished by a separate process, which can be forked and execd by the s...
2017 May 15
2
stopifnot() does not stop at first non-TRUE argument
>>>>> Herv? Pag?s <hpages at fredhutch.org> >>>>> on Wed, 3 May 2017 12:08:26 -0700 writes: > On 05/03/2017 12:04 PM, Herv? Pag?s wrote: >> Not sure why the performance penalty of nonstandard evaluation would >> be more of a concern here than for something like...
2017 Nov 29
2
binary form of is() contradicts its unary form
...H. > > Note that object class is always `data.frame` here, check: > > > class(data.frame()) > [1] "data.frame" > > is(data.frame(), "data.frame") > [1] TRUE > > Best, > Mehmet > > > > > > On 29 Nov 2017 19:13, "Herv? Pag?s" <hpages at fredhutch.org > <mailto:hpages at fredhutch.org>> wrote: > > Hi, > > The unary forms of is() and extends() report that data.frame > extends list, oldClass, and vector: > > > is(data.frame()) > [1] "data.fram...
2008 Sep 02
0
Standard SSH credential passing + get AFS PAG + token
These Scripts at location /afs/rrz.uni-koeln.de/wsadmin/contrib/ : Init-ssh2 krb5gettoken xauthrc ssh2 enable credential (krb5 ticket) passing and get you a PAG and AFS token on subsequent login. This should work with any ssh. NO patches. Enjoy & send bugs/cents to: Laatsch at Uni-Koeln.DE Best regards Rainer Laatsch
2013 Jun 15
2
Plotting two y-axis vs non-numeric x-axis
...I want to use non-numeric x-axis, for example if I replace time <- seq(0,72,6) by month <- c("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","Pag") Ofcourse I use factor(month) instead of time; but I didn't get similar plot as the example shown. any help is greatful ;) month <- c("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep",&quot...
2009 Aug 13
1
R code to reproduce (while studying) Bates & Watts 1988
Hi R users, I'm here trying to understand correlated residuals in nonlinear estimation. I'm reading/studying the book Bates, D. M. and D. G. Watts, (1988), /Nonlinear regression analysis and its applications/, Wiley, NY. pages 92-94, trying to reproduce the figures and to find out the code in R to perform the necessary calculations. I also consulted Pinheiro and Bates, but without success Here below you'll find are my efforts. I'm in trouble at plotting the lag plot (fig 3.6 b) and in fitting the new model...
2018 Aug 31
2
Argument 'dim' misspelled in error message
...ray(integer(0), dim=integer(0)) Error in array(integer(0), dim = integer(0)) : 'dims' cannot be of length 0 The name of the argument is 'dim' not 'dims': > args(array) function (data = NA, dim = length(data), dimnames = NULL) NULL Cheers, H. -- Herv? Pag?s Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpages at fredhutch.org Phone: (206) 667-5791 Fax: (206) 667-1319
2015 Sep 29
3
making object.size() more meaningful on environments?
...a=runif(25000000), L=LETTERS)) object.size(env3) # 56 bytes This makes it pretty useless on reference class instances and other objects that use environments internally for caching or other purposes. What about changing this and make it return something more meaningful? Cheers, H. -- Herv? Pag?s Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpages at fredhutch.org Phone: (206) 667-5791 Fax: (206) 667-1319
2015 Sep 29
1
making object.size() more meaningful on environments?
...common, sensible, and accepted approach. No need to look far: a character vector is just a collection of pointers to stuff that is shared thru the global CHARSXP cache and AFAIK object.size() takes this stuff into account. H. > > ~G > > > > On Tue, Sep 29, 2015 at 2:42 PM, Herv? Pag?s <hpages at fredhutch.org > <mailto:hpages at fredhutch.org>> wrote: > > Hi, > > Currently object.size() is not very useful on environments as it always > returns 56 bytes, no matter how big the environment is: > > env1 <- new.env() >...
2020 Mar 27
1
object.size vs lobstr::obj_size
On 3/27/20 15:19, Hadley Wickham wrote: > > > On Fri, Mar 27, 2020 at 4:01 PM Herv? Pag?s <hpages at fredhutch.org > <mailto:hpages at fredhutch.org>> wrote: > > > > On 3/27/20 12:00, Hadley Wickham wrote: > > > > > > On Fri, Mar 27, 2020 at 10:39 AM Herv? Pag?s > <hpages at fredhutch.org <mailto:hpages a...
2011 Dec 07
4
bug in rank(), order(), is.unsorted() on character vector
...APER=C LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_CA.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.14.0 -- Herv? Pag?s Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpages at fhcrc.org Phone: (206) 667-5791 Fax: (206) 667-1319
2017 May 15
3
stopifnot() does not stop at first non-TRUE argument
...rguments > in the caller frame. So to do the same only > on a part of them (till the first FALSE or NA occurs) > cannot be more penalizing than the current version, right? > > I attach here a slightly modified version called stopifnot_new() > which works in accordance with the man page and > where there are only two additional calls: parent.frame() and eval(). > I don't think it can be considered as real performance penalty > as the same or bigger amount of (implicit) evaluations was > already done in the current version: > >> source("stopifnot_new....
2020 Mar 18
2
configure --with-pcre1 fails with latest R 4.0 on Ubuntu 14.04
...hance the old version of the error message could be restored? It would definitely be more helpful than the current one. It's confusing to get an error and be told to use --with-pcre1 when you're already using it. H. On 3/18/20 01:08, Tomas Kalibera wrote: > On 3/17/20 8:18 PM, Herv? Pag?s wrote: >> Using --with-pcre1 to configure the latest R 4.0 (revision 77988) on >> an Ubuntu 14.04.5 LTS system gives me the following error: >> >> ... >> checking if lzma version >= 5.0.3... yes >> checking for pcre2-config... no >> checking for pcre_...
2015 Jan 06
4
setequal: better readability, reduced memory footprint, and minor speedup
...s (e.g. by 15% on integer vectors with 15M elements): setequal <- function (x, y) { x <- as.vector(x) y <- as.vector(y) all(x %in% y) && all(y %in% x) } It also seems to speed up things a little bit (not in a significant way though). Cheers, H. -- Herv? Pag?s Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpages at fredhutch.org Phone: (206) 667-5791 Fax: (206) 667-1319