Displaying 20 results from an estimated 600 matches similar to: "About Validation of R"
2004 Jan 21
2
derivative of atan(x) and similar functions
Dear R experts.
'D()' function recognizes some of the analitical functions, such as
sin, cos, etc. But I'd like to take analytical derivatives from asin,
atan etc. functions. Are there any R packages providing that features?
Thanks.
--
Timur.
2012 Apr 27
2
Flashphoner
Really? Me?
Oh Pavel! I would be inestimably honoured.
On 04/27/2012 01:55 AM, Pavel Ismailov wrote:
> Hello!
>
> My name is Pavel Ismailov
> and I`m CEO of www.flashphoner.com project.
>
> We noticed that you quite active in Asterisk-user
> mail list, and would like to offer you buy signature
> in your messages for some monthly price.
>
> Is it interested for
2011 Jul 03
1
PROBLEM IN R version 2.13.0 (2011-04-13)
I am using R (version 2.13.0; 2011-04-13). Platform: x86_64-pc-mingw32/x64
(64-bit).
The messages that I see is
“This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information”
I am using the following libraries:
> library(package="gmodels")
> library(package="gtools")
2016 Apr 18
1
ZINB multi-level model using MCMCglmm
Hi,
I am Olga Viedma. I am running a Zero-inflated negative binomial (ZINB) multi-level model using MCMCglmm package. I have a doubt. Can I use the "Liab" outputs as fitted data, instead of the predicted values from "predict"? The liab outputs fit very well with the observed data, whereas the predicted values are so bad.
Thanks in advance,
Olga Viedma
D . Olga
2020 Apr 17
2
Demo for linking native routines between R packages
Dear R developers,
I want to advertise a small project for the educational purpose to show
people how to link native routines.
In R programming, we need to link to native routines in C, C++, or Fortran
from the R environment. In most cases, the linking works within one
package, namely the R code in a package calls the native code in the same
package.
This is not necessarily always the case.
2012 Sep 04
2
Position available University of Oxford
*Bioinformatics/Statistics **Postdoctoral Researcher
**University of Oxford, UK
*
An exciting opportunity has arisen for a Postdoctoral Researcher --
Bioinformatics/Statistics to work on the data-mining and knowledge
discovery components of the FP7 project "Enabling information re-Use by
linking clinical REsearch and Care", EURECA
(http://eurecaproject.eu/partners). By generating a
2012 May 17
1
Job opportunity in Beijing, China at Xian-Janssen Pharmaceutical Ltd
The Quantitative Decision Strategies group at Janssen Research & Development, Johnson & Johnson, is looking for a candidate to represent QDS in Beijing, China in the subsidiary company of Xian-Janssen Pharmacetical Ltd. The basic requirements for this candidate are 1) 3+ years experience in a quantitative field, but not necessarily pharmaceutical; 2) PhD in statistics or related field
2020 Apr 17
3
Demo for linking native routines between R packages
Dear Davis,
Thank you a lot for sharing this, and I am happy that I was not the only
one who need to do it once to learn:)
I proposed to add my repo to the manual. I think it makes sense to add both
of ours, if possible, or we could merge them together and add that to the
manual.
Long-term URL stability is apparently an issue, but I think we may find a
solution there.
Anyway, thanks a lot for
2020 Apr 17
1
Demo for linking native routines between R packages
Dear Davis and Dirk,
Thank you very much for the suggestions, which are very valuable and
helpful.
I will add references to prior examples, document my project with the clear
step-by-step-style document of Davis's project, and come back again to the
mailing list.
Best wishes,
David
On Fri, Apr 17, 2020 at 3:40 PM Dirk Eddelbuettel <edd at debian.org> wrote:
>
> Jitao,
>
2007 Jun 08
6
"R is not a validated software package.."
Dear All,
discussing with a statistician of a pharmaceutical company I received
this answer about the statistical package that I have planned to use:
As R is not a validated software package, we would like to ask if it
would rather be possible for you to use SAS, SPSS or another approved
statistical software system.
Could someone suggest me a 'polite' answer?
TIA
Giovanni
--
dr.
2015 Jul 26
1
R3.2.1: tools::testInstalledBasic("both") fails since no tests are installed by default. Confirmed?
Dear R-SIG-Debian team,
I have installed R3.2.1 as described at cran.r-project.org
on my Ubuntu 14.04 using the Ubuntu packages for R (r-base and
r-base-dev) from the package URL
deb http://<my.favorite.cran.mirror>/bin/linux/ubuntu trusty/
I wanted to test the installation using the R commands:
Sys.setenv(LC_COLLATE = "C", LANGUAGE = "en")
2017 Aug 14
4
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
UseRs,
When doing some data manipulations using the tidyverse, I am repeatedly getting the same error message in now three separate situations. I can write up a reproducible example, but want to lay out the high-level issues in case someone recognizes exactly what is happening here.
The error is:
Error in mut_env_parent(overscope$.top_env, lexical_env) :
object 'rlang_mut_env_parent'
2009 May 14
3
R & Java
Hey guys,
I'm a (Java) integration architect.
We are currently stuck with SAS but I'd be happy to switch that to R! (of
course ;-).
Now, a big argument for the latter, is that we can integrate it seamlessly
with all our existing (java) apps.
Therefore: has anyone heard of a java API (like SAS has it's Java API for
enterprise integration) or a Service we can call (e.g. a web service,
2009 Dec 15
1
Reference to R in Publication
Magazine: Pharmaceutical Manufacturing
Date: Nov/Dec 2009
Title: What Your ICH Q8 Design Space Needs: A Multivariate Predictive
Distribution
Author: Peterson, John J.
Company: GlaxoSmithKline Pharmaceuticals
Summary: Multivariate Predicitive distibution quantifies the level of QA
in a design space. "Parametric Bootstrapping" can help simplify early
analysis and compliment Bayesian
2011 Apr 16
5
how to get the plot like this by R?
Dear R users,
I see a graph (shown athttps://cid-c486ebef16722625.photos.live.com/self.aspx/%e6%88%91%e5%96%9c%e6%ac%a2%e7%9a%84%e8%8a%b1/untitled.bmp) in a published paper, which is very informative and clear. But I don't know what type the graph is.
It looks like a sactter plot but has the points with the same y values are seperate..
I really aprreciate it if someone can tell
2002 Dec 05
1
Passing options as lists
Hi,
I apologize if this has previously been posted. I've just subscribed to the
R-help digest.
I'm writing a plotting function that uses layout() to plot several different
plots on the same device. This function uses plot(), image(), and a custom
function that uses text(). Each cell of the layout needs different par()
parameters, so what I'd like to do is pass them as lists:
2002 Jun 14
1
ODESOLVE
Dear All,
I am experiencing a difficulty with the "lsoda" function in ODESOLVE
library; my differentiation function contains a covariate changes with time,
and I don't know how to incorporate that without using loops and so on. Does
anyone know how to do it?
Your help will be very much appreciated!!
In-Sun
In-Sun Nam
School of Pharmacy and Pharmaceutical Sciences
University of
2003 Feb 13
2
legend
I think I'm missing something tonight in the usage of 'legend':
plot(0, type="n")
legend(locator(1), month.abb[1:5], pch=15, col=1:5)
gives me something similar to what I want. But
legend(locator(1), month.abb[1:5], fill=T, col=1:5)
gives me 5 black boxes.
What am I doing wrong?
Thank you,
> version
_
platform i686-pc-linux-gnu
arch i686
os
2003 Feb 28
1
axis annotation
Hi,
Is there a way to specify a vector of colors for the tick annotation in a
call to axis(), to achieve the x-axis here?
<<Rplot003.png>>
Thanks,
Mark Wilkinson
Informatics Analyst
St. Jude Children's Research Hospital
Department of Pharmaceutical Sciences
The opinions expressed here are my own and do not necessarily represent
those of St. Jude Children's Research
2006 May 17
1
Example Syntax for if - then- and - else Statements
Hello R users,
I am a fairly new R user, however, one of the problems I am having is
the use of applying if-, and-, then-, else- statements in R against
datasets & dataframe. Rtips mentions it, but without simple examples I
am not quite sure what my syntax should look like. I am particularly
interested in syntax that can be used with the transform function. for
example
if foo[,1] ==