| setFreqs,MultiMethodMLEstimate-method | R Documentation |
Set the freqs slot of a MultiMethodMLEstimate object. This can be used to update
objects created using emery versions < 0.6.1 to work with newer versions.
## S4 method for signature 'MultiMethodMLEstimate'
setFreqs(x, freqs = NULL)
x |
An object of class MultiMethodMLEstimate. |
freqs |
A vector of non-negative integers |
A copy of the MultiMethodMLEstimate object with freqs in the appropriate slot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.