Call the function to return the formula of the Single-Hit Multi-Target model (FOMT): $$1-(1-e^{-k\,t})^n$$
Arguments
- t
time
- k
average number of hits per time unit
- m
minimum number of hits required to degrade the molecule
Value
Returns calculated values using the formula of FOMT model
It can be used inside the function nls as the RHS of the formula.