Displaying 20 results from an estimated 3000 matches similar to: "R-beta: Plot scale/ thanks"
1998 Mar 18
2
R-beta: Plot and scale
Hello everybody,
I am doing a plot and I would like to know which parameter
I have to use in order to get an equal scale for the axes x and y:
Means, if the intervals in the x-axis is 0,5,10,15....
I would like to have the same scale for the y-axis.
Thank you so much for your help.
Halima from Leiden where the sun is shining.
Holland
1997 Jul 24
3
R-beta: Pictex and R
Dear R-users
It is me again with my interminables questions...
This time it is about "pictex". I understood that
pictex allows us to put our graph in a latex file
I have try the function:
> pictex (file=...)
and the answer was: "pictex" not found...
Does it mean that it is not an R-function yet?
Thank you for any feedback.
Halima from Leiden
1997 Nov 05
3
R-beta: Latex and R
Hello R users,
This question might be already discussed before, I apologize
if it is the case.
Simple... how can I do to include a figure in a latex document.
As I have already done in Splus, I tried this:
\begin{figure}
\special{psfile=gauss.ps .......}
\end{figure}
but it didn't work. Any help?
Thank you in advance.
PS: I let down the Mac and the MS Window platforms and I am back
to my
1997 Sep 30
1
R-beta: Printing graphs... help please
Hello,
I am trying to print graphs using R on MS windows
by clicking on the option Print on the top of the
window, the surprise...I don't get the graph, but the text, I think
asci, that generate the graph, about 20 pages
what is the problems.... Please....
any help is appreciated, thank you so much
halima
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-help
1997 Dec 10
1
R-beta: Logistic regression....
Dear R-users
I am introducing my collegue to R and she is interested
to use R to perform Polytomous Logistic Regression
called also Multi-category logistic regression. Is there
any program in R doing this?
Thank you so much for any feedback.
I take this opportunity to thank people who were kind to answer my
query about how to include a postscript file generated from R, in a
latex
file and
2008 Mar 28
0
Vacancy Principal Postdoc PK-PD modeling The Netherlands
________________________________
Principal Post-Doctoral Fellow
PKPD modelling platform (full time)
Leiden University, Leiden, The Netherlands
<javascript:doredirect();>
Job description
________________________________
TOP Institute Pharma (TI Pharma) has granted our proposal to set up a
mechanism-based PK-PD modelling platform. This platform focuses on the
transfer of
2008 Mar 28
0
Vacancy Post Doc PK-PD modeling the Netherlands
Post-Doctoral Fellowship
Modelling of Cardiovascular Safety (full time)
Leiden University, Leiden, The Netherlands
<javascript:doredirect();>
Job description
TOP Institute Pharma (TI Pharma) has granted our proposal to set up a
mechanism-based PKPD modelling platform. This platform focuses on the
transfer of knowledge from academia to the pharmaceutical industry and
is a
1997 Jun 25
0
R-beta: To open a function in R
Hello again,
Since it was very efficient to ask people of r-help
about reading a file in R from Mac, and I thank them all.
It gives me the courage to ask another question.
I get use in Splus(unix) to write a function using the
editor emacs, a small function called emacs() helped
me to open at anytime an emacs window in Splus to open
a function, change it, add something on it....
Now my problem
1997 Sep 24
0
R-beta: density function and others
hello,
I have been using R for few months now, it seems very
helpful even on Macintosh ;-), but there are some functions
I don't find.
For example, I am ploting some histograms and I would
like to put over the hist, the curve of the distribution of my data.
If my memory is right, in Splus it could be done
by using the function "density", I looked at R manual and find
the function
2008 Oct 07
2
Transition from Courier-IMAP
Hello all,
Currently we are looking at the possibility of moving from Courier-IMAP
to Dovecot (the one that comes with Debian Lenny: version 1.0.15). I'm
currently testing it on a non-production server and have a few questions:
1) Currently all our clients use Thunderbird as their mail client to
read mail from our IMAP server. Thunderbird is configured with "INBOX."
as the
2008 Feb 22
0
R expertise
Dear all,
Should you be interested in a career at our mechanism-based PK-PD
modeling platform, please read the remainder of this message.
Best wishes,
Margot Beukers
Unique PK-PD modeling platform established in
The Netherlands
Are you our ambitious IT platform manager
with a profound drive to contribute to a new era of drug research?
PK-PD modeling platform
Prof. dr.
2002 Oct 14
1
Question: concatenating lists
Dear R users,
I have the following problem. I have a number of lists with identical
structure. Each component is a vector, matrix or array, but components of
different lists may be of different size. How do I combine the lists to get
a new list such that each component of this list contains the components of
the individual lists?
An example may explain most clearly what I need.
Suppose I have
2008 Nov 10
0
Postdoc Positions Available at Leiden University The Netherlands
Two Postdoctoral fellows (fulltime)
Leiden University, Leiden, The Netherlands
Job description
________________________________________
TOP Institute Pharma (TI Pharma) has granted our proposal to set up a
mechanism-based PK-PD modelling platform. This platform focuses on the
transfer of knowledge from academia to the pharmaceutical industry and
is a collaborative effort of
2009 Jul 20
0
Vacancy - PhD / Post-doctoral position at the University of Leiden.
TOP Institute Pharma (TI Pharma) has granted our proposal to set up a
mechanism-based PKPD modelling platform. This platform focuses on the
transfer of knowledge from academia to the pharmaceutical industry and is
a collaborative effort of four excellent academic institutes and six
leading global pharmaceutical industries. Unique to this platform is the
availability of shared databases on
2002 May 04
2
R crashes trying to read a data.frame
Dear all,
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 5.0
year 2002
month 04
day 29
language R
OS: Win98
I have a strange problem with a particular data.frame built with
2005 Oct 24
0
Obscure login problem with samba as PDC
Hey everyone,
I've searched through the archives and can find mention of the problem,
but haven't been able to track down an answer. The problem is as follows,
certain accounts can't login to the samba PDC server (can't login to the
domain, check your password error), while other accounts can. The mystery
becomes completely baffling to me when I look at the more recent PC's in
2008 May 13
1
Catching warning message(stdout) from C
I'm using the 'pnt' C function from Rmath library in some C-code.
How can I catch the warning message: "full precision was not achieved in
'pnt'" in R. I call the function using the .C().
(options(warn=-1) didn't work)
Thanks in advance
--
Maarten van Iterson
Center for Human and Clinical Genetics
Leiden University Medical Center (LUMC)
Research Building,
2006 Mar 31
1
model comparison with mixed effects glm
I use model comparison with glms without mixed effects with
anova(modelA,modelB),
with mixed effects glm (glmmPQL), this doesn't work. Is there a way to
compare model fits with glmmPQL's?
Paula M. den Hartog
Behavioural Biology
Institute of Biology Leiden
Leiden University
[[alternative HTML version deleted]]
2010 Dec 06
1
lattice: strip panel function question
Dear list,
If have some repeated measurement data which looks something like:
time <- rep(1:5 , each=2*4)
groups <- rep(c("Case", "Control"), each=4)
subjects <- factor(rep(1:(2*4), 5))
responses <- time + rnorm(5*2*4) + as.integer(factor(groups))
data <- data.frame(responses, time, groups, subjects)
Now I want to plot each subject in a separate panel:
2007 Aug 28
3
Forcing coefficients in lm object
Dear all,
I would like to use predict.lm() with an existing lm object but with new arbitrary coefficients. I modify 'fit$coef' (see example below) "by hand" but the actual model in 'fit' used for prediction does not seem to be altered (although fit$coef is!).
Can anyone please help me do this properly?
Thanks in advance,
J?r?mie
> dat <-