[R] Simple Graph

2007-08-30 Thread amna khan
Hi Sir

We use the function mpg() for ticks on axes. If we define more number of
ticks then each tick is not labeled. How to label each tick on axes?
 Regards


-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] Simple Graph

2007-08-30 Thread amna khan
Hi Sir

If I want 10 ticks on x-axis and 10 ticks on y-axis then I  use

lab=c(10,10, 20)

Here first 10 is for 10 ticks on x-axis, second 10 is for 10 ticks on y-axis
and 20 is the lenght of x and y labels in characters.

Now my question is that how I can label all 10 ticks on x-aixs and all 10
ticks on y-axis, because R leaves some ticks unlabeled.

Thank You
-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] p-Value

2007-08-27 Thread amna khan
Hi Sir

When we use Kendall Package to obtain Kendall's Tau statistic.
Then we also get two-sided p value. What does two-sided p-value mean?
The word two-sided is confusing to understand.

Kindly provide help in this regard.


-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] legend()

2007-07-31 Thread amna khan
Hi Sir
How can I use legend() outside th e plot.
Please guid in this regard.
Thanks

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

__
R-help@stat.math.ethz.ch 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] How to edit L-moment Ratio Diagram

2007-07-30 Thread amna khan
Hi Sir

 L-moment ratio diagram  is obtained from RFA package using function
plotlmrdia(lmrdia()).
How can I edit thie diagram to represent the labels of curves representing
the various distribtuions. I mean to say how can I use legend() function for
this diagram,

Thank You

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] plots

2007-07-25 Thread amna khan
Hi Sir

I did not find any function of graph which plot one variable on x-axis and 2
or more than 2 variables on y-axis.
Moreover, how can I change the labels of L-moments diagram obtained by
plotlmrdia(lmrdia())

Thank you

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] Data Set

2007-07-22 Thread amna khan
Hi Sir
I have made a data set having 23 stations of rainfall.
when I use the attach function to approach indevidual stations then
following error occurr.

*attach(data)*
*S.Sharif#S.Sharif is the station  name which has 50 data values*
*Error: object S.Sharif not found*
Now how to solve this problem.
Thank You
Regards

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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.


Re: [R] Data Set

2007-07-22 Thread amna khan
Sir the station name S.Sharif exists in the data but still the error is
ocurring of being not found.
Please help in this regard.


On 7/22/07, Gavin Simpson [EMAIL PROTECTED] wrote:

 On Sun, 2007-07-22 at 03:25 -0700, amna khan wrote:
  Hi Sir
  I have made a data set having 23 stations of rainfall.
  when I use the attach function to approach indevidual stations then
  following error occurr.
 
  *attach(data)*
  *S.Sharif#S.Sharif is the station  name which has 50 data values*
  *Error: object S.Sharif not found*
  Now how to solve this problem.

 Then you don't have a column named exactly S.Sharif in your object
 data.

 What does str(data) and names(data) tell you about the columns in your
 data set? If looking at these doesn't help you, post the output from
 str(data) and names(data) and someone might be able to help.

 You should always check that R has imported the data in the way you
 expect; just because you think there is something in there called
 S.Sharif doesn't mean R sees it that way.

 You also seem to have included the R-Help email address twice in the To:
 header of your email - once is sufficient.

 G

  Thank You
  Regards
 
 --
 %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
 Gavin Simpson [t] +44 (0)20 7679 0522
 ECRC, UCL Geography,  [f] +44 (0)20 7679 0565
 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk
 Gower Street, London  [w] http://www.ucl.ac.uk/~ucfagls/
 UK. WC1E 6BT. [w] http://www.freshwaters.org.uk
 %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%





-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] Graphical Parameters

2007-07-20 Thread amna khan

Hi Sir

There is a difficulty in creating a comprehensive graph.
Suppose I have a time series from 1967 to 2006. I have used the following R
code for creating a graph.


plot(Year,Dir,ylab=Annual Maximum Daily Rainfall (mm),cex.lab=1.3

,type=o,lab=c(20,20,25),mgp=c(2.5,1,0),tck=1)
The graph is attached with this email.
Sir I want the grid lines as dashed lines. Second thing to be asked is that
the grid lines should make squared blocks not rectangles. Moreover the
boundries are not in good format.

Sir I request you to please guide in this regards.

Thank You.




--
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
__
R-help@stat.math.ethz.ch 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] Window Version for permtest

2007-07-11 Thread amna khan
Hi Sir

There is no Window Binary versin of package permtest.Please provide
information in this regard.

Thank you

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] How to load permtest package

2007-07-11 Thread amna khan
Hi sir

Sir I am not understanding how to load permtest on R console for windows?

Regards


-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] iid.test package

