Re: histogram does not show all value of frequencies

2022-03-15 Thread Andreas Hammer
schrieb Andreas Hammer : Hello, actually I have the same problem as metionend (https://lists.gnu.org/archive/html/pspp-users/2016-03/msg00077.html) Re: histogram does not show all value of frequencies *Date*: Sat, 26 Mar 2016 14:10:15 +0100 Some values are cut (see shnapshot from

Re: histogram does not show all value of frequencies

2022-03-15 Thread ahammer
Nachricht Von: Friedrich Beckmann Datum: 14.03.22 23:08 (GMT+01:00) An: Andreas Hammer Cc: pspp-users@gnu.org Betreff: Re: histogram does not show all value of frequencies Hi Andreas,do you refer to the normal curve which ist cutoff at the top? FriedrichAm 13.03.2022 um 23:05 schrieb

Re: histogram does not show all value of frequencies

2022-03-14 Thread Friedrich Beckmann
lt;https://lists.gnu.org/archive/html/pspp-users/2016-03/msg00077.html>) > > > > Re: histogram does not show all value of frequencies > Date: Sat, 26 Mar 2016 14:10:15 +0100 > Some values are cut (see shnapshot from the output window and the png-file > created with export

histogram does not show all value of frequencies

2022-03-14 Thread Andreas Hammer
Hello, actually I have the same problem as metionend (https://lists.gnu.org/archive/html/pspp-users/2016-03/msg00077.html) Re: histogram does not show all value of frequencies *Date*: Sat, 26 Mar 2016 14:10:15 +0100 Some values are cut (see shnapshot from the output window

Re: Where does PSPP keep histogram files (working with syntax files from terminal)

2020-06-15 Thread John Darrington
> J' > > On Sun, Jun 14, 2020 at 08:09:34PM +0300, Oren Ish-Shalom wrote: > Hi, > I???m using PSPP with syntax (*.sps files) from (a Linux) terminal. > When I ask PSPP to draw a histogram with: > > GRAPH >

Re: Where does PSPP keep histogram files (working with syntax files from terminal)

2020-06-15 Thread Ben Pfaff
gt; J' > > On Sun, Jun 14, 2020 at 08:09:34PM +0300, Oren Ish-Shalom wrote: > Hi, > I???m using PSPP with syntax (*.sps files) from (a Linux) terminal. > When I ask PSPP to draw a histogram with: > > GRAPH > /HISTOGRAM = NumDays_sensitive. >

Re: Where does PSPP keep histogram files (working with syntax files from terminal)

2020-06-14 Thread John Darrington
I???m using PSPP with syntax (*.sps files) from (a Linux) terminal. When I ask PSPP to draw a histogram with: GRAPH /HISTOGRAM = NumDays_sensitive. no error happens, but *no image file (*.png or other)was created*. What am I missing? Thanks! Oren

Where does PSPP keep histogram files (working with syntax files from terminal)

2020-06-14 Thread Oren Ish-Shalom
Hi, I’m using PSPP with syntax (*.sps files) from (a Linux) terminal. When I ask PSPP to draw a histogram with: GRAPH /HISTOGRAM = NumDays_sensitive. no error happens, but *no image file (*.png or other)was created*. What am I missing? Thanks! Oren

Re: Export PSPP histogram to an image file

2019-02-21 Thread Alan Mead
Looks like you found your answer. Happy to hear it. > It turns out I simply needed to specify the output: > > |$ pspp mySyntaxFile.sps -o histogram.pdf -O format=pdf| On 2/21/2019 3:31 AM, Oren Ish-Shalom wrote: > Hi, > > I'm trying to export a histogram to an image file.

Export PSPP histogram to an image file

2019-02-21 Thread Oren Ish-Shalom
Hi, I'm trying to export a histogram to an image file. My input is an *.ods file, and here is my syntax file: GET DATA /TYPE=ODS /FILE='grades.ods' /CELLRANGE=FULL /READNAMES=ON /ASSUMEDSTRWIDTH=32 . GRAPH /HISTOGRAM = Q2 . EXECUTE. I posted this question on Cross Valida

Re: histogram oddities

2017-08-06 Thread John Darrington
On Sun, Aug 06, 2017 at 11:57:37AM +0200, ftr public wrote: The GRAPH procedure gives the annexed histogram dp-1.png. The FREQUENCIES procedure gives the annexed histogram dp-1.png. What is surprising is that the two procedures give different graphs, and that in

Re: histogram oddities

2017-08-06 Thread Dr. Oliver Walter
ached you a pdf file which contains a histogram of your data (variable x), a histogram of continuous data (variable y) and a bar chart of your data (variable x). Obviously, the histogram is most appropriate for the continuous data (variable y), but a bar chart is most appropriate for discrete

histogram oddities

2017-08-06 Thread ftr public
Hi, I want to graph a simple frequency distribution of ta variable called soctrust from a national sample. I compare the histogram from a FREQUENCIES command with a diagramme from a GRAPH command. The variable can have integer values from 0 to 10. FREQUENCIES /VARIABLES= soctrust

Re: histogram does not show all value of frequencies

2016-03-26 Thread Friedrich Beckmann
Am 26.03.2016 um 07:54 schrieb John Darrington <j...@darrington.wattle.id.au>:That snapshot is from January.  There were some fixes to Histogram in February.Please try a more recent snapshot.Hi, this is bug http://savannah.gnu.org/bugs/index.php

Re: histogram does not show all value of frequencies

2016-03-26 Thread ftr
On 26/03/2016 07:54, John Darrington wrote: On Fri, Mar 25, 2016 at 11:10:02PM +0100, ftr wrote: On 25/03/2016 07:54, John Darrington wrote: >There have been some changes to histogram recently. >Which version are you running? > GNU pspp 0.9.0-g745ee3 on win

Re: histogram does not show all value of frequencies

2016-03-25 Thread John Darrington
On Fri, Mar 25, 2016 at 11:10:02PM +0100, ftr wrote: On 25/03/2016 07:54, John Darrington wrote: >There have been some changes to histogram recently. >Which version are you running? > GNU pspp 0.9.0-g745ee3 on windows 7 64 That snapshot is from January. T

Re: histogram does not show all value of frequencies

2016-03-25 Thread ftr
On 25/03/2016 07:54, John Darrington wrote: There have been some changes to histogram recently. Which version are you running? GNU pspp 0.9.0-g745ee3 on windows 7 64 And can you post the syntax you are using. EXAMINE VARIABLES= V172 BY country /STATISTICS=none

histogram labels unreadable

2016-03-25 Thread news
Hi, I want to get a histogram of a numerical variable v172 by each value of a nominal value COUNTRY and use the proc EXAMINE. EXAMINE EXAMINE VARIABLES= v172 BY country /PLOT= HISTOGRAM. The output on the screen (see capture attached) is cut after the name of the break

Re: histogram does not show all value of frequencies

2016-03-24 Thread John Darrington
There have been some changes to histogram recently. Which version are you running? And can you post the syntax you are using. J' On Fri, Mar 25, 2016 at 12:33:25AM +0100, news wrote: Hi, I graph the values of a frequency command with FREQUENCIES V172/HIST.

histogram does not show all value of frequencies

2016-03-24 Thread news
Hi, I graph the values of a frequency command with FREQUENCIES V172/HIST. The variables has 11 values, and only 10 are shown. This appears to be a bug to me. This are the data: - ftr QA16 GENERAL TRUST IN PEOPLE (10P-SCALE) ╭──┬──┬─┬─┬─┬

Re: Graph/Histogram oddities

2015-06-22 Thread Friedrich Beckmann
Hi, your data only has discrete values 1,2,3 … 10. Only the histogram bins which range e.g. from [2.333, 3) (2. <= x < 3) are empty. This is correct as there are really no cases which have values in that range. The histogram x-axis labeling is now a continuous range. For your sp

Graph/Histogram oddities

2015-06-22 Thread ftr
Hi, The attached pdf file shows the bizarre translation of DV var levels into the histogram graph. All the 10 continuous levels of the dependent variable soctrust are occupied, but the histogram shows unoccupied classes. The diagram is misleading to me. I then repeated the example with three

Re: HISTOGRAM

2015-05-10 Thread John Darrington
On Sun, May 10, 2015 at 09:09:35PM -0300, Nelson Kautzner Marques Junior wrote: It is possible change the histogram in output? For example, change the language, English to Portuguese. There is a Brazilian Portuguese localisation, however I don't think it is very up to

HISTOGRAM

2015-05-10 Thread Nelson Kautzner Marques Junior
Dear PSPP, It is possible change the histogram in output? For example, change the language, English to Portuguese. How can I copy the output histogram graph to word? Sincerely, Nelson K. Marques Jr. ___ Pspp-users mailing list Pspp-users@gnu.org

Re: Sex histogram

2014-02-08 Thread John Darrington
Ahh no. PSPP doesn't (yet) do bar graphs. J' On Thu, Feb 06, 2014 at 12:28:15PM -0500, Denis Bergeron wrote: Maybe my translation is not good. But what is the good word for a graphical representation of a string discrete uncontinius variable ? A bar graph ? Did PSP

Re: Sex histogram

2014-02-06 Thread Alan Mead
mailto:denis.b.berge...@gmail.com>> wrote: Hi everyone, I trying PSPP for the first the, in place of SPSS. I'm a student, and I can afford to go to the school lab everyday for SPSS work. So, I,m tryting PSPP 0.7.9 included with Ubuntu 13.10 I trying to do histogram o

Re: Sex histogram

2014-02-06 Thread Denis Bergeron
Maybe my translation is not good. But what is the good word for a graphical representation of a string discrete uncontinius variable ? A bar graph ? Did PSPP do that ? Le jeu 06 fév 2014 12:16:48 EST, John Darrington a écrit : I don't understand how a "histogram for a string var

Re: Sex histogram

2014-02-06 Thread John Darrington
I don't understand how a "histogram for a string variable" has any meaning. A histogram groups numbers into ranges - you can't "group strings into ranges", because a string does not contain quantative information. Slightly more formally, a histogram is an

Re: Sex histogram

2014-02-06 Thread Alan Mead
2014, Denis Bergeron mailto:denis.b.berge...@gmail.com>> wrote: Hi everyone, I trying PSPP for the first the, in place of SPSS. I'm a student, and I can afford to go to the school lab everyday for SPSS work. So, I,m tryting PSPP 0.7.9 included with Ubuntu 13.10 I tryin

Re: Sex histogram

2014-02-06 Thread Sam Allen
to the school lab everyday for SPSS > work. > So, I,m tryting PSPP 0.7.9 included with Ubuntu 13.10 > I trying to do histogram of the gender distribution on a pretty small > echantillon. > I read on a lot of forum that PSPP doesn't output histogram for string > variable. >

Sex histogram

2014-02-06 Thread Denis Bergeron
Hi everyone, I trying PSPP for the first the, in place of SPSS. I'm a student, and I can afford to go to the school lab everyday for SPSS work. So, I,m tryting PSPP 0.7.9 included with Ubuntu 13.10 I trying to do histogram of the gender distribution on a pretty small echantillon. I read

Re: problem creating histogram

2010-09-29 Thread John Darrington
On Tue, Sep 28, 2010 at 01:02:17PM -0400, Marc-Antoine Daneau wrote: > > I'm new to PSPP. I'm trying to use syntax only to create an histogram > with a string variable for X axis (let's say x_axis) and a numeric > variable for the Y axis (y_axis). > I've

problem creating histogram

2010-09-28 Thread Marc-Antoine Daneau
Hi. I'm new to PSPP. I'm trying to use syntax only to create an histogram with a string variable for X axis (let's say x_axis) and a numeric variable for the Y axis (y_axis). I've been searching for hour and now I'm lost. How do I call the right variable? How t

Re: PSPP Histogram

2010-03-10 Thread Ben Pfaff
n, but just to prove to myself I'm not > dreaming. Sturges would suggest 13 bins here. I also ran 256 > datapoints (Sturges 9 bins) which produced a chart with seven > bins. Have never seen a PSPP histogram with 11 bins-- that > would have been magnificence itself! > > Syntax

Re: Import data from other file formats and Histogram question

2010-03-10 Thread Ben Pfaff
"Gaj Vidmar" writes: > Though widely used, Sturges' rule is a wrong choice -- see (e.g., since it's > freely available and easy to understand > even for non-mathematicians like most of ) > > http://robjhyndman.com/papers/sturges.pdf Which rule do you recommend? I chose Sturges' rule because it

Re: Import data from other file formats and Histogram question

2010-03-10 Thread Gaj Vidmar
Assist. Prof. Gaj Vidmar, PhD University Rehabilitation Institute, Republic of Slovenia & Univ. of Ljubljana, Fac. of Medicine, Inst. for Biostatistics and Medical Informatics "Ben Pfaff" wrote in message news:87d3zc6alt@blp.benpfaff.org... > [cleaning out my old email] > >

Re: Import data from other file formats and Histogram question

2010-03-09 Thread Ben Pfaff
[cleaning out my old email] Erik Frebold writes: > 2. Re: Histogram-- I was puzzled as to why this function would > assign only six bins to an n=1000 dataset. Upon investigation, > looks like the number of bins is assigned by gsl, right? (which > I assume would use something s

Re: Import data from other file formats and Histogram question

2009-11-19 Thread John Darrington
On Tue, Nov 17, 2009 at 11:58:27PM -0800, Erik Frebold wrote: 1. Here is the .jnl. The n=5000 file still comes up with 5000 "garbage" errors. It's not so much this particular file I care about importing, as any datafile. I'd rather not have to cut and paste to purge them of whatever seems t

Re: Import data from other file formats and Histogram question

2009-11-17 Thread Erik Frebold
empts/normdataSet2.csv" > /IMPORTCASES=ALL > /ARRANGEMENT=DELIMITED > /DELCASE=LINE > /DELIMITERS="" > /VARIABLES= > VAR001 F17.11. 2. Re: Histogram-- I was puzzled as to why this function would assign only six bins to an n=1000 dataset. Upon investigati

Re: Import data from other file formats and Histogram question

2009-11-16 Thread John Darrington
On Mon, Nov 16, 2009 at 03:18:09PM -0800, Erik Frebold wrote: I'm importing using ppspire's File-Import Delimited Text Data. Select the file, import all cases, Forward, Forward, deselect the hyphen separator (pspp interprets the minus sign as a hyphen otherwise)(I also tried selecting the

Re: Import data from other file formats and Histogram question

2009-11-16 Thread John Darrington
On Sun, Nov 15, 2009 at 01:34:11PM -0800, Erik Frebold wrote: Did succeed to load the complete datafile by cutting/pasting all the numbers into a texteditor (kludge alert..) and saving to a new file. What would that have stripped out? (the original file still produces gcc's "number followe

Re: Import data from other file formats and Histogram question

2009-11-15 Thread Erik Frebold
import into psppire contains only 3838. That's odd. 2. Re: Histogram: I run the following on the successful import: FREQUENCIES /VARIABLES= VAR001 /FORMAT=AVALUE TABLE /HISTOGRAM=NORMAL. This produces some tables and a .png histogram with six bins. Shouldn't the