I have data I imported into RStudio from an xls file inside a variable l_poisson and also I have this same data stored within a vector named pois.data. What I would like to do is take the logarithm of my column entries (of the xls file) or of the entries in general (of the vector) and then store this within a new variable called pois.log though it's not working with my code.