Displaying 16 results from an estimated 16 matches for "myriam".
Did you mean:
myriad
2011 Nov 13
1
Myriam Saavedra M. Sc. Questions about maximun radius distance
...f
rmax <- min(rlarge, ripley)
For the ripley's calculation, I found your explanation in the internet but for the rlarge I couldn't find it. Could you explain why it is using the value inside of the sqrt (1000/(pi * lambda)).
Many thanks in advance if you do have the time to answer,
Myriam Saavedra
Universidad San Francisco de Quito
.......................
Adress Home
3808 Lillooet St.
VANCOUVER BC
CANADA, V5R-2E6
[[alternative HTML version deleted]]
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", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat...
2002 Mar 21
3
plot question
...=4,axes=FALSE,ylim=c(-1.0,1.0),cex=1);
par(new=TRUE);
plot(z,testtwo,type="l",xlab="",ylab="",main="",lty=1,col="red",axes=FALSE,ylim=c(-1.0,1.0),cex=1);
xlabels<-x*10;
axis(1,1:100,xlabels);
axis(2);
box();
--
myriam
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat...
2003 Jan 04
1
easy graphics question
What's the pch code for drawing an arrow in a plot?
myriam
2001 Aug 29
5
newbie graphics question
...parameter "add" couldn't be set in high-level plot() function
5: parameter "add" couldn't be set in high-level plot() function
6: parameter "add" couldn't be set in high-level plot() function
Thanks for your help.
--
myriam
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat...
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", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat...
2019 May 23
0
Release Announcement : Riex Package
Hi,
Please find below the links related to 'Riex' package release announcement.
If you have any questions or need additional information, let me know.
- Release Announcement *- *https://myriamibrahim.com/portfolio/riex/
- CRAN - https://cran.r-project.org/web/packages/Riex/index.html
- Github - https://github.com/TheEliteAnalyst/Riex
Thank you for all your efforts and support to R Community !
Best regards,
Myriam Ibrahim
On Fri, May 17, 2019 at 12:32 PM Myriam Ibrahim <ibra...
2019 May 23
0
Release Announcement : Riex Package
Hi,
Please find below the links related to 'Riex' package release announcement.
If you have any questions or need additional information, let me know.
- Release Announcement *- *https://myriamibrahim.com/portfolio/riex/
- CRAN - https://cran.r-project.org/web/packages/Riex/index.html
- Github - https://github.com/TheEliteAnalyst/Riex
Thank you for all your efforts and support to R Community !
Best regards,
Myriam Ibrahim
On Fri, May 17, 2019 at 12:32 PM Myriam Ibrahim <ibra...
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 Oct 10
1
read.table conversion question
...: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 out.
--
myriam
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat...
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 "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat....
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 Jan 30
3
R version 1.4.1 is released
I've rolled up R-1.4.1.tgz a short while ago. This is a patch upgrade,
fixing the most important bugs that cropped up after the 1.4.0 release.
A set of recommended packages which have been tested with R-1.4.1 has
been bundled up. Binary distributions are expected to include these
packages.
You can get the files from the developer site
ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.4.1.tgz
2002 Jan 30
3
R version 1.4.1 is released
I've rolled up R-1.4.1.tgz a short while ago. This is a patch upgrade,
fixing the most important bugs that cropped up after the 1.4.0 release.
A set of recommended packages which have been tested with R-1.4.1 has
been bundled up. Binary distributions are expected to include these
packages.
You can get the files from the developer site
ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.4.1.tgz
2009 Jul 29
0
Determination of lag value for Box.test
...est. I want to use Box.test function for this, but I don't know how to
determine lag parameter for this function.
For fitdf, as I'm using a SARIMA model (0,1,1)(0,1,1)12, I decided to set it
to 2.
Can you confirm me the value for fitdf and give me a way to determine the
lag value?
Thanks
Myriam
--
View this message in context: http://www.nabble.com/Determination-of-lag-value-for-Box.test-tp24729062p24729062.html
Sent from the R help mailing list archive at Nabble.com.
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