Two comments on the ability of the 'sos' package to identify this kind 
of thing:


       1.  The object returned by "findFn" can be passed to two other 
useful functions (as documented in a vignette, previously published in 
the R Journal):


             1.1.  "installPackages", which attempts to install CRAN [or 
more precisely getOptions("repos")] packages not already available locally.


             1.2.  "writeFindFn2xls", which attempts to create a *.xls 
file, whose first sheet is a summary by package of the results.  This 
summary identifies number of matches in each referenced package, date 
last updated, and other information to help users select among different 
available packages.  If the package is not available locally and not on 
CRAN, "installPackages" won't find it, and "writeFindFn2xls" will 
provide blanks for the information it tries to obtain from installed 
packages.


       2.  It would be nice if the 'findFn' results could also 
immediately identify which functions are in packages available locally 
and which repositories contain those not locally installed.  However, 
this would require modification to the RSiteSearch database, used by 
'findFn'.  Anyone willing to upgrade the RSiteSearch database is 
encouraged to contact Prof. Jonathan Baron (ba...@psych.upenn.edu), who 
has repeatedly asked for volunteer(s) to maintain it;  he has many other 
commitments, and would like to transfer this to someone else.


       Hope this helps.
       Spencer Graves


p.s.  Thanks to Dennis Murphy for demonstrating the utility of this 
package for this purpose and to Prof. Ripley for suggesting a possible 
enhancement to 'findFn'.

On 11/25/2011 1:04 AM, Pfaff, Bernhard Dr. wrote:
> Hello Denis&  Fayyad,
>
> in principal the advice given is appropriate, but QRMlib has been removed 
> from CRAN lately, due to a glitch with its dependencies and the current 
> version of R. Hence, to get the package installed and does not want to wait 
> until it shows up on CRAN, one should to the following in the intermediate 
> time:
>
> 1) Grab an old release of QRMlib from the CRAN archive.
> 2) Obtain the packages fSeries and fCalendar from R-Forge
> 3) Install 2) and 1) in that order.
>
> Best,
> Bernhard
>
> ps: The package maintainer of QRMlib is aware of the problem and hopefully, 
> the package QRMlib is fixed quite soon.
>
> -----Ursprüngliche Nachricht-----
> Von:r-help-boun...@r-project.org  [mailto:r-help-boun...@r-project.org] Im 
> Auftrag von Dennis Murphy
> Gesendet: Freitag, 25. November 2011 09:10
> An: cahaya iman
> Cc:r-help@r-project.org
> Betreff: Re: [R] Copula Fitting Using R
>
> Hi:
>
> This is the type of question for which the sos package can come to the rescue:
>
> library('sos')
> findFn('Gumbel Clayton copula')
>
> It appears that the QRMlib package would be a reasonable place to start.
>
> Dennis
>
> On Thu, Nov 24, 2011 at 7:29 PM, cahaya iman<qaisfay...@gmail.com>  wrote:
>> Hi,
>>
>> Is anybody using Copula package for fitting copulas to own data?
>> I have two marginals Log Normal with (parameters 1.17 and 0.76) and Gamma (
>> 2.7 and 1.05)
>>
>> Which package I should use to fit Gumbel and Clayton Copulas?
>>
>> Thanks,
>> fayyad
>>
>>         [[alternative HTML version deleted]]
>>
>>
>> ______________________________________________
>> R-help@r-project.org  mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>>


-- 
Spencer Graves, PE, PhD
President and Chief Technology Officer
Structure Inspection and Monitoring, Inc.
751 Emerson Ct.
San José, CA 95126
ph:  408-655-4567
web:  www.structuremonitoring.com



        [[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.

Reply via email to