<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Proc PANEL/TSCSREG: Error: regarding missing values, weird in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PANEL-TSCSREG-Error-regarding-missing-values-weird/m-p/68609#M3336</link>
    <description>More data,&lt;BR /&gt;
&lt;BR /&gt;
Same model as below, here is first lines of the dataset&lt;BR /&gt;
&lt;BR /&gt;
ticker	date	RET	VWRETD	curr_fund_dret	equiv_pct_dvol	pdvol_inter&lt;BR /&gt;
ADI	19940103	-0.040609	-0.003734			&lt;BR /&gt;
ADI	19940104	0.015873	0.002820			&lt;BR /&gt;
the last 3 variables  are missing and it's fine cause later in the series&lt;BR /&gt;
&lt;BR /&gt;
ADI	20011231	-0.016397	-0.009728	-0.030577249		&lt;BR /&gt;
ADI	20020102	0.021626	0.003861	0.04181677	0.038828028	0.001623663&lt;BR /&gt;
ADI	20020103	0.050937	0.009825	0.081652147	0.059559576	0.004863167&lt;BR /&gt;
ADI	20020104	0.006085	0.006973	-0.00063584	0.049063525	-3.11966E-05&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
and so on for all the groups. The same dataset and same specification works ok in Stata. Anybody please? Proc Panel should just discard uncomplete observations and proceed to populate the x'x with complete values.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
&lt;BR /&gt;
Arsenio</description>
    <pubDate>Tue, 24 May 2011 00:56:46 GMT</pubDate>
    <dc:creator>Arsenio_Staer</dc:creator>
    <dc:date>2011-05-24T00:56:46Z</dc:date>
    <item>
      <title>Proc PANEL/TSCSREG: Error: regarding missing values, weird</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PANEL-TSCSREG-Error-regarding-missing-values-weird/m-p/68608#M3335</link>
      <description>Hey guys,&lt;BR /&gt;
&lt;BR /&gt;
So I have a quick question. The same dataset and model fit perfectly well in stata using the whole gamut of specs but in SAS 9.22 and EG4.3 it givs an error&lt;BR /&gt;
&lt;BR /&gt;
Error: &lt;BR /&gt;
&lt;BR /&gt;
ERROR: Each observation for time point date=19940103 has a missing value for at least one &lt;BR /&gt;
       variable in MODEL statement .&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
&lt;BR /&gt;
Code:&lt;BR /&gt;
&lt;BR /&gt;
------------------------&lt;BR /&gt;
ROC TSCSREG DATA = WORK.SORTTempTableSorted&lt;BR /&gt;
	&lt;BR /&gt;
	OUTEST=WORK.TSCSPanelDataAnalysisXSH_EQUIV_F(LABEL="Panel Data Analysis of WORK.XSH_EQUIV_FIN_FULL_REG_NOMISS")	CORROUT;&lt;BR /&gt;
	MODEL RET=	 curr_fund_dret equiv_pct_dvol pdvol_inter VWRETD /&lt;BR /&gt;
		FIXONE&lt;BR /&gt;
		FIXTWO&lt;BR /&gt;
		RANONE&lt;BR /&gt;
		RANTWO&lt;BR /&gt;
		CORRB&lt;BR /&gt;
	;&lt;BR /&gt;
	ID ticker	 date&lt;BR /&gt;
	;&lt;BR /&gt;
/* -------------------------------------------------------------------&lt;BR /&gt;
   End of task code.&lt;BR /&gt;
   ------------------------------------------------------------------- */&lt;BR /&gt;
RUN; QUIT;&lt;BR /&gt;
-----------------------&lt;BR /&gt;
&lt;BR /&gt;
I tried Proc Panel, still the same, tried all different fixed random effects still the same thing. Apparently if for the first observation its where the series start one of the variables has missing values for all groups. But this shouldn't matter at all! The valid data will just be limited to the ones where the observations have values for all variables in the model, right? Maybe it tried to fit the model day by day not that it would make any sense? some sort of missing option or something?&lt;BR /&gt;
&lt;BR /&gt;
I may post some data but it's big and with no attachments and no table markup available, it's gonna be a mess.&lt;BR /&gt;
&lt;BR /&gt;
Would greatly appreciate any help!&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Mon, 23 May 2011 22:46:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PANEL-TSCSREG-Error-regarding-missing-values-weird/m-p/68608#M3335</guid>
      <dc:creator>Arsenio_Staer</dc:creator>
      <dc:date>2011-05-23T22:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PANEL/TSCSREG: Error: regarding missing values, weird</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PANEL-TSCSREG-Error-regarding-missing-values-weird/m-p/68609#M3336</link>
      <description>More data,&lt;BR /&gt;
&lt;BR /&gt;
Same model as below, here is first lines of the dataset&lt;BR /&gt;
&lt;BR /&gt;
ticker	date	RET	VWRETD	curr_fund_dret	equiv_pct_dvol	pdvol_inter&lt;BR /&gt;
ADI	19940103	-0.040609	-0.003734			&lt;BR /&gt;
ADI	19940104	0.015873	0.002820			&lt;BR /&gt;
the last 3 variables  are missing and it's fine cause later in the series&lt;BR /&gt;
&lt;BR /&gt;
ADI	20011231	-0.016397	-0.009728	-0.030577249		&lt;BR /&gt;
ADI	20020102	0.021626	0.003861	0.04181677	0.038828028	0.001623663&lt;BR /&gt;
ADI	20020103	0.050937	0.009825	0.081652147	0.059559576	0.004863167&lt;BR /&gt;
ADI	20020104	0.006085	0.006973	-0.00063584	0.049063525	-3.11966E-05&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
and so on for all the groups. The same dataset and same specification works ok in Stata. Anybody please? Proc Panel should just discard uncomplete observations and proceed to populate the x'x with complete values.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
&lt;BR /&gt;
Arsenio</description>
      <pubDate>Tue, 24 May 2011 00:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PANEL-TSCSREG-Error-regarding-missing-values-weird/m-p/68609#M3336</guid>
      <dc:creator>Arsenio_Staer</dc:creator>
      <dc:date>2011-05-24T00:56:46Z</dc:date>
    </item>
  </channel>
</rss>

