Displaying 20 results from an estimated 1500 matches similar to: "Release Announcement : Riex Package"
2011 Nov 13
1
Myriam Saavedra M. Sc. Questions about maximun radius distance
Dear Mr. Baddeley
I just graduated from a Masters in Applied Mathematics on Jun19th. My thesis was about spatial distribution /a nalysis of some trees in a part of the Congo Basic Forest.
In my thesis I used your spatial package in R, and today I'm doing a more deeper study about how we choise the r distance in Function F(). I would like to
be able to understand about value of rmaxdefault
2011 Dec 07
0
EM Algorithm for missing data
Dear all,
I need help with EM algorithm.
I am modeling this alogirthm based on " Incomplete Data in Generalized
Linear Models" by Joseph G Ibrahim.
i have half way through developing the R code based on this this paper, I
need little help in tweaking my code furthure.
----------------------------------------------------------------------------
2003 Jan 04
1
easy graphics question
What's the pch code for drawing an arrow in a plot?
myriam
2009 Jun 22
2
p-values for ARIMA coefficients
Hi,
I'm a beginner using R and I'm modeling a time series with ARIMA.
I'm looking for a way to determine the p-values of the coefficients of my model.
Does ARIMA function return these values? or is there a way to determine them easily?
Thanks for your answer
Myriam
2002 Mar 21
3
plot question
Hi!
I want to display 2 graphs with different number of data points on the
x-axis. The code below scales them so it seems that testtwo has the
same number of data points as testone. How can I fix that? thanks.
z<-1:50;
x<-1:100;
plot(x,testone,type="l",xlab="",ylab="",main="",lty=4,axes=FALSE,ylim=c(-1.0,1.0),cex=1);
par(new=TRUE);
2002 Oct 10
1
read.table conversion question
Hi!
I would like to read data read with read.table row by row into a
c() vector.
data<-read.table("test",header=FALSE)
for (i in 1:length(data[[1]])) {
temp <- ??
do something with temp
}
data[1,] gives me
V1 V2 V3 V4 V5
1 1 -1 -1 -1 0.33
c[temp[1],temp[2]) gives me
$V1
[1] 1
$V2
[1] -1
Sorry if that's well known but I can't still figure it
2002 Nov 11
1
problems downloading R-1.6.1
Hi!
There is a "musical" note next to the rpm in CRAN and its mirrors and
it seems to require some sort of plugin that I don't have. Is there a
way around that?
Thanks.
myriam
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2009 Jul 06
1
Decompose function : calculation of each component
Hello,
I'd like to know how R does calculate each component in the decompose()
function?
More precisely, how is calculated the final trend component in this
function?
Thanks for your answer
Myriam
--
View this message in context: http://www.nabble.com/Decompose-function-%3A-calculation-of-each-component-tp24362207p24362207.html
Sent from the R help mailing list archive at Nabble.com.
2002 Oct 06
6
error bars in line plots
Hi!
Could you tell me how I can draw a graph with error bars?
Sorry, I don't use R that often and I couldn't find it easily in the
documentation.
TIA
--
myriam
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2001 Aug 29
5
newbie graphics question
Hi!
I need to plot two lines on the same graph. I do
plot(x,y)
then
plot(x,z,add=TRUE)
but I get the following warning messages
Warning messages:
1: parameter "add" couldn't be set in high-level plot() function
2: parameter "add" couldn't be set in high-level plot() function
3: parameter "add" couldn't be set in high-level plot() function
4:
2011 Aug 16
3
Bayesian Relative Survival Analysis in R?
Hi all,
May i know does R has packages or code to run "Bayesian Relative Survival Analysis"? I have look through Bayesian Survival Analysis(2001) by Joseph George Ibrahim<http://www.google.com/search?tbo=p&tbm=bks&q=inauthor:%22Joseph+George+Ibrahim%22>, Ming-Hui Chen<http://www.google.com/search?tbo=p&tbm=bks&q=inauthor:%22Ming-Hui+Chen%22>, Debajyoti
2010 Apr 07
6
push mail support
Hello,
I would like to use push in qmail+dovecot environments. Can someone tell me
which components
should I use to enable this feature for mobile devices?
Thanks.
-Ibrahim.
2007 Feb 13
0
Re: Speex-dev Digest, Vol 33, Issue 9
Hi All,
I am trying to cross compile speex-1.1.12 to powerpc-405,
i get a error after the make, speexec.lo error,
please help me how to get rid of this error.
On 2/9/07, speex-dev-request@xiph.org <speex-dev-request@xiph.org> wrote:
> Send Speex-dev mailing list submissions to
> speex-dev@xiph.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
2001 Oct 24
9
easy graphic question
Hi!
How do I specify a filled point in a scatterplot? Their size?
plot(x,y) just gives "empty" points like "o". I want a full black
point.
TIA
--
myriam
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2001 Aug 19
3
microsoft sql query analyzer
I'm trying to get MSSQL Query analyzer to work
it loads up i can enter the sql server name and user name and password.
in the sql client utility it is setup for tcpip with an alias for the
server name and the ip address.
it tries to connect then comes back with an error:
[Microsoft][ODBC SQL SERVER DRIVER][TCP?IP SOCKET]General network error
odbc32 is native
wsock32 is native
winsock is
2011 Oct 05
1
variance ratio test
Hello,
I am looking for a code in R for the variance ratio test statistic (the
Lo and Mackinlay version or any other versions).
Does anybody have such a code they can share or know a library in which
I can find this function?
Basically I have a number of time series which I need to check for
persistence. One other test I can use is the runs test in the tseries
package.
Any help will be greatly
2001 Aug 17
1
wine and odbc32
have anybody succeeded to run an application that connects to a MSSQL
database on another pc using odbc32.?
I'm desperate for an answer guys
Ibrahim hamouda
system administrator
Internode Networks
2010 Jun 09
2
DC replication
So finally I got the net vampire to work.
I had to roll back to commit 62e0a74 bypassing all the updates done by mdw at samba.org for now.
Now the replication
PDC1 is the first domain controller created by provision
PDC2 is the second is the second domain controller created by net vampire
on PDC1 I added user using "net newuser testuser1"
in few seconds it appeared on PDC2 using the
2004 Apr 07
1
(no subject)
Hello
I was testing HTB using IPerf TCP traffic and the results were very good.
Until I tried to add some UDP traffic the results were a little strange.
this is my setup
tc qdisc del dev eth1 root
tc qdisc add dev eth1 handle 1:0 root htb default 2
tc class add dev eth1 parent 1:0 classid 1:1 htb rate 1mbit
tc class add dev eth1 parent 1:1 classid 1:2 htb rate 500kbit ceil 1mbit
tc class add
2002 Mar 08
0
Openssh for minix
Hello.
I'm interested in the implement the Openssh for Minix.
Can you confirm me if this topic was implemented?
Sorry for my english, but it ins't my native language.
Thanks in advance, Myriam from Argentina.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020308/fc926248/attachment.html