search for: pec

Displaying 20 results from an estimated 50 matches for "pec".

Did you mean: pc
2013 Jul 06
1
problem with BootCV for coxph in pec after feature selection with glmnet (lasso)
...it (dataset) to remove NAs. I reconstructed all my factor variables into binary variables with dummies (using model.matrix) I then used glmnet lasso to fit a cox model and select the best performing features. Then I fit a coxph model using only these feature. When I try to evaluate the model using pec and a bootstrap I get an error that the prediction matrix has wrong dimensions. Suddenly the cox object has 318 variables instead of 356 variables in the dataset. I don't know why this is happening. The cox object I assign to pec and the dataframe are both of the same size. However, once pec re...
2007 Apr 12
1
rspec on rails: undefined method ''controller_name''
Im trying to write a controller spec, but when I run it I get an error like the one below. I found Bug6707 (http://rubyforge.org/pipermail/rspec-devel/2007-March/002147.html ), but I get the error no matter how I run the spec ( whether I use rake or not) Any ideas? I am using 0.8.2 The Error: C:/rails/InstantRails/ruby/lib/ruby/...
2011 Jul 12
0
Brier score for extended Cox model
Dear all, I would like to obtain the Brier score prediction error at different times t for an extended Cox model. Previously I have used the 'pec' function (pec{pec}) to obtain prediction error curves for standard Cox PH models but now I have data in the counting process format (I have a covariate with a time-varying effect) and it seems that the pec function does not support the counting process format, or am I doing something wrong? H...
2009 Aug 25
0
Pec function in R
Hello everyone, These are some questions about the 'pec' function in R. These questions deal with prediction error curves and their derivation. Prediction error curves are documented in, for example, "Efron-type measures of prediction error for survival analysis" by Gerds and Schumacher. I have detailed some syntax that I have used at t...
2010 Jun 15
1
R: Re: R: Re: Dovecot 2.0 shared mailbox using ACLs problem
...something is still wrong. On the shared folders the commands "select" and "examine" work only the first time: -------%<-------------------------------------------------------- 3 select "shared/user1 at pec.inail.gov.it" * FLAGS (\Answered \Flagged \Deleted \Seen \Draft Junk) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft Junk \*)] Flags permitted. * 6 EXISTS * 0 RECENT * OK [UNSEEN 4] First unseen. * OK [UIDVALIDITY 1276393110] UIDs valid * OK [UIDNEXT 15] Predicted next UID * O...
2013 Aug 29
4
[PATCH] Notify caching_thread()s to give up on extent_commit_sem when needed.
caching_thread()s do all their work under read access to extent_commit_sem. They give up on this read access only when need_resched() tells them, or when they exit. As a result, somebody that wants a WRITE access to this sem, might wait for a long time. Especially this is problematic in cache_block_group(), which can be called on critical paths like find_free_extent() and in commit path via commit_cowonly_roots(). This patch is an RFC, that attempts to fix this problem, by notifying the caching threads to give up on extent_commit_sem. On a system with...
2016 Mar 08
2
GSOC inquiry.
Hi, I am Om Shivom pursuing CSE from PEC University of Technology, Chandigarh and I have previously worked on C++ and Python. I am interested in contributing to llvm through GSOC 2016. I need a little guidance on how to get started here. Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://l...
2012 Apr 02
1
Connection queue full on dovecot 2.0.13
...has only: passdb { driver = static args = proxy=y host=10.0.0.6 nopassword=y } In Back-end i have one dovecot that does auth and exports imap/pop3 ports. In dovecot's log of Front-end i see: /Apr 02 14:33:34 imap-login: Info: proxy(//user at example.com/ <mailto:amministrazionevendite at pec.gmatica.it>/): started proxying to 10.0.0.6:143: user=<//user at example.com/ <mailto:amministrazionevendite at pec.gmatica.it>/>, method=PLAIN, rip=//xx.xx.xx.xx//, lip=xx.xx.xx.xx, TLS Apr 02 14:34:36 imap-login: Info: Disconnected: *Connection queue full *(auth failed, 1 attempts)...
2018 Mar 18
1
selectFGR - variable selection in fine gray model for competing risks
...9;riskRegression' package. Some of the variables are factor. I get solution for full model but not in variable selection model. Any advice how to use factor variable in 'selectFGR' function. The following R code is produced below for reproducibility. library(riskRegression) library(pec) dat <-data(Melanoma,package="riskRegression") Melanoma$logthick <- log(Melanoma$thick) f1 <- Hist(time,status)~age+sex+epicel+ulcer df1 <-FGR(f1,cause=1, data=Melanoma) df1 df <-selectFGR(f1, data=Melanoma, rule ="BIC", direction="backward") Thanks in...
2016 Sep 03
2
Ayuda con gráfico típico de histograma más linea
Prueba algo así: library(ggplot2) datos <- read.table("Downloads/pec.csv", header = T, sep = ";", dec = ",") datos$Miles <- as.numeric(gsub("\\.", "", as.character(datos$Miles))) datos$hora <- strptime(datos$hora, format = "%H:%M") ggplot(datos, aes(x = hora, y = Miles)) + geom_line() + scale_x_datetim...
2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
Y bueno, algo más bonito sí que queda con ggplot... #--------------- datIn <- read.csv("pec.csv", header = TRUE, sep = ";", dec = ",") library(ggplot2) lab_x_idx <- c(1, round(nrow(datIn)/2, 0), nrow(datIn)) lab_x <- as.vector(datIn$hora[ lab_x_idx]) fre_gg <- ggplot( datIn, aes( x = 1:nrow(datIn), y = frec)) + geom_bar(stat = "identi...
2005 Mar 31
3
Error when add Samba 3.0.10-1.fc3 to Windows NT Domain
I am trying to install a File server using samba on a NT 4.0 domain. I will call the domain DOMAIN, the pec PDC, the samba file server SAMBA, and so on... :D The linux is an updated Fedora Core 3, and the samba version is 3.0.10-1.fc3 I used SWAT to configure. Here is some lines of my smb.conf: workgroup = DOMAIN server string = SAMBA interfaces = eth security = domain Then i looked on the interrnet...
2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
...ias! Un saludo!!! -- Rubén. ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20160902/7dbc2be2/attachment.html> ------------ próxima parte ------------ A non-text attachment was scrubbed... Name: pec.csv Type: text/csv Size: 3638 bytes Desc: no disponible URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20160902/7dbc2be2/attachment.bin>
2016 Mar 17
2
GSOC inquiry.
...ecause of no prior experience i am unable to pick one. I am currently going through the llvm tutorials. On Wed, Mar 16, 2016 at 9:32 PM, John Criswell <jtcriswel at gmail.com> wrote: > On 3/8/16 10:12 AM, Om Shivom Nagpal via llvm-dev wrote: > > Hi, I am Om Shivom pursuing CSE from PEC University of Technology, > Chandigarh and I have previously worked on C++ and Python. I am interested > in contributing to llvm through GSOC 2016. I need a little guidance on how > to get started here. > > > Have you looked through the Open Projects page at > http://llvm.org/O...
2018 Oct 15
3
[PATCH v8] virtio_blk: add discard and write zeroes support
On Fri, Oct 12, 2018 at 02:06:28PM -0700, Daniel Verkamp wrote: > From: Changpeng Liu <changpeng.liu at intel.com> > > In commit 88c85538, "virtio-blk: add discard and write zeroes features > to specification" (https://github.com/oasis-tcs/virtio-spec), the virtio There is some issues in this spec. For one using the multiple ranges also for write zeroes is rather inefficient. Write zeroes really should use the same format as read and write. Second the unmap flag isn't properly spec...
2018 Oct 15
3
[PATCH v8] virtio_blk: add discard and write zeroes support
On Fri, Oct 12, 2018 at 02:06:28PM -0700, Daniel Verkamp wrote: > From: Changpeng Liu <changpeng.liu at intel.com> > > In commit 88c85538, "virtio-blk: add discard and write zeroes features > to specification" (https://github.com/oasis-tcs/virtio-spec), the virtio There is some issues in this spec. For one using the multiple ranges also for write zeroes is rather inefficient. Write zeroes really should use the same format as read and write. Second the unmap flag isn't properly spec...
2008 Aug 12
2
return code question
We are trying to automate the running of our rspec tests for our Rails app on a build server using Capistrano. The problem is that Capistrano seems to think that the command called to run the model tests failed when in fact I believe it succeeded. I believe the problem has to do with the return code from the command I am running.. The command I am...
2016 Mar 22
2
GSOC inquiry.
...using the infrastructure. > > Regards, > > John Criswell > > > On Wed, Mar 16, 2016 at 9:32 PM, John Criswell <jtcriswel at gmail.com> > wrote: > >> On 3/8/16 10:12 AM, Om Shivom Nagpal via llvm-dev wrote: >> >> Hi, I am Om Shivom pursuing CSE from PEC University of Technology, >> Chandigarh and I have previously worked on C++ and Python. I am interested >> in contributing to llvm through GSOC 2016. I need a little guidance on how >> to get started here. >> >> >> Have you looked through the Open Projects page a...
2016 Mar 20
0
GSOC inquiry.
...frastructure. Regards, John Criswell > > On Wed, Mar 16, 2016 at 9:32 PM, John Criswell <jtcriswel at gmail.com > <mailto:jtcriswel at gmail.com>> wrote: > > On 3/8/16 10:12 AM, Om Shivom Nagpal via llvm-dev wrote: >> Hi, I am Om Shivom pursuing CSE from PEC University of >> Technology, Chandigarh and I have previously worked on C++ and >> Python. I am interested in contributing to llvm through GSOC >> 2016. I need a little guidance on how to get started here. > > Have you looked through the Open Projects page at...
2011 Oct 25
2
extract data for specific levels factor
Dear all, I'm trying to analyze data with the following structure: ind cat tx age 40.2 por fol peq vh 35 41.9 por fol med vh 35 68.9 por fol preov vh 35 71.5 por fol peq ser 37 67.5 por fol med ser 37 76.9 por fol preov ser 37 78.7 por fol peq otr 37 78.3 por fol med otr 37 82.1 por fol