Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


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

Re: st: Using scalars to create a histogram


From   Nick Cox <[email protected]>
To   "[email protected]" <[email protected]>
Subject   Re: st: Using scalars to create a histogram
Date   Mon, 23 Sep 2013 07:48:34 +0100

Correct. Thanks,

Nick
[email protected]


On 23 September 2013 01:11, Steve Samuels <[email protected]> wrote:
> Nick, I think that should be
>
>  replace y = scalar(s`i') in `i'
>
>
> Steve
> [email protected]
>
>
> On Sep 22, 2013, at 12:00 PM, Nick Cox wrote:
>
> Put them in a variable. E.g.
>
> gen y = .
> qui forval i = 1/500 {
>     replace y = scalar(s`i')
> }
>
> assuming that you have 500 or more observations.
>
> Nick
> [email protected]
>
>
> On 22 September 2013 13:07, George Murray <[email protected]> wrote:
>> Dear Statalist,
>>
>> Suppose I have scalars s1, s2, …, s500 (these are not the only scalars
>> saved in the memory), and I wish to draw a histogram of these scalars.
>> Can anyone suggest a method of doing this?
>>
>> Also, suppose I have scalar q1. Any suggestions on how to find how
>> many s1,…,s500 are larger than q1?
>>
>> Thanks,
>>
>> George.
>>
>> *
>> *   For searches and help try:
>> *   http://www.stata.com/help.cgi?search
>> *   http://www.stata.com/support/faqs/resources/statalist-faq/
>> *   http://www.ats.ucla.edu/stat/stata/
>
> *
> *   For searches and help try:
> *   http://www.stata.com/help.cgi?search
> *   http://www.stata.com/support/faqs/resources/statalist-faq/
> *   http://www.ats.ucla.edu/stat/stata/
>
>
> *
> *   For searches and help try:
> *   http://www.stata.com/help.cgi?search
> *   http://www.stata.com/support/faqs/resources/statalist-faq/
> *   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index