Description Usage Arguments Value
Normalize Weights
1 |
x |
A data frame or tibble. |
weights |
The unquoted name of a numeric column in |
A data frame that is like x
, except that the values of the
weights
variable, W(i,j)
have been normalized such that
W_tilde(i, j) = (i/n) * (W(i,j) / sqrt(E_x[W(i,x)] * E_x[W(j,x)]))
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.