search for: revfcast

Displaying 3 results from an estimated 3 matches for "revfcast".

Did you mean: recast
2018 May 07
2
read.csv and Decimal places
Hi, Novice UsR here. I have a csv file that contains 13 columns of numeric data that have decimal places (for the most part). After reading in the file RevFCast = read.csv("RevAnalysisNov2016_April2018.csv", header=TRUE, dec = ".", stringsAsFactors=FALSE) and viewing the data View(RevFCast) Some of the fields came in with the correct decimals and some not? The view in R: 5973157 1281576 -39811.51 -247443.9 994320.6 1534165 13...
2018 May 07
0
read.csv and Decimal places
The stored numbers are correct. They are rounded on printing. print(RevFCast, digits=17) See ?options And scroll down to digits. On Mon, May 7, 2018 at 11:50 Bill Poling <Bill.Poling at zelis.com> wrote: > Hi, Novice UsR here. > > I have a csv file that contains 13 columns of numeric data that have > decimal places (for the most part). > > After r...
2018 May 07
1
read.csv and Decimal places
...le keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, May 7, 2018 at 9:10 AM, Richard M. Heiberger <rmh at temple.edu> wrote: > The stored numbers are correct. They are rounded on printing. > print(RevFCast, digits=17) > > See > ?options > And scroll down to digits. > > On Mon, May 7, 2018 at 11:50 Bill Poling <Bill.Poling at zelis.com> wrote: > > > Hi, Novice UsR here. > > > > I have a csv file that contains 13 columns of numeric data that have > > d...