Ownership-methods | R Documentation |
ownerToMatrix
converts an ownership vector (or factor) to a k x k matrix of
1s and 0s.
ownerToVec
converts a k x k ownership matrix to a length-k
vector whose values identify an owner.
## S4 method for signature 'Antitrust' ownerToMatrix(object, preMerger = TRUE) ## S4 method for signature 'VertBargBertLogit' ownerToMatrix(object, preMerger = TRUE) ## S4 method for signature 'Antitrust' ownerToVec(object, preMerger = TRUE)
object |
An instance of the Antitrust class. |
preMerger |
The ‘preMerger’ takes on a value of TRUE or FALSE, where TRUE invokes the method using the pre-merger values, while FALSE invokes the method using the post-merger ownership structure. |
Charles Taragin ctaragin+antitrustr@gmail.com
showMethods(classes="Antitrust") # show all methods defined for the class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.