Re: [R] Return values in fExtremes package

2010-01-07 Thread Tim Smith
Re: [R] Return values in fExtremes package Tim Smith wrote: > Hi, > > I was usuing the fExtemes package, and wanted to obtain some of the values > returned from the function gumbelFit(). For example, in the following code, I > would like to access 'mu' and 'beta'

Re: [R] Return values in fExtremes package

2010-01-07 Thread David Scott
Tim Smith wrote: Hi, I was usuing the fExtemes package, and wanted to obtain some of the values returned from the function gumbelFit(). For example, in the following code, I would like to access 'mu' and 'beta' from the object 'para'. How should I go about doing this? Is there any generic met

[R] Return values in fExtremes package

2010-01-07 Thread Tim Smith
Hi, I was usuing the fExtemes package, and wanted to obtain some of the values returned from the function gumbelFit(). For example, in the following code, I would like to access 'mu' and 'beta' from the object 'para'. How should I go about doing this? Is there any generic method to access the o