Normalization data and show NA in R -


i try normalized data in r, , show n/a actually.

data before normalization

data after normalization

is data small? or problem? have research , found add na.rm=t, can put?

normalized <-function(x) {(x-min(x,na.rm=t))/(max(x,na.rm=t)-min(x,na.rm=t))}

if that, found outcome positive.

thanks answering.


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -