<?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 GMAP after proc GAM in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155809#M8137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;L'ensemble de vos données (contrats) peut servir à l'ajustement du modèle GAM. Vous spécifiez cet ensemble de données dans &lt;STRONG&gt;PROC GAM DATA=mesDonnees;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Vous assemblez aussi un autre ensemble de données décrivant &lt;SPAN style="text-decoration: underline;"&gt;des clients fictifs de 40 ans situés au centroïde de chaque département&lt;/SPAN&gt;. Vous réclamez les prédictions de votre modèle pour ces clients fictifs dans &lt;STRONG&gt;SCORE DATA=mesClientsFictifs OUT=mesPredictions;&lt;/STRONG&gt; Ce sont ces prédictions que vous illustrez sur votre carte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;En résumé,&lt;/P&gt;&lt;P&gt;le dataset &lt;STRONG&gt;mesDonnees&lt;/STRONG&gt; contiendrait les variables &lt;EM&gt;X, Y, ageconducteur, Nombre&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;et le dataset &lt;STRONG&gt;mesClientsFictifs&lt;/STRONG&gt; contiendrait les variables&lt;EM&gt; ID_GEOFLA, X(=X_CENTROID), Y(=Y_CENTROID), ageconducteur(=40)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;La procédure créera le dataset &lt;STRONG&gt;mesPredictions&lt;/STRONG&gt; contenant les variables &lt;EM&gt;ID_GEOFLA, X, Y, ageconducteur(=40), P_Nombre&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;où seules les variables &lt;EM&gt;ID_GEOFLA&lt;/EM&gt; et &lt;EM&gt;P_Nombre&lt;/EM&gt; sont requises par GMAP pour colorer la carte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;proc gmap map=departements data=mesPredictions;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;id ID_GEOFLA;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;choro P_Nombre;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;quit;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;Bonne chance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;PG (pas pédagogue pour deux sous &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Aug 2014 00:55:46 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2014-08-14T00:55:46Z</dc:date>
    <item>
      <title>Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155789#M8117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial; font-size: small; background-color: #ffffff;"&gt;Good afternoon,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;I'd like to know how could we use proc GMAP after proc GAM ?&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;I've looked this ressource:&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;A class="jive-link-external-small" href="http://www.sas.com/offices/NA/canada/en/resources/asset/McGahan-Maps.pdf"&gt;http://www.sas.com/offices/NA/canada/en/resources/asset/McGahan-Maps.pdf&lt;/A&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;I didn't manage to execute a corectly program...&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;Thanks a lot for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Aug 2014 17:36:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155789#M8117</guid>
      <dc:creator>jonathanch</dc:creator>
      <dc:date>2014-08-10T17:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155790#M8118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the code you tried with some test data. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Aug 2014 19:20:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155790#M8118</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-08-10T19:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155791#M8119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thanks for advice me. &lt;/P&gt;&lt;P&gt;I'm working on a insurance data. This proc gam is an example with partial variables.&lt;/P&gt;&lt;P&gt;I have:&lt;/P&gt;&lt;P&gt;-geospatial variables such as longitud,lattitud, postal code...&lt;/P&gt;&lt;P&gt;-comportemental variables&lt;/P&gt;&lt;P&gt;-frequency of claims&lt;/P&gt;&lt;P&gt;-cost of claims&lt;/P&gt;&lt;P&gt;-exposure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded and imported the file FRANCE.shp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;I don't know how can I integrate my geospatial variables in PROC GAM...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;I don't manage to make the link between PROC GAM and PROC GMAP. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code:&lt;/P&gt;&lt;P&gt;%let geospatial=longitud lattitud postal_code;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC GAM DATA = ins.test;&lt;/P&gt;&lt;P&gt;MODEL nombre = spline(ageconducteur) &amp;amp;geospatial / dist = Poisson;&lt;/P&gt;&lt;P&gt;OUTPUT OUT=gam p uclm lclm PREDICTED; &lt;/P&gt;&lt;P&gt;RUN; QUIT;&lt;/P&gt;&lt;P&gt;PROC SORT DATA = gam NODUPKEY; BY ageconducteur; RUN; QUIT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=gam;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA gam;&lt;/P&gt;&lt;P&gt;SET gam;&lt;/P&gt;&lt;P&gt;pred_nombre_gam = exp(P_nombre);&lt;/P&gt;&lt;P&gt;KEEP ageconducteur pred_nombre_gam &amp;amp;geospatial;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Import shp map;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mapimport out=commune datafile="C:\Users\roger\Documents\PROJET MJG\carto\GEOFLA\COMMUNES\commune.shp";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;data commune;&lt;/P&gt;&lt;P&gt;set commune;&lt;/P&gt;&lt;P&gt;cv=strip(CODE_DEPT!!CODE_CANT);&lt;/P&gt;&lt;P&gt;arr=strip(CODE_DEPT!!CODE_ARR);&lt;/P&gt;&lt;P&gt;rename CODE_DEPT=ID INSEE_COM=CODGEO X_CENTROID=X Y_CENTROID=Y;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*annotate;&lt;/P&gt;&lt;P&gt;DATA departement_anno ;&lt;/P&gt;&lt;P&gt;SET dep;&lt;/P&gt;&lt;P&gt;RETAIN xsys ysys "2" size 4 color "white" text "" function='label' when "after";&lt;/P&gt;&lt;P&gt;BY ID SEGMENT ;&lt;/P&gt;&lt;P&gt;IF FIRST.SEGMENT then function = "MOVE" ;&lt;/P&gt;&lt;P&gt;ELSE function = "DRAW" ;&lt;/P&gt;&lt;P&gt;keep id xsys ysys size color function x y text when;&lt;/P&gt;&lt;P&gt;RUN ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*proc gmap;&lt;/P&gt;&lt;P&gt;proc gmap data=??? map=commune_epci&amp;nbsp; annotate=departement_anno GOUT=MAPCHART ;&lt;/P&gt;&lt;P&gt;id CODGEO;&lt;/P&gt;&lt;P&gt;choro ???/ WOUTLINE=1 levels=5;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 12:21:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155791#M8119</guid>
      <dc:creator>jonathanch</dc:creator>
      <dc:date>2014-08-11T12:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155792#M8120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you want the choropleth to look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display the predicted values from your model for each &lt;STRONG&gt;dept&lt;/STRONG&gt;, say, you would need to create a scoring dataset containing all your model predictors, including the polygon centroids, for each dept and use the SCORE statement in GAM to get the predictions. The dept code could then be used to make the link between your predictions and the map (assuming dept is also present in the shapefile). The centroids would only be used by GAM, not in GMAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a bit sketchy, I know. I don't have much experience with SAS mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, I don't understand why you would use option NODUPKEY when sorting predictions. That will keep only one record from each age group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 02:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155792#M8120</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-08-12T02:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155793#M8121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Good afternoon,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not easy for me...I don't manage in step 2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3 and 4, correct me if i'm wrong, I red all your sketchy &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;A model for each department.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can see the file .SHP and the table if you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wxs-telechargement.ign.fr/oikr5jryiph0iwhw36053ptm/telechargement/inspire/GEOFLA_THEME-DEPARTEMENTS_2013_GEOFLA_1-1_SHP_LAMB93_FR-ED131/file/GEOFLA_1-1_SHP_LAMB93_FR-ED131.7z" title="https://wxs-telechargement.ign.fr/oikr5jryiph0iwhw36053ptm/telechargement/inspire/GEOFLA_THEME-DEPARTEMENTS_2013_GEOFLA_1-1_SHP_LAMB93_FR-ED131/file/GEOFLA_1-1_SHP_LAMB93_FR-ED131.7z"&gt;https://wxs-telechargement.ign.fr/oikr5jryiph0iwhw36053ptm/telechargement/inspire/GEOFLA_THEME-DEPARTEMENTS_2013_GEOFLA_1-1_SHP_LAMB93_FR-ED131/file/GEOFLA_1-1_SHP_LAMB93_FR-ED131.7z&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or:&lt;/P&gt;&lt;P&gt;My CENTROID1 and CONTRATS (insurance contracts) output:&lt;/P&gt;&lt;P style="color: #000000; font-family: Arial, 'Albany AMT', Helvetica, Helv; font-size: x-small; background-color: #fafbfe;"&gt;&lt;/P&gt;&lt;DIV align="center"&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEGMENT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CODE_CHF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: black; font-size: 11.0pt; font-family: 'Times New Roman','serif';"&gt;CODE_DEPT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME_DEPT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="margin-left: 64.3pt;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: #F79646; padding: 0 3.0pt 0 3.0pt;" valign="top" width="39"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 11.0pt;"&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="49"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;919315&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="56"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;6541572&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="83"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="91"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;053&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;AIN&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: #F79646; padding: 0 3.0pt 0 3.0pt;" valign="top" width="39"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 11.0pt;"&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="49"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;918646&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="56"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;6540637&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="83"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="91"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;053&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;AIN&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: #F79646; padding: 0 3.0pt 0 3.0pt;" valign="top" width="39"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 11.0pt;"&gt;3&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="49"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;919271&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="56"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;6538851&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="83"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="91"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;053&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;AIN&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: #F79646; padding: 0 3.0pt 0 3.0pt;" valign="top" width="39"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 11.0pt;"&gt;4&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="49"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;919073&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="56"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;6537700&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="83"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="91"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;053&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;AIN&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: #F79646; padding: 0 3.0pt 0 3.0pt;" valign="top" width="39"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 11.0pt;"&gt;5&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="49"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;918313&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="56"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;6534729&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="83"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="91"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;053&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;AIN&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: #F79646; padding: 0 3.0pt 0 3.0pt;" valign="top" width="39"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 11.0pt;"&gt;6&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="49"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;917787&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="56"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;6532870&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="83"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="91"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;053&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;AIN&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: #F79646; padding: 0 3.0pt 0 3.0pt;" valign="top" width="39"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 11.0pt;"&gt;7&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="49"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;917348&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="56"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;6531205&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="83"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="91"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;053&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;AIN&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: #F79646; padding: 0 3.0pt 0 3.0pt;" valign="top" width="39"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 11.0pt;"&gt;8&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="49"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;917003&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="56"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;6529415&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="83"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="91"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;053&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;AIN&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: #F79646; padding: 0 3.0pt 0 3.0pt;" valign="top" width="39"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 11.0pt;"&gt;9&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="49"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;916337&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="56"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;6528661&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="83"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="91"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;053&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;AIN&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: #F79646; padding: 0 3.0pt 0 3.0pt;" valign="top" width="39"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 11.0pt;"&gt;10&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="49"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;916257&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="56"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;6525769&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="83"&gt;&lt;P align="right" style="margin-top: 3.0pt; margin-bottom: 3.0pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="91"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;053&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;P style="margin-top: 3.0pt; margin-bottom: 3.0pt;"&gt;&lt;SPAN style="color: black;"&gt;01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: solid black 1.0pt; border-bottom: solid black 1.0pt; border-right: none; background: white; padding: 0 3.0pt 0 3.0pt;" valign="top" width="99"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;AIN&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ncontrat&amp;nbsp;&amp;nbsp;&amp;nbsp; exposition zone ... ...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ageconducteur&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; freq&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp; CODE_DEPT&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" height="124" rules="all" style="width: 884px; height: 63px;" summary="Procedure Print: Table SASUSER.CONTRATS"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;1&lt;/TH&gt;&lt;TD class="r data"&gt;217&lt;/TD&gt;&lt;TD class="r data"&gt;0.74&lt;/TD&gt;&lt;TD class="l data"&gt;A&lt;/TD&gt;&lt;TD class="r data"&gt;5&lt;/TD&gt;&lt;TD class="r data"&gt;4&lt;/TD&gt;&lt;TD class="r data"&gt;31&lt;/TD&gt;&lt;TD class="r data"&gt;64&lt;/TD&gt;&lt;TD class="r data"&gt;3&lt;/TD&gt;&lt;TD class="l data"&gt;D&lt;/TD&gt;&lt;TD class="r data"&gt;21&lt;/TD&gt;&lt;TD class="r data"&gt;8&lt;/TD&gt;&lt;TD class="l data"&gt;1RC&lt;/TD&gt;&lt;TD class="r data"&gt;0.00&lt;/TD&gt;&lt;TD class="r data"&gt;1&lt;/TD&gt;&lt;TD class="r data" nowrap="nowrap"&gt;-0.30111&lt;/TD&gt;&lt;TD class="r data"&gt;1&lt;/TD&gt;&lt;TD class="l data"&gt;37&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;2&lt;/TH&gt;&lt;TD class="r data"&gt;709&lt;/TD&gt;&lt;TD class="r data"&gt;0.18&lt;/TD&gt;&lt;TD class="l data"&gt;B&lt;/TD&gt;&lt;TD class="r data"&gt;7&lt;/TD&gt;&lt;TD class="r data"&gt;8&lt;/TD&gt;&lt;TD class="r data"&gt;22&lt;/TD&gt;&lt;TD class="r data"&gt;100&lt;/TD&gt;&lt;TD class="r data"&gt;2&lt;/TD&gt;&lt;TD class="l data"&gt;E&lt;/TD&gt;&lt;TD class="r data"&gt;26&lt;/TD&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;TD class="l data"&gt;1RC&lt;/TD&gt;&lt;TD class="r data"&gt;0.00&lt;/TD&gt;&lt;TD class="r data"&gt;1&lt;/TD&gt;&lt;TD class="r data" nowrap="nowrap"&gt;-1.71480&lt;/TD&gt;&lt;TD class="r data"&gt;2&lt;/TD&gt;&lt;TD class="l data"&gt;78&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;3&lt;/TH&gt;&lt;TD class="r data"&gt;714&lt;/TD&gt;&lt;TD class="r data"&gt;0.48&lt;/TD&gt;&lt;TD class="l data"&gt;C&lt;/TD&gt;&lt;TD class="r data"&gt;9&lt;/TD&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;TD class="r data"&gt;32&lt;/TD&gt;&lt;TD class="r data"&gt;61&lt;/TD&gt;&lt;TD class="r data"&gt;12&lt;/TD&gt;&lt;TD class="l data"&gt;E&lt;/TD&gt;&lt;TD class="r data"&gt;41&lt;/TD&gt;&lt;TD class="r data"&gt;13&lt;/TD&gt;&lt;TD class="l data"&gt;4BG&lt;/TD&gt;&lt;TD class="r data"&gt;687.82&lt;/TD&gt;&lt;TD class="r data"&gt;1&lt;/TD&gt;&lt;TD class="r data" nowrap="nowrap"&gt;-0.73397&lt;/TD&gt;&lt;TD class="r data"&gt;3&lt;/TD&gt;&lt;TD class="l data"&gt;94&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;4&lt;/TH&gt;&lt;TD class="r data"&gt;852&lt;/TD&gt;&lt;TD class="r data"&gt;0.27&lt;/TD&gt;&lt;TD class="l data"&gt;F&lt;/TD&gt;&lt;TD class="r data"&gt;7&lt;/TD&gt;&lt;TD class="r data"&gt;5&lt;/TD&gt;&lt;TD class="r data"&gt;39&lt;/TD&gt;&lt;TD class="r data"&gt;100&lt;/TD&gt;&lt;TD class="r data"&gt;12&lt;/TD&gt;&lt;TD class="l data"&gt;E&lt;/TD&gt;&lt;TD class="r data"&gt;11&lt;/TD&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;TD class="l data"&gt;2DO&lt;/TD&gt;&lt;TD class="r data"&gt;96.64&lt;/TD&gt;&lt;TD class="r data"&gt;1&lt;/TD&gt;&lt;TD class="r data" nowrap="nowrap"&gt;-1.30933&lt;/TD&gt;&lt;TD class="r data"&gt;4&lt;/TD&gt;&lt;TD class="l data"&gt;86&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;5&lt;/TH&gt;&lt;TD class="r data"&gt;1083&lt;/TD&gt;&lt;TD class="r data"&gt;0.51&lt;/TD&gt;&lt;TD class="l data"&gt;E&lt;/TD&gt;&lt;TD class="r data"&gt;4&lt;/TD&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;TD class="r data"&gt;49&lt;/TD&gt;&lt;TD class="r data"&gt;50&lt;/TD&gt;&lt;TD class="r data"&gt;12&lt;/TD&gt;&lt;TD class="l data"&gt;E&lt;/TD&gt;&lt;TD class="r data"&gt;31&lt;/TD&gt;&lt;TD class="r data"&gt;13&lt;/TD&gt;&lt;TD class="l data"&gt;2DO&lt;/TD&gt;&lt;TD class="r data"&gt;70.88&lt;/TD&gt;&lt;TD class="r data"&gt;1&lt;/TD&gt;&lt;TD class="r data" nowrap="nowrap"&gt;-0.67334&lt;/TD&gt;&lt;TD class="r data"&gt;5&lt;/TD&gt;&lt;TD class="l data"&gt;79&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" rules="all" summary="Procedure Print: Table SASUSER.CONTRATS"&gt;&lt;/TABLE&gt;&lt;P&gt;freq=number of claims&amp;nbsp; (dependant variable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="1" cellspacing="1" class="systitleandfootercontainer" frame="void" rules="none" style="border: 0px solid rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, 'Albany AMT', Helvetica, Helv; font-size: x-small; width: 100%; background-color: rgb(250, 251, 254);" summary="Page Layout"&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="margin-left: 64.3pt;"&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Step 1&lt;/STRONG&gt;&lt;/SPAN&gt;: I import the file SHP:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc mapimport out=departement datafile="C:\Users\roger\Documents\PROJET MJG\carto\GEOFLA\DEPARTEMENTS/departement.shp";&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Step 2&lt;/STRONG&gt;&lt;/SPAN&gt;: many to many MERGE by code_dep to get my&amp;nbsp; CONTRATS &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;table&lt;/SPAN&gt; with X and Y (longitud,lattitude).&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;There are eight coordonate (I suppose town hall,prefecture...) by district for example so I don't manage. Proc sql but how? I find always many missing values.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;Step 3&lt;/STRONG&gt;: PROC GAM thanks to your advice.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P&gt;PROC GAM DATA = merge_table;&lt;/P&gt;&lt;P&gt;MODEL freq = spline(ageconducteur)&amp;nbsp;&amp;nbsp; spline(Y) spline(x) / dist = Poisson;&lt;/P&gt;&lt;P&gt;SCORE data=centroid1 out=estimate ;&lt;/P&gt;&lt;P&gt;BY code_dep;&lt;/P&gt;&lt;P&gt;RUN; QUIT;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;Step 4&lt;/STRONG&gt;: proc gmap&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I drop X and Y (centroids) then proc gmap:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P&gt;proc gmap data=centroid1 map=departement&amp;nbsp; annotate=departement_anno GOUT=MAPCHART ;&lt;/P&gt;&lt;P&gt;id code_dept;&lt;/P&gt;&lt;P&gt;choro myestimators_GAM / WOUTLINE=1 levels=5;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I don't respect the clauses on this website, I'm sorry to the moderator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="margin-left: 64.3pt;"&gt;&lt;/TABLE&gt;&lt;P&gt;Thanks again PG for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 17:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155793#M8121</guid>
      <dc:creator>jonathanch</dc:creator>
      <dc:date>2014-08-12T17:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155794#M8122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Poursuivons en français, si vous le voulez bien.&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L'énoncé &lt;STRONG&gt;BY code_dep;&lt;/STRONG&gt; dans l'appel de &lt;STRONG&gt;proc GAM&lt;/STRONG&gt; réclame l'ajustement d'un modèle distinct pour chaque département. Ce n'est sans doute pas ce que vous souhaitez. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vos données de fréquence des réclamations (et d'âge moyen des conducteurs) ont-elles une résolution spatiale plus fine que le département? Si oui, leurs coordonnées sont-elles compatibles avec les X-Y du fichier SHP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pour prédire des fréquences il faudra spécifier tous les prédicteurs. Pour l'âge par exemple, vous avez plusieurs choix. Vous pourriez utiliser l'âge moyen des conducteurs ou l'âge moyen de vos clients ou produire une carte pour chaque tranche d'âge, etc. Vous pourriez vouloir une carte distincte pour les hommes et les femmes. Ces choix détermineront le contenu du jeu de données que vous mentionnerez dans la commande &lt;STRONG&gt;SCORE&lt;/STRONG&gt;.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 21:12:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155794#M8122</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-08-12T21:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155795#M8123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok je tiens compte des différents choix possibles. Pour l'instant je m'entraîne sur une table dont les predicteurs ont des spécificités communes. Comme vous le voyez, je n'est pas vraiment d'experience SAS/MAP.&lt;/P&gt;&lt;P&gt;Cependant oui je peux avoir une résolution spatiale plus fine grâce au fichier commune (commune.SHP)&lt;/P&gt;&lt;P&gt;Ok pour ne pas utiliser BY code_dept pour avoir un seul et même modèle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Là où je suis bloqué c'est pour affecter X et Y à ma table principale CONTRATS. Les X et Y étant dans le fichier SHP.&lt;/P&gt;&lt;P&gt;Si vous regardez l'extrait des tables (ci-dessus), vous verrez qu'il y a de nombreuses coordonnées par département d'où mon problème.&lt;/P&gt;&lt;P&gt;Avez-vous une idée?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 21:56:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155795#M8123</guid>
      <dc:creator>jonathanch</dc:creator>
      <dc:date>2014-08-12T21:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155796#M8124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Le plus précis, à priori, serait de &lt;EM&gt;géocoder&lt;/EM&gt; les adresses à partir du code postal. Certaines ressources sont disponibles à cette fin (voir &lt;A href="http://www.allmapdata.com/postcode-points-and-geocoders.html/narrowby/cat/postcode-points-and-geocoders-europe-excl-uk/mapping/5039/country/2890/?mode=list" title="http://www.allmapdata.com/postcode-points-and-geocoders.html/narrowby/cat/postcode-points-and-geocoders-europe-excl-uk/mapping/5039/country/2890/?mode=list"&gt;Europe - Postcode Point Lists, Zipcodes and Geocoders with Type: Postcode Geocoders and Country: France&lt;/A&gt;) ainsi que &lt;STRONG&gt;proc geocode&lt;/STRONG&gt;. Mais cela est probablement &lt;EM&gt;trop précis&lt;/EM&gt; pour vos besoins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Autrement, vous pouvez lire la table de données (DBF) qui accompagne le fichier SHP. Par exemple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;filename dbDept "&amp;amp;sasforum\datasets\DEPARTEMENT.dbf";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc dbf db5=dbDept out=deptData; run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc print data=deptData(obs=10); id id_GEOFLA; run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;et associer les X_CENTROID et Y_CENTROID qu'elle contient pour chaque département à vos adresses. Le problème supplémentaire que cela pose par rapport aux codes postaux est l'orthographe des noms (de département, de commune, etc) qui peut, comme vous le savez, être très variable.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 01:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155796#M8124</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-08-13T01:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155797#M8125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Voilà le dernier résultat que j'obtiens après un proc GAM:&lt;/P&gt;&lt;P&gt;PROC GAM DATA = affectation;&lt;/P&gt;&lt;P&gt;MODEL nombre = spline(ageconducteur) spline(x) spline(y) / dist = Poisson;&lt;/P&gt;&lt;P&gt;OUTPUT OUT=gam p uclm lclm PREDICTED; &lt;/P&gt;&lt;P&gt;score data=commune_ageco out=estimate;&lt;/P&gt;&lt;P&gt;id code_com;&lt;/P&gt;&lt;P&gt;RUN; QUIT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gmap data=estimate map=commune&amp;nbsp;&amp;nbsp; GOUT=MAPCHART ;&lt;/P&gt;&lt;P&gt;id code_com;&lt;/P&gt;&lt;P&gt;choro P_ageconducteur / levels=4;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extrait table ESTIMATE:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; code_com&amp;nbsp;&amp;nbsp;&amp;nbsp; X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; P_nombre&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; P_ageconducteur&amp;nbsp; P_x&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; P_y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LINP_nombre&lt;/P&gt;&lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" height="72" rules="all" style="width: 755px; height: 74px;" summary="Procedure Print: Table WORK.ESTIMATE"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;1&lt;/TH&gt;&lt;TD class="l data"&gt;10003&lt;/TD&gt;&lt;TD class="r data"&gt;7547&lt;/TD&gt;&lt;TD class="r data"&gt;67888&lt;/TD&gt;&lt;TD class="r data"&gt;32&lt;/TD&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;TD class="r data"&gt;0.15024&lt;/TD&gt;&lt;TD class="r data" nowrap="nowrap"&gt;-0.04751&lt;/TD&gt;&lt;TD class="r data"&gt;0.033764&lt;/TD&gt;&lt;TD class="r data" nowrap="nowrap"&gt;-0.015031&lt;/TD&gt;&lt;TD class="r data" nowrap="nowrap"&gt;-1.89552&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;2&lt;/TH&gt;&lt;TD class="l data"&gt;10017&lt;/TD&gt;&lt;TD class="r data"&gt;8045&lt;/TD&gt;&lt;TD class="r data"&gt;68207&lt;/TD&gt;&lt;TD class="r data"&gt;38&lt;/TD&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;TD class="r data"&gt;0.14884&lt;/TD&gt;&lt;TD class="r data" nowrap="nowrap"&gt;-0.04257&lt;/TD&gt;&lt;TD class="r data"&gt;0.016636&lt;/TD&gt;&lt;TD class="r data" nowrap="nowrap"&gt;-0.015217&lt;/TD&gt;&lt;TD class="r data" nowrap="nowrap"&gt;-1.90488&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;IMG alt="gmap26.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7057_gmap26.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je n'ai pas une map entière mais uniquement des fragments. Une erreur de ma part ou bien la map de GEOFLA qui n'est pas complète.&lt;/P&gt;&lt;P&gt;Pourtant un professeur a reussi avec les map de GEOFLA: &lt;A class="active_link" href="https://www.google.fr/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=2&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=0CDEQFjAB&amp;amp;url=http%3A%2F%2Fwww.math.unicaen.fr%2F~kauffman%2Fcours%2Fsas%2Fcartographie%2Fcarto-sas.pdf&amp;amp;ei=9nXrU-bxO-Sh0QWuyIDQDg&amp;amp;usg=AFQjCNEwotm1JtXy8hbfO9ppUjfQBbatug&amp;amp;sig2=fKYONFsOy2kMqPzLYtkXhw&amp;amp;bvm=bv.72938740,d.d2k" title="https://www.google.fr/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=2&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=0CDEQFjAB&amp;amp;url=http%3A%2F%2Fwww.math.unicaen.fr%2F~kauffman%2Fcours%2Fsas%2Fcartographie%2Fcarto-sas.pdf&amp;amp;ei=9nXrU-bxO-Sh0QWuyIDQDg&amp;amp;usg=AFQjCNEwotm1JtXy8hbfO9ppUjfQBbatug&amp;amp;sig2=fKYONFsOy2kMqPzLYtkXhw&amp;amp;bvm=bv.72938740,d.d2k"&gt;https://www.google.fr/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=2&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=0CDEQFjAB&amp;amp;url=http%3A%2F%2Fwww.math.unicaen.fr%2F~kauffman%2Fcours%2Fsas%2Fcartographie%2Fcarto-sas.pdf&amp;amp;ei=9nXrU-bxO-Sh0QWuyIDQDg&amp;amp;usg=AFQjCNEwotm1JtXy8hbfO9ppUjfQBbatug&amp;amp;sig2=fKYONFsOy2kMqPzLYtkXhw&amp;amp;bvm=bv.72938740,d.d2k&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Beaucoup de possibilité avec proc gmap mais je pense ne pas tout comprendre, pourtant j'aurais essayé.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Acheter environ 600 euros une carte c'est pas possible &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 14:44:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155797#M8125</guid>
      <dc:creator>jonathanch</dc:creator>
      <dc:date>2014-08-13T14:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155798#M8126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bonjour&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C'est un bon début! L'allure de la carte donne l'impression qu'elle ne montre que les communes pour lesquelles vous avez des contrats. De quelle façon la table commune_ageco a-t-elle été créée?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J'arrive à produire une carte complète (des départements, illustrant des données aléatoires) à l'aide du programme suivant:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/* Folder &amp;amp;sasforum\datasets contains files DEPARTEMENT.DBF, DEPARTEMENT.SHP and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEPARTEMENT.SHX */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc mapimport out=depts datafile="&amp;amp;sasforum\datasets\DEPARTEMENT.SHP"; run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/* Associate a predicted number (p_nombre) with each Departement */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data test;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set depts; by code_dept;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if first.code_dept;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;p_freq = ranpoi(123456, 10);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/* Draw a choropleth of the predicted numbers */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc gmap map=depts data=test;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;id code_dept;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;choro p_freq;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;quit;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 15:46:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155798#M8126</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-08-13T15:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155799#M8127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Encore plus intéressant SAS XML MAPPING...mais j'y connais rien!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 15:52:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155799#M8127</guid>
      <dc:creator>jonathanch</dc:creator>
      <dc:date>2014-08-13T15:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155800#M8128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah oui les coordonnées de la carte sont complètes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;La table commune_ageco contient les X/Y et la variable ageconducteur pour faire fonctionner PROC GAM. C'est cette table qui me pose des problème car j'ai des valeurs manquantes dans cette table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 16:15:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155800#M8128</guid>
      <dc:creator>jonathanch</dc:creator>
      <dc:date>2014-08-13T16:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155801#M8129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok vous prenez la première observation à chaque département dans le fichier departement.shp. Je vais essayer et vous tiens au courant. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 16:24:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155801#M8129</guid>
      <dc:creator>jonathanch</dc:creator>
      <dc:date>2014-08-13T16:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155802#M8130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pour le SCORE de proc GAM vous devez produire un dataset de tous les départements (ou communes) avec les X, Y et ageconducteur pour lesquels vous souhaitez obtenir une valeur prédite. Les valeurs manquantes dans les prédicteurs entraîneront des valeurs manquantes dans les valeurs prédites. Je vous conseille d'utiliser le fichier DBF comme base pour constituer le dataset DATA= de l'énoncé SCORE car il vous donne la position des centroides, alors que la première observation d'un fichier SHP ne vous donne que la position d'un point sur la frontière.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 17:30:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155802#M8130</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-08-13T17:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155803#M8131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="gmap.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7072_gmap.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bien mieux &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Par contre quand je n'utilise pas l'option STATISTIC=freq... j'obtiens "WARNING: Some observations were discarded when charting P_nombre.&amp;nbsp; Only first matching observation was used.". Est-ce très important? &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je voudrais aussi pouvoir déterminer de façon moins arbitraire le nombre de "pattern" (bornes de couleur et leurs nombres). Je me suis dit pourquoi pas utiliser une classification automatique ou encore kmeans method pour extraire le nombre de clusters qui seront bornés..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cela serait une bonne idée?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Voilà dernière petite question car je vous ai demandé déjà beaucoup. Bonne continuation à vous.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 18:14:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155803#M8131</guid>
      <dc:creator>jonathanch</dc:creator>
      <dc:date>2014-08-13T18:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155804#M8132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PS:&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; "WARNING: Some observations were discarded when charting P_nombre.&amp;nbsp; Only first matching observation was used." ne se produit pas quand je mets en choro l'âge du conducteur moyen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 19:21:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155804#M8132</guid>
      <dc:creator>jonathanch</dc:creator>
      <dc:date>2014-08-13T19:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155805#M8133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Le message d'avertissement signifie que votre dataset contient plusieurs valeurs prédites (p_nombre) pour chaque départenent. L'option STATISTIC= indique comment combiner ces valeurs (FREQ : compter le nombre de valeurs, MEAN: en faire la moyenne, FIRST: prendre la première valeur) . Selon moi, le dataset qui est nommé dans l'énoncé SCORE de proc GAM ne devrait contenir qu'un seul enregistrement pour chaque département et par conséquent ne générer qu'une valeur prédite par département.&lt;/P&gt;&lt;P&gt;Les options DISCRETE, LEVELS, MIDPOINTS et RANGE de l'énoncé CHORO, anisi que l'utiliation d'un format pour la variable illustrée (p_nombre) permettent de contrôler la classification qui est illustrée. C"est le genre de détail qu'il vaut mieux garder pour la fin du processus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 19:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155805#M8133</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-08-13T19:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155806#M8134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;J'ai sorti une carte plus haut de la conversation et vous ait exposé une idée, je ne sais pas si vous avez vu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Selon moi, la dataset qui est nommé dans l'énoncé SCORE de proc GAM ne devrait contenir qu'un seul enregistrement pour chaque département&lt;/SPAN&gt;". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je pensais que le SCORE était calculé sur les individus (clients) et comme certains clients peuvent habiter dans le même département cela engendre des doublons de code_departement. C'est que j'ai l'impression que cela fait dans mon cas d'où le warning dans le log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 20:28:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155806#M8134</guid>
      <dc:creator>jonathanch</dc:creator>
      <dc:date>2014-08-13T20:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155807#M8135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;L'énoncé SCORE permet d'obtenir des prédictions pour un ensemble de données autre que celui qui sert à ajuster le modèle. Comme il vous faut illustrer une et une seule valeur prédite pour chaque département, le dataset passé à SCORE doit comporter une seule observation pour chaque département. Vous pourriez par exemple y fixer ageconducteur=40 pour tous les départements et ainsi illustrer la répartition géographique des prédictions (p_nombre) pour les conducteurs de 40 ans. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 21:30:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155807#M8135</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-08-13T21:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP after proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155808#M8136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;"L'énoncé SCORE permet d'obtenir des prédictions pour un ensemble de données autre que celui qui sert à ajuster le modèle&lt;/SPAN&gt;":&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; "le dataset passé à SCORE doit comporter une seule observation pour chaque département"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Alors je prends une unique personne de 40 ans dans chaque département avant de lancer proc GAM même s'il y en a plusieurs de 40 ans dans chaque département?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Pas de problème en terme de convergence, les propriétés asymptotiques de mes prédicteurs ne seront pas violées?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps: Etes-vous professeur ou formateur? si ce n'est pas le cas vous auriez dû.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 22:18:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GMAP-after-proc-GAM/m-p/155808#M8136</guid>
      <dc:creator>jonathanch</dc:creator>
      <dc:date>2014-08-13T22:18:36Z</dc:date>
    </item>
  </channel>
</rss>

