<?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 PROC FACTOR. SAS FOR UNIVERSITY in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FACTOR-SAS-FOR-UNIVERSITY/m-p/376096#M19720</link>
    <description>&lt;PRE&gt;Proc sort data=PICT; by year; 
Proc means data=PICT mean stddev;
by year;
 

proc corr data=pict  plots=all;
	var PVfin_des PVini ADPVgral CMSt CMS_PV HCW FT AOB FAT LEAN L_LM a_LM b_LM FC14d FC3d FC7d
		Ctotal Cinsol IFM LS PG pH_24h pH_3h VE_1;

title 'Computing factor scores';
 
	proc factor data=PICT 
		SIMPLE
		METHOD=PRIN
		PRIORS=ONE
		NFACT=3
		ROUND
		FLAG=.50
		out=solucion1
		outstat=solucion2
		score
		;
		var PVfin_des PVini ADPVgral CMS_PV HCW FT AOB L_LM a_LM b_LM FC14d FC3d FC7d
		Ctotal Cinsol IFM LS PG pH_24h pH_3h VE_1;;
	run; 
	 &lt;/PRE&gt;</description>
    <pubDate>Fri, 14 Jul 2017 16:37:13 GMT</pubDate>
    <dc:creator>adricano</dc:creator>
    <dc:date>2017-07-14T16:37:13Z</dc:date>
    <item>
      <title>PROC FACTOR. SAS FOR UNIVERSITY</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FACTOR-SAS-FOR-UNIVERSITY/m-p/376096#M19720</link>
      <description>&lt;PRE&gt;Proc sort data=PICT; by year; 
Proc means data=PICT mean stddev;
by year;
 

proc corr data=pict  plots=all;
	var PVfin_des PVini ADPVgral CMSt CMS_PV HCW FT AOB FAT LEAN L_LM a_LM b_LM FC14d FC3d FC7d
		Ctotal Cinsol IFM LS PG pH_24h pH_3h VE_1;

title 'Computing factor scores';
 
	proc factor data=PICT 
		SIMPLE
		METHOD=PRIN
		PRIORS=ONE
		NFACT=3
		ROUND
		FLAG=.50
		out=solucion1
		outstat=solucion2
		score
		;
		var PVfin_des PVini ADPVgral CMS_PV HCW FT AOB L_LM a_LM b_LM FC14d FC3d FC7d
		Ctotal Cinsol IFM LS PG pH_24h pH_3h VE_1;;
	run; 
	 &lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Jul 2017 16:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FACTOR-SAS-FOR-UNIVERSITY/m-p/376096#M19720</guid>
      <dc:creator>adricano</dc:creator>
      <dc:date>2017-07-14T16:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FACTOR. SAS FOR UNIVERSITY</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FACTOR-SAS-FOR-UNIVERSITY/m-p/376101#M19721</link>
      <description>&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 16:45:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FACTOR-SAS-FOR-UNIVERSITY/m-p/376101#M19721</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-14T16:45:56Z</dc:date>
    </item>
  </channel>
</rss>

