I'm trying to write an equation in R, and then solve it. I'm fairly new to R, so it's probably a basic question, but I haven't been able to make much sense of the CRAN notes on several packages that come up with a google.
My equation:
F- b ln(|1+ (F/b)|) - 0.05t = 0
I'm trying to solve for F, and have other equations/variables in R that define b and t already.
I guess what I'm asking is, how do I translate this formula into something in R, and go about solving it for F?