Skip to content

R and Copula

3 messages · gyadav at ccilindia.co.in, copula, Julian Burgos

#
I have installed fast all packages for copula,
I have installed package 'gnml' and the others from the Jim Lindsey's web
site and the other packages like 'repeted' which is necessary for
calculating copula.
 
but when I start with copula it write: 
'gausscop' function is not found. And also 'fitted.gausscop(z)' and
'residuals.gausscop(z)'.

also what I want to say is: when I have installed package 'repeted' from Jim
Lindsey's web site in R project, this what I have received: 
 
"utils:::menuInstallLocal()
updating HTML package descriptions"

what have I to do next to solve this problem and to continue with copula.


Thanks a lot for previous help!
gyadav wrote:

  
    
#
Hi Meeryana,

It seems you have not loaded the package.  To use a package that you 
already installed, do:

 > library(copula)

I recommend you review the R documentation.  There are several good 
references and tutorial on the CRAN site:

http://cran.r-project.org/manuals.html
http://cran.r-project.org/other-docs.html

Any time you spend learning the basics will make your work more 
efficient. :)
Good luck,

Julian

Fisheries Acoustics Research Lab
School of Aquatic and Fishery Science
copula wrote: