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
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
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
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
> 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
>
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.
>
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
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
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.
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
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
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
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
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
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
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
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
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
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.
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)
╭──┬──┬─┬─┬─┬
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
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
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
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
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
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
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
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
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
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.
>
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
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
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
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
"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
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]
>
>
[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
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
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
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
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
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
42 matches
Mail list logo