Displaying 20 results from an estimated 4000 matches similar to: "drug discovery and drug development"
2001 Feb 27
2
Remove columns by name data[-c("subj","drug")]
Is there an easy way to remove data frame columns
by name instead of by index? The following gives
the idea
remove<-c("subj","drug")
data[-remove]
I found a solution with a few evals and substitutes,
similar to that used in reshapeLong, but there must
be an easier way out.
Dieter
---------------------------------------
Dr. Dieter Menne
Biomed Software
72074 T?bingen
Tel
2003 Dec 01
2
wilcoxon-pratt signed rank test in R - drug-effiacy
Hi.
I'm going to introduce the R-package for a group of medical doctors later
this week and is a little confused about there use of a test named
"willcoxon-pratt" for testing if the clinical and biochemical markers has
decreased significantly after the use of some drugs for a group of patients.
Looking into the R-functions I would in R recommand using a matched-pairs
Wilcoxon
2012 Mar 22
4
Plotting patient drug timelines using ggplot2 (or some other means) -- Help!!!
Hello All,
Want very much to learn how to plot patient drug timelines. Trouble is I need to figure out how to do this today. So not much time for me to struggle with it. Hoping someone can just help me out a bit.
Below are some sample data and code that produces what I think is the beginning of a very nice graph.
Need to alter the code to:
1. Get the lines for the drugs to appear on the
2013 Jan 15
1
Permissions when running `dovecot --exec-mail imap`
Hi,
I'm running dovecot 1.2.15, on Debian squeeze. /var/mail is owned by
group "mail" with permissions "g+rwxs,o=". The mail_privileged_group
setting is set to "mail".
I am trying to access mail on a remote machine with mutt by tunnelling
mutt though ssh and running `dovecot --exec-mail imap` on the mail
server. But I frequently get errors in the mail
2008 Apr 23
1
Compiling msm on Fedora Core Linux
Greetings all,
I'm trying to install the msm package and it is failing on compilation. The
problem seems to be the analyticp component? Any advice on how to get it to
work?
error message is below. I'm running R version 2.6.2 (2008-02-08)
x86_64-redhat-linux-gnu on a dell precision 690 with Fedora Core 8.
Thanks,
Adam
>
2010 Apr 08
0
One Year Student in Bioinformatics (Biomarkers discovery)
One Year Student in Bioinformatics (Biomarkers discovery)-1000435
See following URL for job application:
http://www.merckserono.com/en/careers/job_center/job_center.html
Description
Background:
Biomarker discovery is now an intricate part of the drug development
process as it will allow for more accurate identification of patients who
will benefit from those therapies.
The blood tissue
2002 Aug 26
2
Homedrive mapping
Hello everyone,
We are making extensive use of the homedrive mapping fields in AD.
(automagically mapping a drive letter to a UNC path without a logon script)
Since we sp2 applied to our clients, none of them have been able to map
their home drives to our samba servers.
According to Microsoft's q-article,
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q308580&, "this
2001 May 02
0
Course: R Fundamentals and Programming Techniques by Prof. Doug Bates, July 18-20, 2001.
XLSolutions Corporation (www.xlsolutions-corp.com) is pleased to announce
a three-day R course, "R Fundamentals and Programming Techniques," presented
by Professor Doug Bates.
This special three-day R course is designed for those who want to learn
to write R programs to accomplish typical data-processing tasks, including
creating graphics. The course will give beginners a strong
2017 Mar 16
1
[Announce] Samba 4.4.11 Available for Download
=======================================================
"Take your mind off the
problems for a moment,
and focus on the positive
possibilities. Consider how
very much you are able to do."
Ralph Marston
=======================================================
Release Announcements
---------------------
This is the latest stable release of Samba 4.4. Please note
2017 Mar 16
1
[Announce] Samba 4.4.11 Available for Download
=======================================================
"Take your mind off the
problems for a moment,
and focus on the positive
possibilities. Consider how
very much you are able to do."
Ralph Marston
=======================================================
Release Announcements
---------------------
This is the latest stable release of Samba 4.4. Please note
2010 Dec 12
0
rspec-2.3.0 is released
rspec-2.3.0 is released (including rspec, rspec-core, rspec-mocks, rspec-expecations and rspec-rails).
### rspec-core-2.3.0 / 2010-12-12
[full changelog](http://github.com/rspec/rspec-core/compare/v2.2.1...v2.3.0)
* Enhancements
* tell autotest to use "rspec2" if it sees a .rspec file in the project''s
root directory
* replaces the need for ./autotest/discover.rb,
2002 Sep 06
1
A user named homes and homedir mounting
I run a pretty large network, we have plenty of users. Most of our users
have their windows home directories on Samba servers.
One of these many users has the username "homes".
This user is unable to map their home directory (\\sambaserver\homes).
It seems that this could be a conflict between the "homes" share definition
and his username and samba getting confused.
2008 Mar 13
0
need automake/autoconf help to build RnetCDF and ncdf packages
Greetings all,
I recently tried to install RNetCDF from within R (install.packages)
on Fedora Core 8 (with netcdf 3.6.2 and netcdf-devel 3.6.2 already
installed). This resulted in an error because the netcdf header files
are installed in /usr/include/netcdf-3 rather than /usr/include which
is where RNetCDF looks for them. This problem was described in a 2006
post (see below), but no
2013 Apr 02
0
Job Opening, Janssen Research & Development, J&J: Scientific Director of Statistical Modeling and Simulation
Title: Scientific
Director of Statistical Modeling and Simulation
Requisition #: 4146130318
URL: http://bit.ly/14valrL
Scientific Director of Statistical Modeling and Simulation
Janssen Research & Development, LLC, a Johnson and Johnson Company is hiring a Scientific Director of Statistical Modeling and Simulation to be located at our Spring House, PA or Raritan, NJ
2007 Apr 03
4
Replacing ERB with Erubis
Hey guys,
I''ve been hearing a lot about erubis: http://www.kuwata-lab.com/erubis/
Especially about how much faster it is than straight ERB.
In their Ruby on Rails support docs: http://www.kuwata-lab.com/erubis/users-guide.05.html#topics-rails
They state that with a few added lines to your environment.rb it will
replace ERB completely.
I''m wondering if anyone has done this in
2007 Mar 14
0
Logistic regression for drugs Interactions
I have the model below, for which I run a logistic regression including the
interaction term (NSAID*Diuretic)
------------------------
fit1=glm(resp ~ nsaid+diuretic+I(nsaid*diuretic), family= binomial,data=w)
NSAID Diuretic Present Absent
0 0 185 6527
0 1 53 1444
1 0 42 1293
1 1 25 253
Coefficients Std. Error z value Pr(>|z|)
(Intercept) -3.56335 0.07456 -47.794 < 2e-16 ***
2006 Apr 20
4
Small Date Formatting Question regarding datetime_select()
Is there a way to make datetime_select() dropdowns work on a 12hr
clock? I need to make a input field that works exactly like the
reminders datetime selecton dropdowns in Backpack to populate a
datetime field in my DB. i.e in the format: month, day, year ? hour
(1-12) minute am/pm. Should I change my database to have a separate
column for date and one for time and use date_select()?
Can
2008 Apr 14
3
[Bug 15499] New: Discovery video doesn't render
http://bugs.freedesktop.org/show_bug.cgi?id=15499
Summary: Discovery video doesn't render
Product: swfdec
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: plugin
AssignedTo: swfdec at lists.freedesktop.org
ReportedBy: bpepple
2007 Nov 27
1
NUT auto-discovery [Was: Re: Nut problems with Centos and Belkin UPS]
On Nov 27, 2007 7:51 AM, Tom?? Smetana <tsmetana at redhat.com> wrote:
> As for the removal of nut from RHEL: I don't know anything else about
> the decision than you do.
Red Hat has historically provided ancient NUT versions with their
distributions (not Fedora though). I guess they decided that it was
better to ship nothing at all.
I have no idea why they did it, but if I had
2014 Feb 24
0
[RFC, PATCH] core/pxe: Add architecture-specific discovery request for PXE config file
On Mon, Feb 24, 2014 at 3:14 AM, Jeremy Kerr <jk at ozlabs.org> wrote:
> When serving PXE config files to machines of different architectures
> (requiring separate boot images and config files), this means we
> cannot use the autodisovery mechanism without having prior knowledge of
> a MAC/IP/uuid-to-architecture mapping.
Actually, you can. COM32 modules are not usable across