search for: reassess

Displaying 13 results from an estimated 13 matches for "reassess".

Did you mean: assess
2012 Jan 13
0
New package ‘bcrm’ to implement Bayesian continuous reassessment method designs
Dear R users, I am pleased to announce the release of a new packaged called `bcrm? (version 0.1), now available on CRAN. The package implements a wide range of Bayesian continuous reassessment method (CRM) designs to be used in Phase I dose-escalation trials. The package is fully documented and highlights include ? A choice of 1-parameter working models or the 2-parameter logistic model. ? Bayesian updating performed after outcomes from each cohort of patients becomes avail...
2012 Jan 13
0
New package ‘bcrm’ to implement Bayesian continuous reassessment method designs
Dear R users, I am pleased to announce the release of a new packaged called `bcrm? (version 0.1), now available on CRAN. The package implements a wide range of Bayesian continuous reassessment method (CRM) designs to be used in Phase I dose-escalation trials. The package is fully documented and highlights include ? A choice of 1-parameter working models or the 2-parameter logistic model. ? Bayesian updating performed after outcomes from each cohort of patients becomes avail...
2016 Jun 25
0
reassessing the HCL ratings scale
Here is our current rating scale for the HCL: 1 = protocol based on reverse engineering 2 = based on fragments of publicly available protocol 3 = based on publicly available protocol 4 = vendor provided protocol 5 = vendor provided protocol and hardware I was going to suggest a few changes to the ratings we have assigned (for instance, not having a rating of "5" with an
2015 Oct 20
2
Question about METADATA_BLOCKs in bitcode
...orted. In my ThinLTO prototype I was simply skipping the first METADATA_BLOCK and always parsing the second, since I knew from inspecting the BitcodeWriter that the second was the one with the METADATA_KIND records. When working on the implementation of this handling for the upstream patches, I am reassessing how to do this perhaps more robustly. A few options: 1) Should the two module-level blocks use different block ids since they hold different types of records? I.e. a METADATA_BLOCK_ID (holding the actual metadata) and a new METADATA_KIND_BLOCK_ID (for the metadata kind records). That way it is...
2017 Feb 15
6
Unsigned int displaying as negative
I'm curious why 'unsigned short w = 0x8000' is displayed as -32768 in the IR? This propagates to the DAG and hence tablegen, where I am missing matching on some immediates because the immediate is not being looked at as unsigned? For example, we have no issue if instead of 0x8000 we use 0x7FFF, then everything is fine, the match is fine. I can understand that it's just being
2012 May 02
0
bcrm package update
Dear all, Version 0.3 of the bcrm package is now available on CRAN. The package allows users to fit Bayesian Continuous Reassessment Method Phase I trial designs. This version has the following new developments from version 0.1: * Stopping rules have been added, allowing stopping to be based on a maximum sample size, the maximum number to be treated at the final MTD estimate, the precision of the MTD estimate, and a min...
2012 May 02
0
bcrm package update
Dear all, Version 0.3 of the bcrm package is now available on CRAN. The package allows users to fit Bayesian Continuous Reassessment Method Phase I trial designs. This version has the following new developments from version 0.1: * Stopping rules have been added, allowing stopping to be based on a maximum sample size, the maximum number to be treated at the final MTD estimate, the precision of the MTD estimate, and a min...
2017 Feb 16
2
Unsigned int displaying as negative
...ill think this is the basic problem. Unless you're on a really > weird architecture it really doesn't matter whether an > originally-written operation was signed or unsigned (with the > already-represented exception of sdiv/udiv). It's probably best to > take a step back and reassess this rather than ploughing on trying to > preserve long-departed information. > > Tim. > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170215/27ef6e43/attachment.html>
2003 Nov 08
2
help with hierarchical clustering
I have a large excel file with data in it. I converted it to a 'csv' format. I imported this dataset to R using the follownig command mldata <- read.csv("c:\\temp\\mldata.csv", header=T) all the column names and the rows seems to be correct. Now that I have this object, I need to perfrom hclust. I used the following hc <- hclust(dist(mldata), method="single")
2008 Apr 03
3
ISPBX Announces COGOBLUE Interface and PBX Appliances
Hi Everyone, My name is Matt Signorello and I'm responsible for wholesale dealers sales here at ISPBX. (www.ispbx.com) ISPBX is a New Jersey based systems developer marketing a series of solid state Asterisk appliances since 2005. For the last year we've been working on a new strategy for helping dealers install Asterisk appliances into the end user customer base in a smarter more
2008 Jan 27
8
Textmate RSpec Bundle ''it'' snippet
It seems to me that the RSpec bundle''s ''it'' snippet is in need of some love. By default, a newly inserted spec passes. This seems odd as it is misleading. It also makes it harder find what specs still need to be completed if you return to an RSpec module after a break. I propose that the ''it'' snippet is changed to the following: it
2007 Apr 11
22
any pointers for starting a windows port?
Hello I am entertaining the idea of putting some time and effort into making Facter and Puppet run on MS Windows. Call me crazy ... Does anyone know anything about the issues that I''m likely to face? What are the major stumbling blocks? Initially I''d be happy just getting File to work, this would be of tremendous value. I''m guessing that Facter will require the
2013 Nov 26
37
get a *structured* version of the puppet agent output
puppet agent --verbose shows a verbose output of the changes done by puppet, such as: notice: /Stage[main]/Logstash::Config/Logstash::Configdir[agent]/File[/etc/logstash/agent/config]/owner: owner changed ''root'' to ''logstash'' notice: /Stage[main]/Varnish/Service[varnish]/ensure: ensure changed ''stopped'' to ''running''