I'm working on species area relationships. Basically, the more area you have, the higher the species richness. It's often described by a power function:
$S=c A^z$
The contemporary way to use this power function is to transform S and A to log-scales so you end up with this:
$\log S = c + z \log A$
Where $c$ and $z$ are fitted constants, $S$ is species richness, and $A$ is area.
The value of $z$ is of my interest. I have been extracting $z$ values from papers to analyze for a project. However, I have run into papers with $z$ values from a semi-log version of this relationship.
$S = c + z \log A$
I am wondering if it's possibly to convert the semilog $z$ to a log-log $z$ without having any of the values of species richness or area? I have talked to my colleagues and they are not sure.
If I understand you correctly, in your model you look at the function $$S(A)=cA^z,$$ where $c>0$ and $z$ are some constants. Then you used the logarithm to get $$\log S(z) = \log c + z\log A.$$ In the paper you are reading they use $$\log S(A) = \bar{c} + z\log A$$ for some constant $\bar{c}>0$. The z in both papers are the same? Then, the relationship $$\bar{c}=\log c$$ holds and therefore $$e^{\bar{c}}=c.$$
I am assuming that $\log$ means the natural logarithm.