similar to: Cost Effectiveness Example

Displaying 20 results from an estimated 800 matches similar to: "Cost Effectiveness Example"

2012 Jun 11
3
Decision Trees or Markov Models for Cost Effectiveness
Hello, I was just assigned to perform a cost effectiveness study in healthcare. We are studying the cost effectiveness of a proposed diagnostic vs. current screening procedures. One of the team members suggest a commercial software package called "TreeAge Pro". Looking at the description, it appears to be a nice GUI to some very simple models that could be easily constructed in R.
2011 Jun 08
2
Decision Trees /Decision Analysis with R?
Hello, this question is a bit out of the blue. I am a big R fan and user and in my new job I do some decision modeling (mostly health economics). For that decision trees are often used (I guess the most classic example is the investment decision A, B, and C with different probabilities, what is the expected payoff). We use a specialized software called TreeAge that some might know. The basic
2004 Jul 13
3
paired t-test with bootstrap
Dear Sirs, I am a R beginning user: by mean of R I would like to apply the bootstrap to my data in order to test cost differences between independent or paired samples of people affected by a certain disease. My problem is that even if I am reading the book by Efron (introduction to the bootstrap), looking at the examples in internet and available in R, learning a lot of theoretical things on
2012 May 28
0
multiple plot in ICEInfer
Hi I'm working in the excellent ICEinfer package which calculates bootstrapped cost-effectiveness ratios Obenchain, B. (2011). ICEinfer: #Incremental Cost-Effectiveness (ICE) Statistical Inference from Two Unbiased Samples. R package version 1.0-0. http://CRAN.R-#project.org/package=ICEinfer # Display the Bootstrap ICE Uncertainty Distribution... > plot(dpunc) # to create
2008 Oct 08
1
File permissions and Unix umask.
Hi, I have a question about file permissions and how they are affected by a client's umask. To illustrate my question, I issued the following commands first on a local ext3 file system and then on a cifs file system: $ umask 0002 $ touch f1 $ echo xx > f2 $ umask 0022 $ touch f3 $ echo xx > f4 $ ls -l On Ext3, the output is: -rw-rw-r-- 1 abdv29 users 0 Oct 9 00:31 f1 -rw-rw-r-- 1
2012 Oct 17
3
Install rgdal, lazy loading error
Hi all, I have successfully made and installed both gdal, and proj.4, but still cannot get rgdal to be installed in R. I think i'm very close. I do not have root access, if that matters, i've installed everything locally. I'm using debian on a beowulf cluster. I call: install.packages("rgdal", .libPaths()[1], configure.args =
2016 Aug 30
3
Publication of an llvm-based tool that protects against fault injection attacks
Hello, My team and I have recently published an LLVM-based tool at “Cryptography and Security in Computing Systems 2016” (CS2), and we would like to add it on the list of LLVM related publications. The goal of our tool is to automatically protect the code being compiled against fault injection attacks *Title:* Compilation of a Countermeasure Against Instruction-Skip Fault Attacks Available
2013 Mar 20
2
[PATCH] Change test scripts shell to bash, to avoid lack of arithmetic support in dash, which is sh on Ubuntu 10.04
The subject line mostly says it all, but for reference, having #!/bin/sh causes the following error: arithmetic expression: expecting primary: " % 255 + 1" --- test/test_flac.sh | 2 +- test/test_grabbag.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_flac.sh b/test/test_flac.sh index 10981c0..257c5ea 100755 --- a/test/test_flac.sh +++
2010 Feb 17
0
R in Institutional Research - Institutional Effectiveness (Higher Education)
Everyone: If you work in Higher Education, in either an office of Institutional Research or an office Institutional Effectiveness, I'm keen to hear from you on how you use R, individually or with colleagues. Why do you use R? Is the cost savings an issue? Do you also maintain a license to more established packages (e.g., SPSS, SAS, or Minitab)? Are you encouraged (allowed?) to
2009 May 08
1
Merging two data frames with 3 common variables makes duplicated rows
I am new to R (ex SAS user) , and I cannot merge two data frames without getting duplicated rows in the results. How to avoid this happening without using the unique() function? 1. First data frame is called "tmv" with 6 variables and 239 rows: > tmv[1:10,] temps nom prenom sexe dist style 1 01:59:36 Cyr Steve H 45 free 2 02:09:55 Gosselin
2005 Jun 11
0
testing techniques for checking the effectiveness of changes made to sch_gred.c
Hi, I have made some changes to the file sch_gred.c to modify the GRED queueing discipline to support the following features: 1) The first virtual queue should get absolute priority while dequeueing (not caring if the others get starved) 2) While in equalise mode and with RIO mode enabled, the packets in the first virtual queue should not be counted for calculating the qave. I want to confirm if
2015 Jun 04
0
Effectiveness of CentOS vm.swappiness
On 04.06.2015 22:18, Markus "Shorty" Uckelmann wrote: > Hi all, > > This might not be CentOS related at all. Sorry about that. > > I have lots of C6 & C7 machines in use and all of them have the default > swappiness of 60. The problem now is that a lot of those machines do > swap although there is no memory pressure. I'm now thinking about > lowering
2015 Jun 05
0
Effectiveness of CentOS vm.swappiness
On 06/05/2015 03:29 AM, Markus "Shorty" Uckelmann wrote: > some (probably unused) parts are swapped out. But, some of > those parts are the salt-minion, php-fpm or mysqld. All services which > are important for us and which suffer badly from being swapped out. Those two things can't really both be true. If the pages swapped out are unused, then the application won't
2015 Jun 05
0
Effectiveness of CentOS vm.swappiness
On Fri, Jun 05, 2015 at 12:29:04PM +0200, Markus "Shorty" Uckelmann wrote: > How can I further debug this > problem and find out what's the culprit? It's working as designed. Linux does not treat various kinds of memory pages differently. If you want a daemon to be fully in core, call mlockall(). Here's one way to do that without changing the daemon's source:
2015 Jun 05
1
Effectiveness of CentOS vm.swappiness
Am 05.06.2015 um 17:40 schrieb Greg Lindahl: > On Fri, Jun 05, 2015 at 12:29:04PM +0200, Markus "Shorty" Uckelmann wrote: > >> How can I further debug this >> problem and find out what's the culprit? > > It's working as designed. Sadly. It is just my first time I see this behaviour to this extent/on so many servers. So you can say that I'm kind of a
2015 Jun 06
0
Effectiveness of CentOS vm.swappiness
On 05.06.2015 19:47, Greg Lindahl wrote: > On Fri, Jun 05, 2015 at 09:33:11AM -0700, Gordon Messmer wrote: >> On 06/05/2015 03:29 AM, Markus "Shorty" Uckelmann wrote: >>> some (probably unused) parts are swapped out. But, some of >>> those parts are the salt-minion, php-fpm or mysqld. All services which >>> are important for us and which suffer badly
2015 Jun 05
0
Effectiveness of CentOS vm.swappiness
On 06/05/2015 12:09 PM, Markus "Shorty" Uckelmann wrote: > Am 05.06.2015 um 18:33 schrieb Gordon Messmer: >> On 06/05/2015 03:29 AM, Markus "Shorty" Uckelmann wrote: >>> some (probably unused) parts are swapped out. But, some of >>> those parts are the salt-minion, php-fpm or mysqld. All services which >>> are important for us and which
2015 Jun 06
1
Effectiveness of CentOS vm.swappiness
On 06.06.2015 04:48, Dennis Jacobfeuerborn wrote: > On 05.06.2015 19:47, Greg Lindahl wrote: >> On Fri, Jun 05, 2015 at 09:33:11AM -0700, Gordon Messmer wrote: >>> On 06/05/2015 03:29 AM, Markus "Shorty" Uckelmann wrote: >>>> some (probably unused) parts are swapped out. But, some of >>>> those parts are the salt-minion, php-fpm or mysqld. All
2020 Nov 05
0
[Proposal] Introducing the concept of invalid costs to the IR cost model
You're being quite vague about what the extra state is. Is this because you haven't yet settled on what it should be, or do you actually intend to let it be a template parameter: template <typename T> struct Cost { unsigned Val; T State; } Thanks, Christopher Tetreault From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of David Sherwood via llvm-dev Sent:
2015 Jun 05
2
Effectiveness of CentOS vm.swappiness
On Fri, Jun 05, 2015 at 09:33:11AM -0700, Gordon Messmer wrote: > On 06/05/2015 03:29 AM, Markus "Shorty" Uckelmann wrote: > >some (probably unused) parts are swapped out. But, some of > >those parts are the salt-minion, php-fpm or mysqld. All services which > >are important for us and which suffer badly from being swapped out. > > Those two things can't