search for: veteran

Displaying 20 results from an estimated 142 matches for "veteran".

2012 Jul 18
0
Building a web risk calculator based on Cox, PH--definitive method for calculating probability?
Here is an example of how to do it. > library(survival) > vfit <- coxph(Surv(time, status) ~ celltype + trt, data=veteran) > userinput <- data.frame(celltype="smallcell", trt = 1) > usercurve <- survfit(vfit, newdata=userinput) #the entire predicted survival curve > user2 <- summary(usercurve, time= 2*365.25) # 2 year time point > user2$surv [1] 0.0007438084 Some comments: 1...
2015 Dec 07
2
OpenSSH FIPS 140-2 support using OpenSSL FIPS modules?
On 12/04/2015 10:02 PM, security veteran wrote: > Hi Jakub, > > Another question I have is, are there any changes in this patch RedHat > Linux distribution specific? The reason I ask is, if I port the changes to > other Linux distribution like Debian or Ubuntu, do you see any issues? I don't think there is something dis...
2015 Dec 04
2
OpenSSH FIPS 140-2 support using OpenSSL FIPS modules?
...anks Jakub. How does this patch match the OpenSSH source version? Does the patch only applicable to OpenSSH version 6.6.1, or does other version available as well? Thanks. On Fri, Dec 4, 2015 at 4:26 AM, Jakub Jelen <jjelen at redhat.com> wrote: > > On 12/04/2015 03:26 AM, security veteran wrote: > >> 3. Is there a way to re-compile OpenSSH by turning on/off some flags to >> make it FIPS complaint? >> >> 4. Does the RedHat OpenSSH FIPS modules ( >> http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp1791.pdf) >> also open sourced to...
2012 Jul 17
0
Building a web risk calculator based on Cox PH--definitive method for calculating probability?
...er http://r.789695.n4.nabble.com/how-to-calculate-predicted-probability-of-Cox-model-td4515265.html here but I didn't quite understand what he meant in his last sentence. Here is some code for you to quickly illustrate what you suggest. library(rms) library(survival) library(Hmisc) data(veteran) dd=datadist(veteran) options(datadist='dd') options(digits=4) obj=with(veteran,Surv(time,status)) vetcoxph=coxph(obj~celltype+trt,data=veteran) #I will fit models from both the survival and rms packages so you can #use what you like vetcph=cph(obj~celltype+trt,data=veteran,surv=TRUE,ti...
2008 Feb 01
2
ssh wrapper scripts
...lexity of the respective ssh commands. They achieve this by limiting the range of stuff that can be done (e.g. can't do much more than copy files with scp). For port forwarding and tunneling there are no such helpers. I spent the saturday at an install fest where a 15-year (seriously) linux veteran was struggling to remember/find the ssh syntax for making a tunnel for more than 2 hours, giving up eventually. It should be very easy (perhaps trivial) to make a script that makes this ordeal unnecessary. Pardon my ignorance, but something like: `sshforward 10000:20000`. Do the OpenSSH devel...
2009 Dec 08
0
Holiday Gift Perl Script for US Holiday Dummy Regressors
...){print "1,"} else {print "0,"}; if(holidayCheck($baseDate) eq "Labor Day"){print "1,"} else {print "0,"}; if(holidayCheck($baseDate) eq "Columbus Day"){print "1,"} else {print "0,"}; if(holidayCheck($baseDate) eq "Veterans' Day"){print "1,"} else {print "0,"}; if(holidayCheck($baseDate) eq "Thanksgiving Day"){print "1,"} else {print "0,"}; if(holidayCheck($baseDate) eq "Christmas Day"){print "1,"} else {print "0,"}; if(holidayCh...
2009 Dec 08
0
Opps Correct Version of Holiday Regressor Perl Script
...ILE "0,"}; if(holidayCheck($baseDate) eq "Labor Day"){print OUTFILE "1,"} else {print OUTFILE "0,"}; if(holidayCheck($baseDate) eq "Columbus Day"){print OUTFILE "1,"} else {print OUTFILE "0,"}; if(holidayCheck($baseDate) eq "Veterans' Day"){print OUTFILE "1,"} else {print OUTFILE "0,"}; if(holidayCheck($baseDate) eq "Thanksgiving Day"){print OUTFILE "1,"} else {print OUTFILE "0,"}; if(holidayCheck($baseDate) eq "Christmas Day"){print OUTFILE "1,"} e...
2009 Feb 02
1
survfit using quantiles to group age
I am using the package Design for survival analysis. I want to plot a simple Kaplan-Meier fit of survival vs. age, with age grouped as quantiles. I can do this: survplot(survfit(Surv(time,status) ~ cut(age,3), data=veteran) but I would like to do something like this: survplot(survfit(Surv(time,status) ~ quantile(age,3), data=veteran) #will not work ideally I would like to superimpose estimates from cph models, which automatically fit the 2nd to 4rth quantiles for age, so I need the age groups to be grouped t...
2006 May 18
7
Ruby Before Rails
As I, like many people, are coming to ruby in the rails era, I''m curious about how Ruby Web Dev was done prior to rails. Any veterans want to share their insights? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060518/20cde24d/attachment.html
2015 Dec 04
6
OpenSSH FIPS 140-2 support using OpenSSL FIPS modules?
Hi All: I tried to rebuild openssl with the FIPS modules, and then install the new openssl libs (lib crypto.so to be specific) on my Ubuntu 12.04 box. After that I noticed it seemed to break OpenSSH: I couldn't login to the box using ssh, and couldn't run the client command like ssh-keygen either. My questions are: 1. Does OpenSSH support FIPS mode? 2. Or does OpenSSH support with
2015 Apr 05
2
Member server - winbind unable to resolve users/groups
Am 05.04.2015 um 17:11 schrieb buhorojo: > I was born this millennium that's hopefully a joke otherwise you should refrain from try educate veteran admins about the existence of basic configs like logindfes use Google and try to find out about the reputation of Rowland Penny in context of samba while step back a little from your childishness -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Ty...
2012 Jul 26
0
Using pspline in bic.surv of BMA package
Hi, I'm trying to using pspline in bic.surv{BMA}. ############################# library(BMA) library(survival) data(veteran) test.bic.surv<- bic.surv(Surv(time,status) ~ karno+pspline(age,df=3)+diagtime+prior, data = veteran, factor.type = TRUE) summary(test.bic.surv, conditional=FALSE, digits=2) ############################# The results are: --------------------------------------------- Call: bic.surv.formula(f =...
2011 Feb 04
3
[LLVMdev] CPS
...tc.) to CPS, so that TCO can get rid of all (or most of) the function calling overhead (because, as you probably know, the side effect of using CPS is that all function calls become tail calls). That being said, and since I'm pretty new to LLVM, I'd like to ask a couple of things to the veterans: 1. Can you see anything really wrong with the general idea of having such a transformation? 2. Has anybody worked on something like this in the past? Are there any starting points you'd suggest I should take a look at? 3. Do you have any advice about which direction should I take? B.R., Ca...
2005 Jul 27
4
R Reference Card (especially useful for Newbies)
...so linked). It categorizes and organizes a bunch of R's basic, most used functions so that they can be easily found. For example, paste() is under the "Strings" heading and expand.grid() is under "Data Creation." For newbies struggling to find the right R function as well as veterans who can't quite remember the function name, it's very handy. -- Bert Gunter Genentech Non-Clinical Statistics South San Francisco, CA "The business of the statistician is to catalyze the scientific learning process." - George E. P. Box
2007 Feb 01
3
SEXP i/o, .Call(), and garbage collection.
...ience has been that they are relatively easy to detect under stress given the large memory imprint our data structures typically have. Stack usage using Cstack_info() is stable. For clarity, pseudo code for the trivial stress loop is as follows: formula = as.formula(Survrsf(time,status)~.)) data(veteran, package="randomSurvivalForest") for (i in 1:1000) { growObject = rsf.default(formula, veteran) predictObject = rsf.predict(growObject, veteran) } On single iterations, we have carefully examined the output of each function for coherency. All vectors are initialized and populated w...
2006 Apr 03
9
Problem with Windows not finding methods
...llowing rather exciting error: Unknown action No action responded to dilbert It took me a while to get lighty and rails to talk nicely, but now that I have it, I am quite happy. Scgi is apparently working, but I need this to work. I am very new to rails, so go easy on me (however I am a veteran of php/mysql/mssql setups). Benjamin Orchard
2004 Dec 10
3
R Reference Card (especially useful for Newbies)
.... It categorizes and organizes a bunch of R's (S's) basic, most used functions so that they can be easily found. For example, paste() is under the "Strings" heading and expand.grid() is under "Data Creation." For newbies struggling to find the right R function as well as veterans who can't quite remember the function name, it's very handy. -- Bert Gunter Genentech Non-Clinical Statistics South San Francisco, CA "The business of the statistician is to catalyze the scientific learning process." - George E. P. Box [[alternative HTML version delete...
2006 Mar 30
2
R Reference Card (especially useful for Newbies)
...so linked). It categorizes and organizes a bunch of R's basic, most used functions so that they can be easily found. For example, paste() is under the "Strings" heading and expand.grid() is under "Data Creation." For newbies struggling to find the right R function as well as veterans who can't quite remember the function name, it's very handy. -- Bert Gunter Genentech Non-Clinical Statistics South San Francisco, CA "The business of the statistician is to catalyze the scientific learning process." - George E. P. Box ______________________________________...
2018 Dec 18
2
High Load average on NFS Spool - v.2.1.15 & 2.2.13
...to the load average. >> >> Thank you. >> >> -- >> -- >> -- >> >> Albert E. Whale, CEH CHS CISA CISSP >> *President - Chief Info Security Officer* >> IT Security, Inc. <http://www.IT-Security-inc.com> - A Service >> Disabled Veteran Owned Company - (*SDVOSB*) >> *HUBZone Certified* >> LinkedIn <https://www.linkedin.com/in/albertwhale> Profile >> >> >> Phone: 412-515-3010 | Email: Albert.Whale at IT-Security-inc.com >> Cell: 412-889-6870 >> > > Did? you have a look at https:...
2014 Dec 12
9
[LLVMdev] 3.5.1 Testing Phase Begins
...regressions we want to compare the test results of 3.5.1-rc1 with 3.5.0-final. There is one undocumented step, which is how to package build/package the binaries so they can be uploaded to the website. I think there may be a script for this, but I'm not sure. It would be great if one of the veteran testers could add this information to the release documentation, or at the very least explain to me what to do so I can update the docs. If you have any questions about testing, don't hesitate to ask. Thanks, Tom