[R] where is XMLRPC for R3.0 for Windows machines

2014-12-19 Thread Diogo André Alagador
 

I am need to install rneos for R 3.1 under Windows 64bit. 

However it depends on the package XMLRPC that is not available in
conventional repositories.

In the CRAN R 3.1 online readme
(http://cran.r-project.org/bin/windows/contrib/3.1/ReadMe) there is an
information regarding the installation of package XMLRP for Windows that
direct users to the Prof Ripley�s link
(http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/3.1/). However the
zip file is not there neither for the 3.0 r version.

Anyone can inform me on how can obtain it?

 

Best regards,

Diogo Alagador

 http://www.cibioue.uevora.pt/9-uncategorised/185-dr-diogo-alagador
http://www.cibioue.uevora.pt/9-uncategorised/185-dr-diogo-alagador

CIBIO/UE - Research Center in Biodiversity and Genetic Resources, University
of �vora, Portugal

 

 

 


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] number of fuctions in a R-package

2014-12-18 Thread Diogo André Alagador
I would like to know if it is allowable to build an R-package made of one
function only, to launch a GUI to take input data and users to select the
models they intend to use, and to start running the processes?

 

Thanks a lot,

Diogo Alagador

 http://www.cibioue.uevora.pt/9-uncategorised/185-dr-diogo-alagador
http://www.cibioue.uevora.pt/9-uncategorised/185-dr-diogo-alagador

CIBIO/UE - Research Center in Biodiversity and Genetic Resources, University
of �vora, Portugal

 


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] C project within R function

2014-11-21 Thread Diogo André Alagador
Hi all,

 

I need some assistance regarding the use of C project (set of programming
files)  as R functions in Windows OS.

By now I really would like to avoid package-building.

What are the steps to undergo or where can I check to perform that
successfully?

 

Thanks in advance,

My best regards,

Diogo Alagador

 http://www.cibioue.uevora.pt/9-uncategorised/185-dr-diogo-alagador
http://www.cibioue.uevora.pt/9-uncategorised/185-dr-diogo-alagador

CIBIO/UE - Research Center in Biodiversity and Genetic Resources, University
of �vora, Portugal

 


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] comparing matrices using max or min

2008-11-06 Thread Diogo André Alagador
Dear all,
 
I have 3 matrices with the same dimension, A,B,C and I would like to produce
a matrix D where in each position would retrieve the max(or min) value along
A,B,C taken from the same position.
I guess that apply functions should fit, but for matrices objects I am not
getting it.
 
thanks in advance,
 
Diogo André Alagador

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] comparison of intercepts and slopes in linear regression

2008-04-01 Thread Diogo André Alagador
Hi all,
 
I would like to make a 2-by-2 comparison of intercepts and slopes from
linear regression models.
Can you advise me on that?
 
All the best,
 
Diogo André Alagador 

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] comparison of intercepts and slopes in linear regression

2008-04-01 Thread Diogo André Alagador
Sorry if cross-posting 
 
Hi all,
 
I would like to make a 2-by-2 comparison of intercepts and slopes from
linear regression models.
Can you advise me on that?
 
All the best,
 
Diogo André Alagador 
 

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] colMeans in a data.frame with numeric and character data

2008-03-27 Thread Diogo André Alagador
Hi all,
 
I would like to know if it is posible by, someway, to get colMeans from
a data.frame with numeric as well as character data, dispersed all over
the object. Note that I would like to get colMeans neglecting character
data.
 
I am really in need of some function proceeding in that way…
 
All the best
 
Diogo André Alagador

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.