powered by
Convert list to bicop object
as.bicop(object, check = TRUE)
A bicop object corresponding to the specification in object.
object
a list containing entries for "family", "rotation", "parameters", and "npars".
"family"
"rotation"
"parameters"
"npars"
whether to check for validity of the family/parameter specification.
as.bicop(list(family = "gumbel", rotation = 90, parameters = 2, npars = 1))
Run the code above in your browser using DataLab