Displaying 1 result from an estimated 1 matches for "voutx".
Did you mean:
vout
2003 Jun 20
1
Power Law Exponents
...uot;)
> linx = as.vector(linf$lin, mode="numeric")
> liny = as.vector(linf$Freq, mode="numeric")
> plot(linx, liny, pch=3, log="xy",main="Log-log", xlab="Indegree",
ylab="Frequency - Indegree")
> abline(lm (log10(vouty) ~ log10(voutx)))
This gives me the semblance of the plot I want but the exponent is wrong
and I have severe doubts about its correctness.
As I am neither a mathematician or statistician, I would be very
grateful for comments or guidance or correction.
Best Regards
Martin
--
Martin H. Robinson <mrobin at e...