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: reshape wide with 'repeated' observations


From   Nick Cox <[email protected]>
To   "[email protected]" <[email protected]>
Subject   Re: st: reshape wide with 'repeated' observations
Date   Wed, 19 Feb 2014 01:10:29 +0000

First, you showed us nothing of R0 R6 R12 V0 V6 V12 before.

Second, R* V* look to me like wide form needing -reshape long- if 0 6
12 indicate times of day. I can't make sense at all of your
description.

It might help if you tell us also what the variables mean. If these
are days -- but every other day -- and hours -- but only 00:00 06:00
12:00, then that's puzzling, although not completely crazy. On the
other hand, the R* V* might mean something quite different, in which
case the data might not need any kind of -reshape-

Nick
[email protected]


On 18 February 2014 22:56, Ojinnaka, Chinedum <[email protected]>

> Other variables within the dataset are in wide format while this particular variable is in long form i.e. the dataset looks like the table provided below. So, I want to get the data in a wide form and reshape it back to long accounting for all the variables that should also be in a long form
>
>>> id      date                   level   R0     R6     R12     V0         V6   V12
>>> 1       02202004        5.6        3         5       4      7         5            2
>>> 1       04202004        5.4        3         5       4      7         5            2
>>> 1       06202004        5.6        3         5       4      7         5            2

Nick Cox

> OK; so why do you want to do that?

Ojinnaka, Chinedum <[email protected]> wrote:

>> I am sorry about the confusion. Yes, the data is in long form and I want to reshape it to a wide form. However, because some of the observations have similar values like in the table I provided. Stata says the values are not unique to the id. I am wondering if there is a way to get around this problem.

Nick Cox

>> Your title says "reshape wide" but you say you want to "reshape from wide to long". Stata means "reshape to wide" when it says "reshape wide" and similarly for "long".
>>
>> In your case, the example data appear to be already in long form with identifier repeated for each observation. For most panel or longitudinal tasks, this is what you need, so if I understand you correctly, there is no problem to be fixed.

On 18 February 2014 17:05, Ojinnaka, Chinedum <[email protected]

>>> I want to reshape a dataset from wide to long. The variable of interest is a measure that can be repeated multiple times with the same measurement (example provided in table below), thus, I received an error message saying that values of the variable are not unique within the studyid. Is there anything that can be done about this?
>>>
>>> id      date                   level
>>> 1       02202004        5.6
>>> 1       04202004        5.4
>>> 1       06202004        5.6

*
*   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