search for: regimen

Displaying 20 results from an estimated 32 matches for "regimen".

Did you mean: regime
2011 Apr 20
3
[test message] Can R replicate this data manipulation in SAS?
...accomplish all of the data manipulation tasks that SAS can. In others, I'm hearing that R can do pretty much any data manipulation that SAS can but the way in which it does so is likely to be quite different. Below is some SAS syntax that that codes Highly Active Antiretroviral Therapy (HAART) regimens in HIV patients by retaining the values of variables. Interspersed between the bits of code are printouts of data sets that are created in the process of coding. I'm hoping this will come through clearly and that people will be able to see exactly what is being done. Basically, the code keeps...
2012 Mar 30
3
Adding text for written comments to bottom of graphs
Hello All, Recently developed the code below for graphing patterns of chemotherapy administration. As someone just starting to use R in their work, I managed to figure out some parts of the code but needed help with others. setwd("N:/Regimen Coding/0906/Plots Test") getwd() TestData <- structure(list(profile_key = c(1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3), line = c(1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1), instance = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2), drug = structure(c(1L, 2L, 1L, 2L, 3L, 1L,...
2007 Nov 08
6
question about backup regimens
I need to recommend some backup options for a web server running CentOS 4.1. The client prefers using a tape drive as their backup device and has access to safe offsite storage. I was thinking of system backups weekly and differential backups nightly but don't know what software to recommend for the differential b/u's. For full backups I can just schedule a tar and compress using
2011 Jan 21
3
complex transformation of data
...NA NA m NA ........................................... RESULT DATA1: id cyc1 cyc2 cyc3 ? cyc_n 1 cfm cfm cfm cfm 2 cfm cfm cfm NA 3 acf acf cfm NA ........................................... RESULT DATA2: id treatment 1 n_cfm 2 j_cfm 3 2acf->k_cfm ................... RESULT DATA3: id regimen numOfCycles 1 cfm n_ 2 cfm j_ 3 asf->cfm {2+k_} ............................. Thank you Denis
2017 Jan 24
1
[PATCH v2] virtio_net: fix PAGE_SIZE > 64k
On Tue, Jan 24, 2017 at 04:10:46PM -0500, David Miller wrote: > This works in the regimen that XDP packets always live in exactly one > page. That will be needed to mmap the RX ring into userspace, and it > helps make adjust_header trivial as well. I think the point was to avoid resets across xdp attach/detach. If we are doing resets now, we could do whatever buffering we want....
2017 Jan 24
1
[PATCH v2] virtio_net: fix PAGE_SIZE > 64k
On Tue, Jan 24, 2017 at 04:10:46PM -0500, David Miller wrote: > This works in the regimen that XDP packets always live in exactly one > page. That will be needed to mmap the RX ring into userspace, and it > helps make adjust_header trivial as well. I think the point was to avoid resets across xdp attach/detach. If we are doing resets now, we could do whatever buffering we want....
2003 Mar 12
2
quasipoisson, glm.nb and AIC values
Dear R users, I am having problems trying to fit quasipoisson and negative binomials glm. My data set contains abundance (counts) of a species under different management regimens. First, I tried to fit a poisson glm: > summary(model.p<-glm(abund~mgmtcat,poisson)) Call: glm(formula = abund ~ mgmtcat, family = poisson) . . . (Dispersion parameter for poisson family taken to be 1) Null deviance: 1904.7 on 19 d...
2008 Nov 14
11
External_nodes definition not working. Client states "could not find node"
Hello folks, Im trying to migrate from static nodes-definition to external nodes definition. My script looks like this stolen from http://reductivelabs.com/trac/puppet/wiki/ExternalNodes: {{{ #!/usr/bin/perl -w use warnings; use YAML qw( Dump ); use Switch; #initialize vars our @classes; our %parameters; Function to fill @classes and %parameters with correct values .... print Dump( {
2014 Jun 16
1
model.frame and parent environment
...sible response to my question would be advice to change my routine's defaults too. I'm somewhat reluctant since I work with a few very large data sets, but would entertain that discussion as well. I'd still like to understand how model.frame could be made to work under the current regimen. Terry Therneau
2017 Jan 24
2
[PATCH v2] virtio_net: fix PAGE_SIZE > 64k
On Tue, Jan 24, 2017 at 03:53:31PM -0500, David Miller wrote: > From: "Michael S. Tsirkin" <mst at redhat.com> > Date: Tue, 24 Jan 2017 22:45:37 +0200 > > > On Tue, Jan 24, 2017 at 03:09:59PM -0500, David Miller wrote: > >> From: "Michael S. Tsirkin" <mst at redhat.com> > >> Date: Tue, 24 Jan 2017 21:53:13 +0200 > >> >
2017 Jan 24
2
[PATCH v2] virtio_net: fix PAGE_SIZE > 64k
On Tue, Jan 24, 2017 at 03:53:31PM -0500, David Miller wrote: > From: "Michael S. Tsirkin" <mst at redhat.com> > Date: Tue, 24 Jan 2017 22:45:37 +0200 > > > On Tue, Jan 24, 2017 at 03:09:59PM -0500, David Miller wrote: > >> From: "Michael S. Tsirkin" <mst at redhat.com> > >> Date: Tue, 24 Jan 2017 21:53:13 +0200 > >> >
2007 Jan 24
4
Installing YUM with Puppet
Hi, I have this small problem with my servers managed by Puppet (i have a workaround so the problem is not so important): 1) These servers are installed with Red Hat Linux Enterprise and i use Puppet in client-server mode. 2) I''ve made a Puppet class called "yum" to install (by the RPM package provider) and configure YUM on my servers. I don''t use the YUM package
2006 Nov 21
1
NEWBIE: Help explaining use of lm()?
...h as the height of a cornstalk). Its output was a model that could state, "for every 10% increase in the hormone, the height increased by X%." The zelazo data are the ages at walking (in months) of four groups of infants, two controls and two experimentals subjected to different exercise regimens. I don't understand why lm() can be used at all in this circumstance. My initial attempt was to use t.test(), which the answer key does also. I would have never thought to use lm() except for the requirement in the problem. I've pasted in the output of the exercise below, for those without...
2015 Aug 26
3
TSAN hack on AArch64 for Android
On 26 August 2015 at 20:13, Jason Kim <jasonk at codeaurora.org> wrote: > I had been discussing the TSAN on android/aarch64 issues with the folks at thread-sanitizer at googlegroups.com for several months now. I had not explicitly been including llvm-dev (and you), and that was a mistake on my part. Palm-on-face? :-( Yup, that would have saved a lot of emails... :) > Patch Size!
2017 Jan 24
0
[PATCH v2] virtio_net: fix PAGE_SIZE > 64k
...is does mean that XDP_PASS will use much more memory > for small packets and by extension need a higher rmem limit. > Would all admins be comfortable with this? Why would they want > to if all their XDP does is DROP? > Why not teach applications to query the headroom? This works in the regimen that XDP packets always live in exactly one page. That will be needed to mmap the RX ring into userspace, and it helps make adjust_header trivial as well. MTU 1500, PAGESIZE >= 4096, so a headroom of 256 is no problem, and we still have enough tailroom for skb_shared_info should we wrap the bu...
2016 May 17
0
Ransomware?
I'm jumping in here late. There's been a lot of good suggestions already. Something I haven't seen mentioned is rsnapshot. The solution to ransomware like this is a good solid backup regimen and rsnapshot can be part of that. rsnapshot is opensource and based on rsync .. it requires a unix filesystem that supports hardlinks. It works on making a complete snapshot of the file system every 'n' periods. you specify who frequently. The cool think about rsnapshot is that while every...
2007 Nov 15
0
Package to make stepwise model selection using F or Chisq test
..."both") # # FUNCTION: grasp.step.anova # (by Splus, adapted by A. Lehmann from step.gam) # grasp.step.anova is a modified version of step.gam of Splus using ANOVA based on Chi or F tests instead # of AIC criteria # Erro em untangle.scope(object$terms, scope) : The elements of a regimen 1 appear more than once in the initial model > Dont work and grasp manual is incomplete. Anybody know other package to make this? Thanks Ronaldo -- > Prof. Ronaldo Reis J?nior | .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Biologia Computacional | : :' : Campus Universit?ri...
2011 Apr 16
0
Question abt power calculation in multistrata data using Hmisc or other package
Hi, I have two unequal patient groups belonging to different geographic locations, treated by different drug regimens and their survival data. N1=150 and N2=60 In each group of data there are three strata for one independent variable- treatment status (2=two drugs administered, 1=only one conventionally used drug administered, 0=no drug administered), dead or not and months to death. In order to calculate the st...
2008 Jul 24
1
OT: backup media options
...ut with SATA drives becoming more reliable and much larger, I'm wondering if it is time to change my opinion. What are the benefits/pitfalls to begin archiving to "enterprise" level SATA drives? Is it possible to use Amanda or Bacula to archive to a drive, and maintain a archive regimen? Archive to the drive, when the drive is full put it in an anti-static bag, and place it in storage. Possibly archive to a mirrored pair if one is really concerned. We are considering using LTO4 as an archive medium. With the tape densities these days, it appears the tapes are rather fragile...
2007 Jun 20
1
setting rails environment for puppetmasterd
Hi all, I just stumbled over a huge rails.log in /var/log/puppet on the puppetmaster. It is full of DB statments which seems to point to the fact that puppetmaster''s rails environment is set to development. No problem, I thought, set the system''s RAILS_ENV to production make it available to the master daemon and restart it. Unfortunately, this does not work. I searched