I have a dataset with 100 cows, 10 days per cow and feeding time and
rumination time for each hour. We want to prove that feeding time of
each hour is highly correlated with rumination time in the next 2
hours, and therefore we can predict rumination time by measuring
feeding time. I have already created the dataset such as the feeding
time for each hour is matched with the rumination time 2 hours later,
in the same row.
However, I do not think I can just correlate or regress rumination
time to feeding time using the dataset as it is, with 100*10*24
observations, since observations are not independent!!! What should I
do?
Another question: I could run proc corr or prog reg, one coefficient
is just the square root of the other... or not if I report adjusted
rsquare... Since I am not comparing models , and I have just 1
dependant and 1 independant variable, do I still have to report
adjusted rsquare? If I run proc corr, there will be not adjustment at
all...The non-adjusted indeed is higher...
|
|
0
|
|
|
|
Reply
|
nchapinal (89)
|
7/12/2010 6:14:22 PM |
|
On Jul 12, 11:14=A0am, nuria <nchapi...@yahoo.com> wrote:
> I have a dataset with 100 cows, 10 days per cow and feeding time and
> rumination time for each hour. We want to prove that feeding time of
> each hour is highly correlated with rumination time in the next 2
> hours, and therefore we can predict rumination time by measuring
> feeding time. I have already created the dataset such as the feeding
> time for each hour is matched with the rumination time 2 hours later,
> in the same row.
> However, I do not think I can just correlate or regress rumination
> time to feeding time using the dataset as it is, with 100*10*24
> observations, since observations are not independent!!! What should I
> do?
>
> Another question: I could run proc corr or prog reg, one coefficient
> is just the square root of the other... or not if I report adjusted
> rsquare... Since I am not comparing models , and I have just 1
> dependant and 1 independant variable, do I still have to report
> adjusted rsquare? If I run proc corr, there will be not adjustment at
> all...The non-adjusted indeed is higher...
if you're looking for correlations over time, check the autoreg
procedure. You may need an additional correction if you're measuring
the same 10 cows over 10 days.
HTH,
Reeza
|
|
0
|
|
|
|
Reply
|
Reeza
|
7/12/2010 11:21:06 PM
|
|
|
1 Replies
304 Views
(page loaded in 0.472 seconds)
Similiar Articles: correlations when observations are not independant - comp.soft-sys ...I have a dataset with 100 cows, 10 days per cow and feeding time and rumination time for each hour. We want to prove that feeding time of each hou... Durbin Watson table or other test for autocorrelation of residuals ...I need to test serial correlation of residuals with Durbin Watson test. I've ... serially correlated']) % disp('Hence, the effective number of independent observations ... Re: proc power question for McNemar test - comp.soft-sys.sas ...... connections here between matched pairs (depending on the correlation) and independent ... Question/Observation - comp.lang.asm.x86 proc power question for McNemar ... Combining Probabilities - comp.soft-sys.matlab... in finding a way to combine independent probabilities. The probabilities reflect the fact if a person is being trusted or not ... equality of two population correlations Stopped because of infinite likelihood - comp.soft-sys.sas ...... likelihood" This is related with dthe independent vari... ... is at least one ID which has two or more observations ... Out of memory Error for Unstructured correlation ... How to generate proper seeds for the rand function in Monte Carlo ...... fine (e.g. randseed(mySTATE,100)), but I'm not ... twister', there is (nearly) no statistical correlation ... ranking 15 criteria (C1, .... , C15). So, each observation ... How to get envelope from AM signal without phase shift - comp.dsp ...Hi Rune, The cross correlation technique does not seem to work ... matters greatly if the delay is independent of ... but the professional will be aware of observations ... top 10 uses for random data compression?? anyone? - comp ...... been denoting random data for an independent random data sequence having no correlation ... often used for some other cases not ... Every remote quick observation intervenes ... [comp.publish.cdrom] CD-Recordable FAQ, Part 1/4 - comp.publish ...Archive-name: cdrom/cd-recordable/part1 Posting-Frequency: monthly Last-modified: 2008/10/09 Version: 2.71 Send corrections and updates to And... Sampling: What Nyquist Didn't Say, and What to Do About It - comp ...I've not looked at the document(s). But, if you ... on Windows) and they look great. Just an observation. ... used for object recognition in machine vision, correlation ... correlations when observations are not independant - comp.soft-sys ...I have a dataset with 100 cows, 10 days per cow and feeding time and rumination time for each hour. We want to prove that feeding time of each hou... What are Basic Statistics - Big Data Analytics, Enterprise ...... such "subsets" of data, try to run the correlations separately in each subset of observations. If you do not know ... White Cell Count) can be broken down by 2 independent ... 7/24/2012 1:02:26 AM
|