octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #66388] [octave forge] (statistics) anovan: su


From: Muhali
Subject: [Octave-bug-tracker] [bug #66388] [octave forge] (statistics) anovan: suggested help text example not working
Date: Tue, 10 Dec 2024 05:43:49 -0500 (EST)

Follow-up Comment #5, bug #66388 (group octave):

[comment #3 comment #3:]
> Would you have a suggestion for an example that can replace that help text
> stanza?

the following is a simple working example, slightly modified from the matlab
documentation on anovan:

y = [52.7 57.5 45.9 44.5 53.0 57.0 45.9 44.0]';
g1 = {'1';'2';'1';'2';'1';'2';'1';'2'}; 
g2 = {'hi';'hi';'lo';'lo';'hi';'hi';'lo';'lo'}; 
g3 = {'may';'may';'may';'may';'june';'june';'june';'june'};
p = anovan(y,{g1,g2,g3})

It gives the basic idea and can easily be modified using different entries.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?66388>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature


reply via email to

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