On 29-Jul-10 09:25:37, Ted Harding wrote:
> On 29-Jul-10 09:08:22, Nicola Sturaro Sommacal wrote:
>> Hi!
>> I have a ftable object in which some row contains integers and
>> some other contains a percentage that I would like to show with
>> two digits after the dot.
>>
>> I tried something like
>>
On 29-Jul-10 09:08:22, Nicola Sturaro Sommacal wrote:
> Hi!
> I have a ftable object in which some row contains integers and
> some other contains a percentage that I would like to show with
> two digits after the dot.
>
> I tried something like
> ftblP[index,] = as.character(round(ftblP[index,],2
Hi!
I have a ftable object in which some row contains integers and some other
contains a percentage that I would like to show with two digits after the
dot.
I tried something like ftblP[index,] = as.character(round(ftblP[index, ],
2)) where the index vector contains the number of the rows contain
3 matches
Mail list logo