2007-07-10 Thread amna khan
Hi Sir
In iid.test package the function iid.test() has been developed for N sites
having same number of observations. Can we use this function for a single
site? Because I have sites with different numer of observations.

Regards
-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] Windows Binary for ncdf package

2007-07-08 Thread amna khan
Dear Sir

There is no window binary version of package ncdf in the latest release of R
2.5.1. i dont have any information about the old versions.
Please guid in thie regard
Thank you


-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] Fwd: RFA and nsRFA

2007-03-05 Thread amna khan
-- Forwarded message --
From: amna khan [EMAIL PROTECTED]
Date: Feb 25, 2007 8:37 AM
Subject: RFA and nsRFA
To: [EMAIL PROTECTED], R-help@stat.math.ethz.ch


Dear Sir
There are two packages of regional frequency analysis RFA and nsRFA.
Are both give us same results if not then what you will suggest.
I am confused about this.
Please guid me in this regard
AMINA

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

__
R-help@stat.math.ethz.ch 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] Fwd: nsRFA

2007-03-05 Thread amna khan
-- Forwarded message --
From: amna khan [EMAIL PROTECTED]
Date: Feb 25, 2007 8:44 AM
Subject: nsRFA
To: R-help@stat.math.ethz.ch, [EMAIL PROTECTED]


Dear Sir
I am not understanding the HOMTESTS in package nsRFA. Is vector x is
the data from all sites combined combined in one vector? How to assign
cod?

Your help is really appreciable
Regards
AMINA

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

__
R-help@stat.math.ethz.ch 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] Fwd: RFA

2007-03-05 Thread amna khan
-- Forwarded message --
From: amna khan [EMAIL PROTECTED]
Date: Feb 25, 2007 8:51 AM
Subject: RFA
To: R-help@stat.math.ethz.ch, [EMAIL PROTECTED]


Dear Sir in the following example,is the vector lmom a l-moment ratios
vector? What is meant by size = northCascades[,1]? And what are the
values in c(0.0104,0.0399,0.0405 )?

Please help me I am unable to understand these from help manual.

Best Regards
AMINA




data(northCascades)

lmom - c(1, 0.1103, 0.0279, 0.1366)

kappaParam - kappalmom(lmom)

heterogeneity(500, 19, size = northCascades[,1],

kappaParam, c(0.0104, .0339, .0405))

##The heterogeneity statistics given by Hosking for this case

##study are H1 = 0.62, H2 = -1.49 and H3 = -2.37

##Taking into account sample variability, results should be

##consistent

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

__
R-help@stat.math.ethz.ch 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] Fwd: RFA

2007-02-27 Thread amna khan
-- Forwarded message --
From: amna khan [EMAIL PROTECTED]
Date: Feb 25, 2007 9:51 PM
Subject: RFA
To: R-help@stat.math.ethz.ch, [EMAIL PROTECTED]

Dear Sir in the following example,is the vector lmom a l-moment ratios
vector? What is meant by size = northCascades[,1]? And what are the values
in c(0.0104,0.0399,0.0405 )?

Please help me I am unable to understand these from help manual.

Best Regards
AMINA



data(northCascades)

lmom - c(1, 0.1103, 0.0279, 0.1366)

kappaParam - kappalmom(lmom)

heterogeneity(500, 19, size = northCascades[,1],

kappaParam, c(0.0104, .0339, .0405))

##The heterogeneity statistics given by Hosking for this case

##study are H1 = 0.62, H2 = -1.49 and H3 = -2.37

##Taking into account sample variability, results should be

##consistent


-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] Fwd: RFA and nsRFA

2007-02-27 Thread amna khan
-- Forwarded message --
From: amna khan [EMAIL PROTECTED]
Date: Feb 25, 2007 9:37 PM
Subject: RFA and nsRFA
To: [EMAIL PROTECTED], R-help@stat.math.ethz.ch

Dear Sir
There are two packages of regional frequency analysis RFA and nsRFA. Are
both give us same results if not then what you will suggest.
I am confused about this.
Please guid me in this regard
AMINA

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] Fwd: nsRFA

2007-02-27 Thread amna khan
-- Forwarded message --
From: amna khan [EMAIL PROTECTED]
Date: Feb 25, 2007 9:44 PM
Subject: nsRFA
To: R-help@stat.math.ethz.ch, [EMAIL PROTECTED]

Dear Sir
I am not understanding the HOMTESTS in package nsRFA. Is vector x is the
data from all sites combined combined in one vector? How to assign cod?

Your help is really appreciable
Regards
AMINA

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] RFA and nsRFA

2007-02-25 Thread amna khan
Dear Sir
There are two packages of regional frequency analysis RFA and nsRFA. Are
both give us same results if not then what you will suggest.
I am confused about this.
Please guid me in this regard
AMINA

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] nsRFA

