Hi everyone! I am having trouble with something I guess must be easy, but somehow is getting tricky
I post my idea I believe this is a matter of concept (if a some data is necessary I will provide it). I am trying to create a variable from one vector operating and raising a number to a negative vector
A25_3end <- A25_3end %>% mutate(RQ = 2^.$-ddct))
where ddct is numeric
What I am getting is the minus symbol is not working and e.g. 2^ -9.705333 = 0.001197853
instead I am getting 834.826932
Thanks in advance