My Java interpreter etc. are not in the "standard" paths (I use Oracle
JDK, which was installed in /opt) so I keep getting error messages when
I tried to install packages that depend on rJava. How should Java
runtime specs be specified?
Thanks
Sasha
__
It looks like it is not a UTF-16 text file, although it could be UTF-16
with a different byte order.
Look at it with a text editor or Excel or 'od' or 'file' (the latter are
Unix utilities) or ask the person
you got it from to see what the file contains.
Bill Dunlap
TIBCO Software
wdunlap tibco.co
On Sat, 1 Sep 2018 11:04:28 +1200
Rolf Turner wrote:
> On 08/31/2018 11:42 PM, Nick Wray via R-help wrote:
>
> > ... Does anyone know how to modify the main label when you plot a
> > Cullen & Frey (sounds like an Oxford gentleman's outfitters -
> > statistically significant waistcoats a special
On 08/31/2018 11:42 PM, Nick Wray via R-help wrote:
... Does anyone know how to modify the main label when you plot a
Cullen & Frey (sounds like an Oxford gentleman's outfitters -
statistically significant waistcoats a speciality) diagram from the
"descdist" function?
Fortune nomination.
c
On 08/31/2018 11:42 PM, Nick Wray via R-help wrote:
Hello Does anyone know how to modify the main label when you plot a
Cullen & Frey (sounds like an Oxford gentleman's outfitters -
statistically significant waistcoats a speciality) diagram from the
"descdist" function? I've tried setting a
Try adding fileEncoding="UTF-16" to your read.csv() call. Many Windows
programs write UTF-16 files by default.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Thu, Aug 30, 2018 at 6:05 PM, Spencer Brackett <
spbracket...@saintjosephhs.com> wrote:
> My apologies... the following is what I receiv
Consult the docs, please. ?hist and the "breaks" argument. Also note the
"freq" argument, which means you should not be computing relative
frequencies manually.
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley B
Hello again. I am trying to alter the bin size on a histogram where I have
reset the vertical axis to relative frequency, rather than absolute. Beneath
is a simple example (not my real data) of this:
xvals<-rnorm(1000,0,1)
xvals
hist(xvals)
h<-hist(xvals,plot=F)
h
h$counts
h$counts<-h$counts/
Hello Does anyone know how to modify the main label when you plot a Cullen &
Frey (sounds like an Oxford gentleman's outfitters - statistically significant
waistcoats a speciality) diagram from the "descdist" function? I've tried
setting a variable to the descdist(data) but it just returns th
At this point, it seems pretty clear that the issue is in the data file itself.
Possibilities are that it is either not a CSV file to begin with or in some
exotic encoding (utf-16?).
You probably need to look at the file in a text editor to see whether the
context makes sense as comma-separate
10 matches
Mail list logo