MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

FW: Re: Frequencies function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg15180] FW: Re: Frequencies function
  • From: jim leddon <jleddon at cyberramp.net>
  • Date: Fri, 18 Dec 1998 23:20:23 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

-----Original Message-----
From:	jim leddon [SMTP:jleddon at cyberramp.net] Sent:	Thursday, December
17, 1998 6:46 AM To:	'mathgroup at smc.vnet.net'
Subject:	Re: Frequencies function

Hello,

I am trying to use the 'Frequencies" function under the data
manipulation package as described below:

in[1]: ClearAll;

in[2]: <<Statistics`DataManipulation`

in[3]: lis ={1,3,2,5,2,4,1};

in[4]: freq = Frequencies[lis]

out[4]: {1,3,2,5,2,4,1}

in essence, I just get a repeat of the data list, "lis". What could be
wrong?

Thanks in advance for your help.
Regards,
Debbie Leddon


  • Prev by Date: Question about how Contex resolving works in Mathematica
  • Next by Date: Re(2): Re: Together chokes with Prime Modulus > 46337
  • Previous by thread: Re: Question about how Contex resolving works in Mathematica
  • Next by thread: Re: FW: Re: Frequencies function