Skip to content
Prev 241061 / 398500 Next

format as percentage

On 11/10/2010 07:55 PM, Santosh Srinivas wrote:
Hi Santosh,
If you want to scale proportions to percentages, you probably want this:

paste(100*degree,"%")

You may also have to look at rounding the result to avoid those awful

27.29387163%

outcomes.

Jim