pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Output format for p-values


From: Ben Pfaff
Subject: Re: Output format for p-values
Date: Thu, 24 Apr 2014 20:58:20 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Apr 22, 2014 at 08:40:22AM +0200, John Darrington wrote:
> Perhaps we could change tab_double and tab_value to take a "reported value 
> class", say
> 
> enum reported_value_class {
>  WEIGHT,
>  INTEGER,
>  P_VALUE,
>  OTHER
> };
> 
> and then have a map which associates each class with a function to determine 
> how it should
> be displayed.  We would then need to provide a means for the user to change 
> the mapping 
> as he desires.
> 
> Such a solution should be regarded as intermediate, until we get a better 
> abstraction of
> our data output, but might be solve the immediate problem without too much 
> effort.

I think that's a fine way to start.  If you have time and inclination
to work on it, then it makes sense to me.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]