Displaying 20 results from an estimated 11000 matches similar to: "Building a stand-alone package"
2002 Jul 01
2
GUI and Java: RSJava does not work
Hi,
About GUI and R, I would say that personnaly, I need to build a nice GUI for
people who does not know anything about R, to conduct simulations. I don't know
if the choice of R is the best. Maybe writing all the code in Java would be
better... I don't know.
That's why I have tried to install RSJava from Omegahat on my computer (Windows
2000). With R 1.5.0 or 1.5.1, I get the
2002 Jul 08
4
Statemement by recurrence avoiding loop
Dear R users,
I would like to calculate a cumulative sum as following: on the i-th row, in the
j-th column of a matrix, I would like to obtain the sum of the (i-1) preceding elements of
this j-th column.
Could I avoid a "for" loop?
Thank you,
Tristan Lorino
----------------------
?cole Nationale V?t?rinaire d'Alfort - http://www.vet-alfort.fr,
T?l. 01 43 96 70 33
M?l. tlorino at
2002 Jul 01
3
Discrete random variable
Hi,
I would create a function rdiscrete that returns the value of a discrete random
variable X defined on a subset which can change, and for the same probability for
the issue, eg:
X could sometimes take a value in the subset {2,3,4} with probability 1/3 for each
issue,
and sometimes X could take a value in the subset {2,3,4,5,6} with probability
1/5 for each
issue,
etc.
The function should have
2002 Jun 13
1
RMySQL package for Windows
Dear R users,
Is it possible to install RMySQL package with R 1.5.0 on Windows 2000 platform?
This package is not listed in the packages list after calling "load package from CRAN" menu...
Thank you for your help,
Tristan Lorino
----------------------
?cole Nationale V?t?rinaire d'Alfort - http://www.vet-alfort.fr,
T?l. 01 43 96 70 33
M?l. tlorino at vet-alfort.fr
Site personnel
2002 May 31
1
Library Tcltk
Dears users,
Thanks for your responses concerning my question of yesterday (about stand-alone
package). Il would like to explore two ways:
-- Tcltk extension,
-- Rweb application.
I have installed ActiveTcl (in F:\Tcl), and I have modified the PATH (in the
autoexec.bat file):
set R_LIBS=F:\R\rw1050\library
set PATH=%PATH%;F:\Tcl\bin
set PATH=%PATH%;F:\Tcl\lib
set PATH=%PATH%;F:\R\rw1050\bin
2002 Jul 04
1
Deriv and integrate
Dear R users,
I would like to express a function (with only one argument) as the integrate of its derivate.
For example, for y=x^2, I would like something like
integrate(deriv(~x^2,"x", function(x) NULL, formal=T),0,2)
which would give me... 4.
Thank you,
Tristan
----------------------
?cole Nationale V?t?rinaire d'Alfort - http://www.vet-alfort.fr,
T?l. 01 43 96 70 33
M?l.
2002 Jul 10
0
Configuring SJava on Windows
Dear R users,
I was happy to find a binary library for SJava in the last released of R
(1.5.1)... I am able to load the library... but I have some problems to run this library:
> .JavaInit()
Error in .JavaInit() : Couldn't start Java Virtual Machine: Can't create Java Virtual Machine
> javaConfig()
$classPath
[1] "F:/Program
2003 Apr 23
1
Technical problem
Hello,
Instead of receiving only one message when somebody send a question or a
answer,
I receive 2 messages with exactly the same contents inside.
Is it the same for you?
Thank you,
Fanny
--------------------------
Fanny AZIZA
École Nationale Vétérinaire d'Alfort
Mail: faziza@vet-alfort.fr
Tél. 01 43 96 70 33
[[alternate HTML version deleted]]
2006 Apr 25
1
lme: how to compare random effects in two subsets of data
Dear R-gurus,
I have an interpretation problem regarding lme models.
I am currently working on dog locomotion, particularly on some variation
factors.
I try to figure out which limb out of 2 generated more dispersed data.
I record a value called Peak, around 20 times for each limb with a record.
I repeat the records during a single day, and on several days.
I tried to build two models, one
2004 Sep 28
3
slow loops in Monte Carlo Simulations
Hi there,
I am running Monte Carlo Simulations in R using ordinary "while
(condition)" loops. Since the number of iterations is something like
100.000 and within each iteration a given subsample is extended
sequentially it takes hours to run the simulation.
Does anyone know if there is either a way to avoid using loops in
Monte Carlo Simulations or how to include possible faster
2002 Apr 19
1
R and OS X
> Dears users,
> I'm trying to run R on a computer with OS X. I installed the R folder
> and the dylibs, where they must be installed. I updated my path, and
> R runs but tells me :
>
> dyld: /usr/local/R-1.4.0/lib/R/bin/R.bin version mismatch for
> library: /usr/lib/libz.1.dylib (compatibility version of user: 1.1.3
> greater than library's version: 1.0.0)
2016 Mar 16
0
Go Bindings and govet
On Wed, 16 Mar 2016 at 05:55 Eric Christopher <echristo at gmail.com> wrote:
> Hi Andrew, Peter,
>
> I took a look at the results of running govet on the go bindings - there
> are a lot of small/simple problems that should probably be looked at. Wrong
> number of arguments a few times, shifts by > 32, etc.
>
Did you just run "go vet
2005 Sep 23
4
books about MCMC to use MCMC R packages?
Dear list users,
I need to learn about MCMC methods, and since there are several packages in
R that deal with this subject, I want to use them.
I want to buy a book (or more than one, if necessary) that satisfies the
following requirements:
- it teaches well MCMC methods;
- it is easy to implement numerically the ideas of the book, and notation
and concepts are similar to the corresponding R
2018 Sep 19
4
Bias in R's random integers?
On Wed, 19 Sep 2018 at 13:43, Duncan Murdoch <murdoch.duncan at gmail.com>
wrote:
>
> I think the analyses are correct, but I doubt if a change to the default
> is likely to be accepted as it would make it more difficult to reproduce
> older results.
I'm a bit alarmed by the logic here. Unbiased sampling seems basic for a
statistical language. As a consumer of R I'd
2005 Mar 30
1
Habituation model
Dear all,
I am looking at habituation of dogs trotting on a treadmill.
I record the ground reaction force and I analyze it with several discrete variables (maximum, minimum,...)
For each variable, I get between 40 and 50 data per sample.
I record data at time 1 min, 2 min, and 4 min a day, and I have 4 days of measurement (one day a week).
That means I have 12 samples : Day1_Min1, Day1_Min2,
2016 Mar 15
2
Go Bindings and govet
Hi Andrew, Peter,
I took a look at the results of running govet on the go bindings - there
are a lot of small/simple problems that should probably be looked at. Wrong
number of arguments a few times, shifts by > 32, etc.
https://golang.org/cmd/vet/
Thanks!
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Mar 28
2
recommended computing server for R (March 2009)?
dear r-experts:
I need to speed up my monte-carlo simulations. my code is written in R (and
it was also the cause of my many questions here over the last few days). my
code is almost all matrix/vector algebra on panel data
sets---long-difference, fixed-effects, blundell-bond, etc.. the data set is
about 10MB, so 1GB per CPU core should be plenty for my operations, and
with $10/GB of
2012 Sep 04
0
Research Associate Position in Viral Evolution, University of Cambridge
Dear All,
Please find a job description attached.
Best wishes,
Simon
**
UNIVERSITY OF CAMBRIDGE
Research Associate In Viral Phylodynamics
Start date: Immediately
Limit of Tenure: 3 years
This post is funded by an MRC Methodology Research Programme grant,
entitled 'Combining epidemiological and phylogenetic models of infectious
disease dynamics'. The successful applicant will
2004 Jul 13
1
Errors in log.smbd
Am running Samba on SCO 5.0.2 and continually get the following error in
this log file from *some* client win pc's only;
[2004/07/12 10:02:56, 0] smbd/service.c:(252)
wkst7 (192.168.0.119) couldn't find service scotland:
Also
[2004/07/12 10:02:56, 0] smbd/service.c:(252)
wkst7 (192.168.0.119) couldn't find service veta
I have around 25 shares available with just these two
2012 Nov 23
1
Spatstat: Mark correlation function
I normally use the following code to create a figure displaying the mark
correlation function for the point pattern process "A":
M<-markcorr(A)
plot(M)
I have now started to use the following code to perform 1000 Monte Carlo
simulations of Complete Spatial Randomness (CSR). It is a Monte Carlo test
based on envelopes of the Mark correlation function obtained from simulated
point