Displaying 13 results from an estimated 13 matches for "metrum".
Did you mean:
metrom
2007 Mar 29
0
Postdoctoral fellowship in pharmacometrics
Metrum Institute (http://metruminstitute.org/) is offering a
postdoctoral fellowship in pharmacometrics. It will focus on the
development of computational methods and open-source software tools for
Bayesian modeling and simulation relevant to pharmacometric
applications. An ideal candidate will have a...
2012 May 01
0
Opening for a Data Programmer
Opening for a Data Programmer (April 19, 2012)
Metrum Research Group is seeking a full-time data programmer to support our biomedical modeling and simulation services. This is an excellent opportunity to develop as a data programmer while gaining exposure to cutting edge problems in the growing field of pharmacometrics. The individual will work as an...
2011 Aug 05
0
Data Programmer at MetrumRG
Opening for a Data Programmer
Metrum Research Group is seeking a full-time data programmer to support our biomedical modeling and simulation services. This is an excellent opportunity to develop as a data programmer while gaining exposure to cutting edge problems in the growing field of pharmacometrics. The individual will work as an...
2011 Aug 05
0
Data Programmer position at MetrumRG
Opening for a Data Programmer
Metrum Research Group is seeking a full-time data programmer to
support our biomedical modeling and simulation services. This is an
excellent opportunity to develop as a data programmer while gaining
exposure to cutting edge problems in the growing field of
pharmacometrics. The individual will work as an...
2016 Aug 07
1
Quote symbol names under EXPORTS in tmp.def on Windows
...t;src1.c")
system("R CMD SHLIB src1.c")
dyn.load("src1.dll")
is.loaded("EXPORTS",PACKAGE="src1")
is.loaded("BASE",PACKAGE="src1")
is.loaded("rd",PACKAGE="src1")
dyn.unload("src1.dll")
--
Kyle Baron
Metrum Research Group
2008 Jun 04
0
Survey: Commercial R companies
...ng talk, I would like to assemble a list
of companies that provide consulting, services, products, or training
for R.
I am already aware of a number of such companies including (in
alphabetical order):
BlueReference <http://inference.us>
Insightful <http://www.insightful.com>
Metrum Institute <http://www.metruminstitute.org>
Metrum Research Group, LLC <http://www.metrumrg.com>
Random Technologies LLC <http://random-technologies-llc.com>
REvolution Computing Inc <http://revolution-computing.com>
Statistics.com <http://www.statistics.com>
XLSol...
2007 Apr 05
1
Extent of time zone vulerability for POSIX date and time classes
...ecify timezones, and never use Sys.time(),
the vulnerabilities do not pertain.
To the point: if I'm merely converting to and from character data that
does not represent time zones, is there still a time zone vulnerability
with strftime() and strptime()?
Thanks in advance,
Tim Bergsma, PhD
Metrum Research Group, LLC
#example
strftime(
strptime(
"30-Dec-06 23:30",
format="%d-%b-%y %H:%M"
),
format="%m/%d/%Y %H:%M"
)
[1] "12/30/2006 23:30"
2013 Nov 21
1
R CMD check (v-3.0.2) not loading $R_CHECK_ENVIRON
...luck. Finally, I just set R_LIBS globally (which, was empty)
before running the check and the dependencies are then found. Just wanted
to be sure I'm not missing something before creating a bug report.
This is on Ubuntu 10.04 with R-3.0.2, as root.
Many thanks...
--
Daniel G Polhamus, PhD
Metrum Research Group, LLC
[[alternative HTML version deleted]]
2016 Aug 02
0
Creating shared object with BASE in EXPORTS on Windows
...listed in EXPORTS in the .def file.
As far as I can tell, the dllname-win.def file is a must in this case
making sure none of the keywords get exported there.
Also:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/4/html/Using_ld_the_GNU_Linker/win32.html
--
Kyle Baron
Metrum Research Group
kyleb at metrumrg.com
www.metrumrg.com
On Wed, Jul 27, 2016 at 7:47 PM, Kyle Baron <kyleb at metrumrg.com> wrote:
>
> I am building shared objects on Windows system with BASE as a name in
> the shared object. When BASE appears under EXPORTS in tmp.def file, R
> C...
2010 Feb 15
0
Seeking Bayesian modeling statistician
Position:
Bayesian Modeling Statistician at the level of Research Scientist,
Senior Scientist or Principal Scientist, depending on experience.
MetrumRG is selectively seeking enthusiastic and energetic individuals
to join a team of scientists in a unique working environment. As a
member of the MetrumRG team, you will participate in the research,
development, and application of quantitative data analysis methods in
biomedical sciences thr...
2007 Oct 05
0
Rpad textarea handling
...re not sent to R on 'calculate'. To illustrate using the page
below: load, F9, edit text, F9. The original contents of 'script' are
restored. Furthermore, I can't eliminate the leading and trailing
whitespace in the textarea.
Thanks in advance for any ideas,
-Tim Bergsma
Metrum Research Group, LLC
<html>
<head>
<script type="text/javascript" src="gui/Rpad.js"/>
</head>
<body>
<pre dojoType="Rpad" rpadRun="init">
script <- c("test","test")
</pre>
<pre dojoType="...
2009 Oct 29
1
multiple pages with ggplot2 facet_wrap?
...2, nrow = 2)
But they result in the error statement: "Error in nrow * ncol : non-
numeric argument to binary operator".
Is facet_wrap or facet_grid capable of producing multiple pages of
plots and, if so, how?
Thanks,
Bill
William R Gillespie, VP Strategic Modeling & Simulation
Metrum Research Group LLC
2 Tunxis Road, Suite 112, Tariffville, CT 06081
Direct & FAX:919-371-2786, Main:860-735-7043
billg at metrumrg.com
www.metrumrg.com
2016 Jul 28
0
Creating shared object with BASE in EXPORTS on Windows
...ite
dllname-win.def file on Windows platforms (per
https://cran.r-project.org/doc/manuals/R-exts.html#Creating-shared-objects)
... it worked but seems that the file needs to be in getwd(), which
I'd rather not do.
Any insight or advice would be appreciated.
Best Regards,
Kyle
--
Kyle Baron
Metrum Research Group
kyleb at metrumrg.com
www.metrumrg.com
sessionInfo()
R version 3.3.1 (2016-06-21)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows Server 2008 R2 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1...