plot.weights | R Documentation |
Plot weights
## S3 method for class 'weights'
plot(x, ..., type_weights = "standardized", binwidth = NULL)
x |
input |
... |
arguments passed on to the function |
type_weights |
the type of weights to plot. - If 'plot_weights' is 'standardized', histogram of standardized weights will be generated. - If 'plot_weights' is 'unstandardized', histogram of unstandardized weights will be generated. Default is 'standardized'. |
binwidth |
bin width of the histogram. Default is NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.