In the discussion in the accepted answer in this question, user3050574 said that:
"... it is my understanding that mat2listw creates a row standardized weight matrix from a matrix that is currently just in binary form."
This is the only place that I read about this kind of saying. In the "spdep" R document, it is said that
"The function converts a square spatial weights matrix, optionally a sparse matrix to a weight list object, ..."
Does this conversion include row-standardizing?
I have a weight matrix with each element as the exact weight that I want to apply. Therefore it's crucial to me to be certain about whether the mat2listw function generates a row-standardized weight matrix or not.