Displaying 3 results from an estimated 3 matches for "claimeditcancel".
2018 May 07
2
read.csv and Decimal places
...156.76
Am I to believe that the true values in the CSV file are present in the R data or not?
When I create a DF I see the decimals are similar to the view? 5973157 vs. 5973156.76
tmp <- data.frame(RevFCast)
> tmp
Date Month TotalNetRev ClaimEditNew ClaimEditAdjusted ClaimEditCancelled ClaimEditNetRev BRANew BRAAdjusted BRACancelled BRANetRev OONNew OONAdjusted
1 Jan 2016 Totals: 1/31/2016 5973157 1281576 -39811.51 -247443.9 994320.6 1534165 1384.30 -95835.69 1439713 3910730 -13913.00
2 Feb 2016 Totals: 2/28/2016 5159011...
2018 May 07
0
read.csv and Decimal places
...file are present in the R
> data or not?
>
> When I create a DF I see the decimals are similar to the view? 5973157 vs.
> 5973156.76
>
>
> tmp <- data.frame(RevFCast)
>
> > tmp
>
> Date Month TotalNetRev ClaimEditNew ClaimEditAdjusted
> ClaimEditCancelled ClaimEditNetRev BRANew BRAAdjusted BRACancelled
> BRANetRev OONNew OONAdjusted
>
> 1 Jan 2016 Totals: 1/31/2016 5973157 1281576 -39811.51
> -247443.9 994320.6 1534165 1384.30 -95835.69
> 1439713 3910730 -13913.00
>
> 2 Feb 2016...
2018 May 07
1
read.csv and Decimal places
...> When I create a DF I see the decimals are similar to the view? 5973157
> vs.
> > 5973156.76
> >
> >
> > tmp <- data.frame(RevFCast)
> >
> > > tmp
> >
> > Date Month TotalNetRev ClaimEditNew ClaimEditAdjusted
> > ClaimEditCancelled ClaimEditNetRev BRANew BRAAdjusted BRACancelled
> > BRANetRev OONNew OONAdjusted
> >
> > 1 Jan 2016 Totals: 1/31/2016 5973157 1281576 -39811.51
> > -247443.9 994320.6 1534165 1384.30 -95835.69
> > 1439713 3910730 -13913....