2007-02-25 Thread amna khan
Dear Sir
I am not understanding the HOMTESTS in package nsRFA. Is vector x is the
data from all sites combined combined in one vector? How to assign cod?

Your help is really appreciable
Regards
AMINA

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] RFA

2007-02-25 Thread amna khan
Dear Sir in the following example,is the vector lmom a l-moment ratios
vector? What is meant by size = northCascades[,1]? And what are the values
in c(0.0104,0.0399,0.0405)?

Please help me I am unable to understand these from help manual.

Best Regards
AMINA



data(northCascades)

lmom - c(1, 0.1103, 0.0279, 0.1366)

kappaParam - kappalmom(lmom)

heterogeneity(500, 19, size = northCascades[,1],

kappaParam, c(0.0104, .0339, .0405))

##The heterogeneity statistics given by Hosking for this case

##study are H1 = 0.62, H2 = -1.49 and H3 = -2.37

##Taking into account sample variability, results should be

##consistent


-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] Lengend function and moving average plot

2007-02-19 Thread amna khan
Sir I am very new user of R. I am not understanding the how to write the
plot description in box outside the plot. And how we can plot the moving
averages on the plot having regression line and time series.

Please guide me in this regard

AMINA
GC University, Lahore

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] Legend function

2007-02-13 Thread amna khan
Dear Sir

Lengend add a bix containing plot discription in the existing plot. Is there
any function which decribe the lines in a plot outside the existing plot?

I have also a question related to following statement. In this statement  *
 is used for plot discription. If we have plotted type=o of plot then
what pch is to be used.

legend(30,3.5, c(Fuel,Smoothed Fuel), pch=* , lty=c(0,1))

Please Help in this regard

AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] Regression Line Plot

2007-01-31 Thread amna khan
Sir I am not finding the function to plot least square regression line on
type=o plot of two variables.
guid me in this regard.

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] Help to solve matrices

2007-01-31 Thread amna khan
Sir I am new user of R. I am facing problems in solving matrices.
for example
a-array(c(3,4,1),dim=c(3,1))
b-a%o%a
b

, , 1, 1

 [,1]
[1,]9
[2,]   12
[3,]3

, , 2, 1

 [,1]
[1,]   12
[2,]   16
[3,]4

, , 3, 1

 [,1]
[1,]3
[2,]4
[3,]1
solve(b)
Error in solve.default(b) : only square matrices can be inverted
solve(b,a)
Error in solve.default(b, a) : 'b' must be compatible with 'a'
Sir I request you to help me in  this regard.

AMINA SHAHZAD
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] Help for RFA

2007-01-12 Thread amna khan
Respected Sir

I am very new user of R. I am trying to use RFA package for Regional
frequency analysis of rainfall data. Sir I am not understanding the example
given in refference manual

data(region)
reganalysis(region)

Sir in this example how can I make my own data(region) and what are the
rows and columns of region .
Sir I request you to please guide me in this respect.
Best Regards
AMINA

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] R-Help

2006-12-06 Thread amna khan
Respected Sir
I am a very new user of R. I want to ask a question about the nortest
package. In this package how we can write the code of ad.test, cvm.test,
ks.test for other distributions like GEV, GPA etc.

I request you to please  guide to me.
Kind Regards
AMNA

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] Fwd: R-Help

2006-12-06 Thread amna khan
-- Forwarded message --
From: amna khan [EMAIL PROTECTED]
Date: Dec 6, 2006 10:28 PM
Subject: R-Help
To: [EMAIL PROTECTED]

Respected Sir
I am a very new user of R. I want to ask a question about the nortest
package. In this package how we can write the code of ad.test, cvm.test,
ks.test for other distributions like GEV, GPA etc.

I request you to please  guide to me.
Kind Regards
AMNA

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] Help for L-moment Ratio Diagram

2006-12-04 Thread amna khan
Respected Sir

I have to select a probability distribution using L-moment Ratio Diagram. I
am not understanding how to plot sample TAU3 and TUA4 on L-moment Ratio
Diagram.
Please Guide me
Best Regards

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] R Help

2006-11-11 Thread amna khan

Respected Sir
I request you to please fill the following read.table function and
read.csvfor my understanding by assuming my data attached with this
maiL, because I
am fail to run these functions using manual guidlines.

read.table(file, header = FALSE, sep = , quote = \',
  dec = ., row.names, col.names,
  as.is = !stringsAsFactors,
  na.strings = NA, colClasses = NA, nrows = -1,
  skip = 0, check.names = TRUE, fill = !blank.lines.skip,
  strip.white = FALSE, blank.lines.skip = TRUE,
  comment.char = #, allowEscapes = FALSE, flush = FALSE,
  stringsAsFactors = default.stringsAsFactors())

