search for: putatively

Displaying 20 results from an estimated 44 matches for "putatively".

Did you mean: putative
2006 Dec 28
2
lattice xyplot: plot multiple lines with different colors
Hi everyone, I am using the lattice package to plot some simulation results, by using the function xyplot(). However, I cannot find a way to plot multiple lines within the same xyplot and to have each of the lines be drawn in a different color. This is what I am currently doing: xyplot(a + b + c ~ x, my_data, panel = panel.lines) but, of course, all lines are drawn in the same color. What
2018 Apr 19
1
Apparent discontinuity between advertised centos7 release 1803_01 and content of centos-release file
Hello, I searched centos7 in the AWS marketplace for the at-time-of-writing-latest centos7 image: https://aws.amazon.com/marketplace/pp/B00O7WM7QW?qid=1524138193326&sr=0-1&ref_=srh_res_product_title I built a standard free tier t2.micro from this putative 1803_01 AMI. I see from the docs, this is thus a March 2018 compilation. When I get CLI, I get this: [centos at ip-172-31-27-32
2020 Nov 17
2
[External] exists, get and get0 accept silently inputs of length > 1
...the recent commit to R-dev (r79434). Is this wise? I've often used get() in constructions like for (j in ls()) if (is.numeric(x <- get(j))) ... (and often interactively, rather than in a package) Am I to understand that get(j) will now be equivalent to `j` even if j is a string referring putatively to another object? On Sat, 14 Nov 2020 at 01:34, <luke-tierney at uiowa.edu> wrote: > > Worth looking into. It would probably cause some check failures, so > would probably be a good idea to run a check across BIOC/CRAN. At the > same time it would be worth allowing name objects...
2013 May 15
6
xenfs: race condition on xenstore watch
Dear xen-devel, There''s a race condition in xenfs (xenstore driver) that causes userspace utility xenstore-watch to crash. Normally, the userspace process gets an "OK" from xenfs and then the watch fires immediately after. Occasionally, this happens the other way around: the watch fires before the driver sends "OK", which confuses the xenstore-watch client. It seems
2018 Apr 20
0
CentOS-virt Digest, Vol 128, Issue 1
Scott thanks ever so much for your response - yes that answers the question. Thanks, M > On 20 Apr 2018, at 13:00, centos-virt-request at centos.org wrote: > > Send CentOS-virt mailing list submissions to > centos-virt at centos.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.centos.org/mailman/listinfo/centos-virt > or, via
2020 Nov 17
1
[External] exists, get and get0 accept silently inputs of length > 1
...used get() in constructions like > > for (j in ls()) if (is.numeric(x <- get(j))) ... > > (and often interactively, rather than in a package) > > Am I to understand that get(j) will now be equivalent to `j` > even if j > is a string referring putatively to another object? > > On Sat, 14 Nov 2020 at 01:34, <luke-tierney at uiowa.edu> wrote: > > > > Worth looking into. It would probably cause some check > failures, so > > would probably be a good idea to run a check across > BIO...
2019 Oct 01
3
[PATCH libnbd 0/2] Change qemu-nbd interop tests to use socket activation.
Now that we have implemented systemd socket activation, we can use this to run qemu-nbd in tests. The first patch leaves some dead code around (the -DSERVE_OVER_TCP=1 path). It's possible we might want to use this to test against a putative future NBD server that only supports TCP, but on the other hand maybe we should just remove it. Tests & valgrind still pass for me. Rich.
2009 Apr 10
4
split a character variable into several character variable by a character
Dear Mao Jianfeng, "r-help-owner" is not the place for help, but: r-help at r-project.org (CC-ed here) In any case, strsplit() does the job, i.e.: > unlist(strsplit("BCPy01-01", "-")) [1] "BCPy01" "01" You can work with the whole variable, like: splitpop <- strsplit(df1$popcode, "-") then access the first part with >
2015 Dec 01
0
Re: [PATCH] daemon: always provide stdin when running chroot commands (RHBZ#1280029)
On Tue, Dec 01, 2015 at 06:29:01PM +0100, Mateusz Guzik wrote: > CHROOT_OUT is mere chroot ("."), which suggests that that cwd for > virt-builder is "/". This means anything using aforementioned construct > has to use absolute paths, otherwise it looks names up against the real > "/". For current code it would make sense to somewhow check if all >
2008 Oct 02
0
Faking RHEL with CentOS
NiftyClusters T Mitchell wrote: > > If it is Oracle, Given the price of Oracle -- just purchase the RH > product. > It is common that the expensive packages are the most restrictive and > putative. FYI, Oracle runs just fine on CentOS. -- Bowie
2010 Sep 20
2
[PATCH 0/2] Implement upload-offset, download-offset APIs, and hexedit guestfish command
This two-part patch implements the 'hexedit' command described here: http://rwmj.wordpress.com/2010/09/18/new-feature-guestfish-hexedit/#content The first part implements two new APIs for partial writing and reading of files. These are modelled after guestfs_upload and guestfs_download but allow you to specify an offset and (for download only) a size: int guestfs_download_offset
2012 Jan 18
1
use of UTF-8 \uxxxx escape sequences in function arguments
While preparing a function that contained non-ASCII characters for inclusion into a package, I replaced all non-ASCII characters with UTF-8 escape sequences (using \uxxxx) in order to make the package portable (and adhere to "R CMD check"). What I didn't expect: when one uses UTF-8 escape sequences in function arguments, one needs to use UTF-8 escape sequences when calling the
2020 Nov 17
0
[External] exists, get and get0 accept silently inputs of length > 1
...Is this wise? I've > often used get() in constructions like > > for (j in ls()) if (is.numeric(x <- get(j))) ... > > (and often interactively, rather than in a package) > > Am I to understand that get(j) will now be equivalent to `j` even if j > is a string referring putatively to another object? > > On Sat, 14 Nov 2020 at 01:34, <luke-tierney at uiowa.edu> wrote: > > > > Worth looking into. It would probably cause some check failures, so > > would probably be a good idea to run a check across BIOC/CRAN. At the > > same time it would b...
2012 Sep 16
1
trying to obtain same nls parameters as in example
Dear R-users; I'm working with a a dataset that was previously used to fit a nonlinear model of the form: Y ~ a * (1 + b * log(1 - c * X^d)) The parameters published elsewhere are: a = 1.758863, b = .217217, c = .99031, and d = .054589 However, there is no way I can replicate this result. I've tried several options (including SAS) w/o success. The data is: X <-
2010 Nov 15
1
... predict.coxph
>If you are looking at radioactive decay maybe but how often do >you actually see exponential KM curves in real life? Exponential curves are rare. But proportional hazards does not imply exponential. > A trial design could in fact try to get all the control sample to "event" at the same time if enough was known about prognostic factors and natural trajectory You are a
2011 Apr 22
1
Survival analysis: same subject with multiple treatments and experience multiple events
Hi there, I need some help to figure out what is the proper model in survival analysis for my data. Subjects were randomized to 3 treatments in trial 1, some of them experience the event during the trial; After period of time those subjects were randomized to 3 treatments again in trial 2, but different from what they got in 1st trial, some of them experience the event during the 2nd trial (I
2004 Jan 18
2
Re: ultra-cheap asterisk box -> Small Biz Robust Asterisk Solution - SBRAS
Paul, I wholly agree with what you're saying - I too ensure that we have at the very minimum, a set of full spares. However, this thread really has the wrong name at this point... We're now looking at embedded solutions, in the same way Cisco has with it's ICS 7750 solution. I'm looking to build a robust embedded solution, that we can run in tandem - of course, we want to
2013 May 16
1
To List or Not To List
...Change of the stock price relative to 129 trading days ago. This function is in the TTR library which is called by quantmod. So it strikes me that in one sense this is a simple fixed costs vs. variable costs question: Is it worth it to assemble the data frames into a list and then process them, putatively more quickly than going data frame by data frame, which does not require the up-front assembly. A look at the empirical results shows executing this set of functions df by df consumes 44.15 of elapsed time. > ptm <- proc.time() > > > ROCFunc<-function(DF){ + if(nrow(DF)>129)...
2004 Mar 10
2
Writing Rd files dor package
Hi all, I have some problems to write help files for a package. I don't understant how to include help files in a package that I develop. I have written the Rd files that I have put in a man directory. So after this, I built the package with the command R CMD build (for linux) and I obtained my package (I have also used the commands R CMD Rdconv -t txt and R CMD Rdconv -t html to convert
2004 Jan 20
1
Roracle pre-compile error?
Hi, trying ROracle failed? I'm using Oracle.8.1.7 which is on another machine. With Tora i get access to the database what i wish to get with R-Project, too. What does the message mean? "Oracle pre-compiler proc not in /opt/oracle/OraHome1/bin/proc you may not be able to compile ROracle" I'm using linux sue9 and R.1.8.1. many thanks for any help! [snip]