bugGNU Octave - Bugs: bug #52711, wrong function name in crosstab...

 
 

bug #52711: wrong function name in crosstab documentation

Submitter:  A.R. Burgers <arb>
Submitted:  Thu 21 Dec 2017 07:41:24 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Documentation
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 21 Dec 2017 11:09:36 AM UTC, comment #1: 
Rik <rik5>
Group administrator
Thu 21 Dec 2017 07:41:24 AM UTC, original submission:  

The name table should be changed to crosstab in crosstab.m:


--- a/scripts/statistics/base/crosstab.m        Tue Dec 19 12:46:15 2017 -0800
+++ b/scripts/statistics/base/crosstab.m        Thu Dec 21 08:40:10 2017 +0100
@@ -17,7 +17,7 @@
 ## <http://www.gnu.org/licenses/>.

 ## -*- texinfo -*-
-## @deftypefn {} {@var{t} =} table (@var{x}, @var{y})
+## @deftypefn {} {@var{t} =} crosstab (@var{x}, @var{y})
 ## Create a cross-tabulation (contingency table) @var{t} from data vectors.
 ##
 ## The inputs @var{x}, @var{y} must be vectors of equal length with a data


A.R. Burgers <arb>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by arb (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-12-21 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code