read.csv(file, header = TRUE, sep = ,, quote=\, dec=.,
fill = TRUE, comment.char=, ...)

read.delim(file, header = TRUE, sep = \t, quote=\, dec=.,
  fill = TRUE, comment.char=, ...)

I shall be really thankful to  you.
REGARDS

--
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Years   lrmax   n1  n2  n3  n4  arranged
1980207.6   25  24  23  22  29.4
198192.724  23  22  21  49.4
198267.523  22  21  20  55.1
198393.822  21  20  19  58
198460.621  20  19  18  59
1985117.4   20  19  18  17  59.1
198665.319  18  17  16  60.6
198759.118  17  16  15  65.3
198876.917  16  15  14  67.5
1989123.1   16  15  14  13  69.6
199083.115  14  13  12  75.7
199175.714  13  12  11  76.8
199269.613  12  11  10  76.9
199355.112  11  10  9   83.1
199449.411  10  9   8   84.2
199576.810  9   8   7   87
1996189.7   9   8   7   6   88.2
1997151.1   8   7   6   5   92.7
199859  7   6   5   4   93.8
199988.26   5   4   3   110
2000110 5   4   3   2   117.4
200187  4   3   2   1   123.1
200229.43   2   1   0   136.8
200384.22   1   0   0   151.1
200458  1   0   0   0   189.7
2005136.8   0   0   0   0   207.6

__
R-help@stat.math.ethz.ch 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] R Help

2006-11-09 Thread amna khan
Respected Sir
I am very new user of R language. Sir i am facing problems in learning R
language   reading manuals. Sir is there any possibility of learning it by
some tutor online? Sir my research work is going to be late because of not
having understanding of R.
After a long struggle, I am just able to import data. But i am unable to
save it as a data file.
Sir I request  you to please give me some instructions. And how I can make
it easier for learning it.

I shall be very thank ful to you for your help.
Regards
-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] reading data in extreme toolkit

2006-11-07 Thread amna khan
Sir I am very new user  of R language. I have a problem. I have imported
data on R console and then i used save workspace option to save data. Is
it right way to save data. Then to read data in extremes toolkit using saved
workspace I got the following messages

 Package extRemes: For a tutorial and more information go to
http://www.esig.ucar.edu/extremevalues/evtk.html
[1] Successfully opened file: lahore
   X...
NNA
mean NA
Std.Dev. NA
min  NA
Q1   NA
median   NA
Q3   NA
max  NA
missing values   NA

 Saving workspace (may take a few moments for large workspaces) ...

 Workspace saved.
 Sir I request you to please guide to me in very simple way.
Thank You
-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] R help

2006-11-06 Thread amna khan
*I am a very new user of R. I've spent several hours trying to import
data, I am successful in importing data from Excel. After having the data on
R console, I am not understanding how to make a file for imported data,so I
feel okay asking the list for help. *
*I have used save workspace option from file menu. but when i have to use
that saved workspace in extReme toolkit using read data option from file
menu I am getting the following messages*

**
*Error in read.table(C:/Program Files/R/R-2.4.0/Rainfall Data/lahore,  :
more columns than column names
In addition: Warning message:
incomplete final line found by readTableHeader on 'C:/Program Files/R/R-
2.4.0/Rainfall Data/lahore'
Error in parse(file, n = -1, NULL, ?) : syntax error*
**
*I request you to please guide to me.*
*Regards

*AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] for importing data

2006-10-30 Thread amna khan
*I am a very new user of R. I've spent several hours trying to import
data, so I feel okay asking the list for help. *
*I had an Excel file,  then I turned it into a tab-delimited file, as
instructed by directions My
filename is lahore.txt I amusing the following commands for read.delim but
i am getting following mesages. Sir i am sending you my excel data file i
request you to   please write the right read.delim function for  importing
data file after transforming it into a tab-delimited form.*

lahore-read.delim(lahore.txt)
Error in file(file, r) : unable to open connection
In addition: Warning message:
cannot open file 'lahore.txt', reason 'No such file or directory'

Regards

AMINA SHAHZADI*.*
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] problem in intallasation

2006-10-30 Thread amna khan
Sir I have downloaded new release of R  2.4.0. But there is no
R.2.4.0.exefile for installing it.
I request you to please guid me.


Regards

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] how to make a data file

2006-10-30 Thread amna khan
Sir after importing data from excel to R, I am not understanding how to make
this data file. So that I can use it in extRemeToolkit and other packages.
Thank you

-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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] help fo finding R package utils

2006-10-25 Thread amna khan
Sir I have a problem that from which country i can assess R package utils
for data entry for loading it in R
Please help me in this regard.


-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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.