<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news">
    <title>gmane.comp.statistics.s-news</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2920"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2919"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2918"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2917"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2916"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2915"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2914"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2913"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2912"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2911"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2910"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2909"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2908"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2907"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2906"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2905"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2904"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2903"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2902"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.statistics.s-news/2900"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2920">
    <title>RE: Combine many variables into a data frame</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2920</link>
    <description>&lt;pre&gt;The most direct way could be just to use a loop.  Assuming your variables are all the same mode, e.g. numeric, it might be useful to put them into a matrix first:

M &amp;lt;- matrix(0, length(v1), 1000)
for(j in 1:1000) M[, j] &amp;lt;- get(paste("v", j, sep=""))

M &amp;lt;- as.data.frame(M)

There are other more slick ways of doing it using language manipulation, but that way you might start to put a strain on the parser, anyway.

Bill Venables.

-----Original Message-----
From: s-news-request&amp;lt; at &amp;gt;lists.biostat.wustl.edu [mailto:s-news-request&amp;lt; at &amp;gt;lists.biostat.wustl.edu] On Behalf Of Jan Ivanouw
Sent: Sunday, 19 May 2013 8:49 PM
To: s-news&amp;lt; at &amp;gt;lists.biostat.wustl.edu
Subject: [S] Combine many variables into a data frame

Dear Listmembers

Do anyone know of an easy way to solve the following data management 
problem:

I have 1000 variables named v1, v2, v3. . . v1000. The variables are of the 
same lenght.
I want to combine them into a data frame.
Is there an easy way to do this (to avoid typing all 1000 variable&lt;/pre&gt;</description>
    <dc:creator>Bill.Venables&lt; at &gt;csiro.au</dc:creator>
    <dc:date>2013-05-19T23:35:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2919">
    <title>Combine many variables into a data frame</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2919</link>
    <description>&lt;pre&gt;Dear Listmembers

Do anyone know of an easy way to solve the following data management 
problem:

I have 1000 variables named v1, v2, v3. . . v1000. The variables are of the 
same lenght.
I want to combine them into a data frame.
Is there an easy way to do this (to avoid typing all 1000 variable names)?

Best,

Jan Ivanouw PhD
Institute of Public Health
University of Copenhagen
Denmark


This message was distributed by s-news&amp;lt; at &amp;gt;lists.biostat.wustl.edu.  To
unsubscribe send e-mail to sympa&amp;lt; at &amp;gt;lists.biostat.wustl.edu with the
SUBJECT of the message:  unsubscribe s-news


&lt;/pre&gt;</description>
    <dc:creator>Jan Ivanouw</dc:creator>
    <dc:date>2013-05-19T10:49:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2918">
    <title>Early bird discounts on online courses end next week</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2918</link>
    <description>&lt;pre&gt;How would you test for a correlation greater than 0.8?   What's a
confidence interval for the 40th percentile?  What’s the best way to
illustrate relative importance of factors to a judge? Take Applications
of Bootstrap, Decision Trees and Permutation Methods. Begins June 7th
2013.  $229.  

Introduction to R.  When you complete the three lessons in three weeks
starting 7 June 2013, you will be able to enter and analyze your own 
data. Instructor guides you each step of the way responding to questions
you post on the online discussion board.  $199. 

Analyzing Large Numbers of Variables—Microarrays, EEG's, MRI's fMRI's.
 This four-week course will show you how to analyze data with large
numbers of variables most effectively and introduce you to the software
that can do the job.  Emphasis on the use of the bootstrap, decision
trees, and permutation tests. Begins June 7th 2013. $345.

For more information, see http://statcourse.com
Students, faculty, and research workers at academic or government
instituti&lt;/pre&gt;</description>
    <dc:creator>courses&lt; at &gt;statcourse.com</dc:creator>
    <dc:date>2013-05-17T19:19:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2917">
    <title>AMT 2013 Last Call for Papers: 5 days left</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2917</link>
    <description>&lt;pre&gt;[Apologies for cross-postings]

Based on numerous requests, the full paper submission deadline has been
extended to May 13th.

####################################################################
            Active Media Technology 2013 (AMT'13)

                  CALL FOR PAPERS
 
####################################################################

2013 International Conference on Active Media Technology (AMT'13)

October 29-31, 2013, Maebashi, Japan

Homepage: http://wi-consortium.org/conferences/amtbi13/

Co-organized by Web Intelligence Consortium (WIC) 
                IEEE-CIS Task Force on Brain Informatics (IEEE TF-BI)
Co-sponsored by Maebashi Institute of Technology
                Maebashi City and Gunma Prefecture Government
                Springer Lecture Notes in Computer Science

##################################################################
# Full Paper Submission Due: *** 13 May 2013 ***  (Extended)
# Accepted full papers will be published by Springer as 
# a volume of the series of LNC&lt;/pre&gt;</description>
    <dc:creator>WIC Office</dc:creator>
    <dc:date>2013-05-10T07:05:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2916">
    <title>Brain and Health Informatics 2013 Last Call for Papers: 5 days left</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2916</link>
    <description>&lt;pre&gt;[Apologies for cross-postings]

Based on numerous requests, the full paper submission deadline has been
extended to May 13th.

####################################################################
           Brain and Health Informatics 2013 (BHI'13)

                     CALL FOR PAPERS
####################################################################

2013 International Conference on Brain and Health Informatics 2013 (BHI'13)

October 29-31, 2013, Maebashi, Japan

Homepage: http://wi-consortium.org/conferences/amtbi13/

Co-organized by Web Intelligence Consortium (WIC)
                IEEE-CIS Task Force on Brain Informatics (IEEE TF-BI)
Co-sponsored by Maebashi Institute of Technology
                Maebashi City and Gunma Prefecture Government
                Springer Lecture Notes in Computer Science

##################################################################
# Full Paper Submission Due: *** 13 May 2013 *** (Extended)
# Accepted full papers will be published by Springer as
# a volume of the s&lt;/pre&gt;</description>
    <dc:creator>WIC Office</dc:creator>
    <dc:date>2013-05-09T16:48:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2915">
    <title>Applications of the Bootstrap, Decision Trees, and Permutation Methods</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2915</link>
    <description>&lt;pre&gt;This 3-week interactive online course will introduce you to the
resampling methods--the bootstrap, decision trees, and the permutation
test and then show you how to apply them in your work with practical
examples from the medical device, legal and pharmaceutical industries
including how to obtain estimates of required sample size from empirical
distributions and the analysis of contingency tables and cross-over
designs.  Starts 7th June 2013.  Early bird discount now applicable. 
Further discount for academic and government workers and the unemployed
may be obtained by writing courses&amp;lt; at &amp;gt;statcourse.com

To enroll and obtain further information, go to
http://statcourse.com/application.htm
This message was distributed by s-news&amp;lt; at &amp;gt;lists.biostat.wustl.edu.  To
unsubscribe send e-mail to sympa&amp;lt; at &amp;gt;lists.biostat.wustl.edu with the
SUBJECT of the message:  unsubscribe s-news


&lt;/pre&gt;</description>
    <dc:creator>courses&lt; at &gt;statcourse.com</dc:creator>
    <dc:date>2013-05-05T16:30:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2914">
    <title>Brain and Health Informatics 2013 - Deadline extended to May 13th</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2914</link>
    <description>&lt;pre&gt;[Apologies for cross-postings]

Based on numerous requests, the full paper submission deadline has been
extended to May 13th.

####################################################################
           Brain and Health Informatics 2013 (BHI'13)

                     CALL FOR PAPERS
####################################################################

2013 International Conference on Brain and Health Informatics 2013 (BHI'13)

October 29-31, 2013, Maebashi, Japan

Homepage: http://wi-consortium.org/conferences/amtbi13/

Co-organized by Web Intelligence Consortium (WIC)
                IEEE-CIS Task Force on Brain Informatics (IEEE TF-BI)
Co-sponsored by Maebashi Institute of Technology
                Maebashi City and Gunma Prefecture Government
                Springer Lecture Notes in Computer Science

##################################################################
# Full Paper Submission Due: *** 13 May 2013 *** (Extended)
# Accepted full papers will be published by Springer as
# a volume of the s&lt;/pre&gt;</description>
    <dc:creator>WIC Office</dc:creator>
    <dc:date>2013-05-01T15:24:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2913">
    <title>AMT 2013 - Deadline extended to May 13th</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2913</link>
    <description>&lt;pre&gt;[Apologies for cross-postings]

Based on numerous requests, the full paper submission deadline has been
extended to May 13th.

####################################################################
            Active Media Technology 2013 (AMT'13)

                  CALL FOR PAPERS
 
####################################################################

2013 International Conference on Active Media Technology (AMT'13)

October 29-31, 2013, Maebashi, Japan

Homepage: http://wi-consortium.org/conferences/amtbi13/

Co-organized by Web Intelligence Consortium (WIC) 
                IEEE-CIS Task Force on Brain Informatics (IEEE TF-BI)
Co-sponsored by Maebashi Institute of Technology
                Maebashi City and Gunma Prefecture Government
                Springer Lecture Notes in Computer Science

##################################################################
# Full Paper Submission Due: *** 13 May 2013 ***  (Extended)
# Accepted full papers will be published by Springer as 
# a volume of the series of LNC&lt;/pre&gt;</description>
    <dc:creator>WIC Office</dc:creator>
    <dc:date>2013-05-01T04:34:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2912">
    <title>WI 2103 Call for Papers (extension to May 20, 2013)</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2912</link>
    <description>&lt;pre&gt;[Apologies for cross-postings]


#######################################################################
                       CALL FOR PAPERS

IEEE/WIC/ACM International Conference on Web Intelligence 2013 (WI'13)
November 17-20, 2013, Atlanta, GA, USA

Conference Website: http://cs.gsu.edu/wic2013/

Full Paper Submission Due: *** May 1, 2013 *** extended to ***May 20, 2013***

Sponsored By:
 IEEE Computer Society
 Web Intelligence Consortium (WIC)
 Association for Computing Machinery (ACM)
#######################################################################

WI 2013 provides a leading international forum to bring together researchers
and practitioners from diverse fields, to increase the cross-fertilization of
ideas and explore the fundamental roles, interactions as well as practical
impacts of Artificial Intelligence engineering and Advanced Information
Technology on the next generation of Web systems. Web Intelligence has been
recognized as one of the most important as well as promising direction for&lt;/pre&gt;</description>
    <dc:creator>WIC Office</dc:creator>
    <dc:date>2013-04-26T07:06:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2911">
    <title>URGENT HELP NEEDED !!!</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2911</link>
    <description>&lt;pre&gt;I do hope you get this fast, I came down to Manila, Philippines with my 
family for a short vacation, unfortunately we got mugged at the park of 
the hotel where we stayed. They stole our cash, credit cards and 
cellphones, but thank God we still have our lives and passports. The  
hotel manager has been unhelpful to us for reasons I don't know and I'm 
writing to you from a local library.

I've reported the situation 
to the police and after writing down some statements, I've not heard 
from them. I contacted the  consulate and all I keep hearing is that 
they will get back to me. Our return flight leaves soon, I need you to 
help me out  with a quick loan to settle our bills here so we can get 
back home. I'll refund the money as soon as we return home safely.

We look forward to hearing from you!.

 
Kind regards




Dr Graham Leask
Economics and Strategy Group
Aston Business School
Aston University
Aston Triangle
Birmingham
B4 7ET


Tel: Direct line 0121 204 1350
Fax: 0870 759 4808
email g.leask&amp;lt; at &amp;gt;asto&lt;/pre&gt;</description>
    <dc:creator>GRAHAM LEASK</dc:creator>
    <dc:date>2013-04-26T06:44:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2910">
    <title>SEM'n'R: PLS path modeling, SEM, linear and non-linear modeling using R</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2910</link>
    <description>&lt;pre&gt;SEM'n'R opened April 1
12 month online program accessible world-wide
$145 total (for 12 months) for anyone
PLS Path Modeling, SEM, Linear and Non-Linear Modeling with R
Developer of SmartPLS is one instructor
Programming and Simulation with R
8 online PLS-PM courses; 8 online R courses;
Includes live online courses using R;
http://www.sem-n-r.com/SEM_n_R_Program.html
Questions to mail&amp;lt; at &amp;gt;sem-n-r.com

Geoff Hubona
This message was distributed by s-news&amp;lt; at &amp;gt;lists.biostat.wustl.edu.  To
unsubscribe send e-mail to sympa&amp;lt; at &amp;gt;lists.biostat.wustl.edu with the
SUBJECT of the message:  unsubscribe s-news


&lt;/pre&gt;</description>
    <dc:creator>Geoffrey Hubona</dc:creator>
    <dc:date>2013-04-22T11:08:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2909">
    <title>IAT 2013 - Call for Papers</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2909</link>
    <description>&lt;pre&gt;[Apologies for cross-postings]

#######################################################################
              CALL FOR PAPERS

IEEE/WIC/ACM International Conference on Intelligent Agent Technology 2013 
(IAT'13) 
November 17-20, 2013, Atlanta, GA, USA

Conference Website: http://cs.gsu.edu/wic2013/

Full Paper Submission Due: *** May 1, 2013 ***

Sponsored By:
 IEEE Computer Society
 Web Intelligence Consortium (WIC)
 Association for Computing Machinery (ACM)
#######################################################################

IAT 2013 provides a leading international forum to bring together researchers 
and practitioners from diverse fields that include: computer science, 
information technology, business, education, systems engineering and robotics. 
IAT 2013 will be jointly held with the 2013 IEEE/WIC/ACM International 
Conference on Web Intelligence (WI 2013). WI-IAT13 will have various 
workshops, WI-IAT technical sessions, tutorials and panels. WI-IAT13 will 
have keynotes, a social re&lt;/pre&gt;</description>
    <dc:creator>WIC Office</dc:creator>
    <dc:date>2013-04-19T07:56:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2908">
    <title>WI 2013 - Call for Papers</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2908</link>
    <description>&lt;pre&gt;[Apologies for cross-postings]

#######################################################################
                       CALL FOR PAPERS 

IEEE/WIC/ACM International Conference on Web Intelligence 2013 (WI'13)
November 17-20, 2013, Atlanta, GA, USA

Conference Website: http://cs.gsu.edu/wic2013/

Full Paper Submission Due: *** May 1, 2013 ***

Sponsored By:
 IEEE Computer Society
 Web Intelligence Consortium (WIC)
 Association for Computing Machinery (ACM)
#######################################################################

WI 2013 provides a leading international forum to bring together researchers 
and practitioners from diverse fields, to increase the cross-fertilization of 
ideas and explore the fundamental roles, interactions as well as practical 
impacts of Artificial Intelligence engineering and Advanced Information 
Technology on the next generation of Web systems. Web Intelligence has been 
recognized as one of the most important as well as promising direction for 
scientific research and &lt;/pre&gt;</description>
    <dc:creator>WIC Office</dc:creator>
    <dc:date>2013-04-18T19:06:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2907">
    <title>Brain and Health Informatics 2013 - Deadline extended to May 13</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2907</link>
    <description>&lt;pre&gt;[Apologies for cross-postings]

Based on numerous requests, the full paper submission deadline has been
extended to May 13th.

####################################################################
           Brain and Health Informatics 2013 (BHI'13)

                     CALL FOR PAPERS
####################################################################

2013 International Conference on Brain and Health Informatics 2013 (BHI'13)

October 29-31, 2013, Maebashi, Japan

Homepage: http://wi-consortium.org/conferences/amtbi13/

Co-organized by Web Intelligence Consortium (WIC)
                IEEE-CIS Task Force on Brain Informatics (IEEE TF-BI)
Co-sponsored by Maebashi Institute of Technology
                Maebashi City and Gunma Prefecture Government
                Springer Lecture Notes in Computer Science

##################################################################
# Full Paper Submission Due: *** 13 May 2013 *** (Extended)
# Accepted full papers will be published by Springer as
# a volume of the s&lt;/pre&gt;</description>
    <dc:creator>WIC Office</dc:creator>
    <dc:date>2013-04-13T04:02:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2906">
    <title>AMT 2013 - Deadline extended to May 13</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2906</link>
    <description>&lt;pre&gt;[Apologies for cross-postings]

Based on numerous requests, the full paper submission deadline has been
extended to May 13th.

####################################################################
            Active Media Technology 2013 (AMT'13)

                  CALL FOR PAPERS
 
####################################################################

2013 International Conference on Active Media Technology (AMT'13)

October 29-31, 2013, Maebashi, Japan

Homepage: http://wi-consortium.org/conferences/amtbi13/

Co-organized by Web Intelligence Consortium (WIC) 
                IEEE-CIS Task Force on Brain Informatics (IEEE TF-BI)
Co-sponsored by Maebashi Institute of Technology
                Maebashi City and Gunma Prefecture Government
                Springer Lecture Notes in Computer Science

##################################################################
# Full Paper Submission Due: *** 13 May 2013 ***  (Extended)
# Accepted full papers will be published by Springer as 
# a volume of the series of LNC&lt;/pre&gt;</description>
    <dc:creator>WIC Office</dc:creator>
    <dc:date>2013-04-12T16:41:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2905">
    <title>Learn R this Summer (and Fall)</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2905</link>
    <description>&lt;pre&gt;Non-Profit Georgia R School; $225 (students), $275 (non-students) total
before May 1 (for all courses, not 'per course').
16+ full-length R courses available 24/7 online through Dec 31.
Basics of R; Multivariate Stats and Linear Modeling, GLMs, GAMs,
Mixed-Effects;
Data Manipulation and Data Mining; Graphics; Programming and Simulation;
and more.
Includes all exercises, datasets, R scripts, course slides and other
materials, everything.
More info at http://georgia-r-school.org/R-Courses.html
Questions to geoff&amp;lt; at &amp;gt;georgia-r-school.org

Geoff Hubona
This message was distributed by s-news&amp;lt; at &amp;gt;lists.biostat.wustl.edu.  To
unsubscribe send e-mail to sympa&amp;lt; at &amp;gt;lists.biostat.wustl.edu with the
SUBJECT of the message:  unsubscribe s-news


&lt;/pre&gt;</description>
    <dc:creator>Geoffrey Hubona</dc:creator>
    <dc:date>2013-04-12T10:09:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2904">
    <title>Brain and Health Informatics 2013 (BHI'13) - Call for Papers</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2904</link>
    <description>&lt;pre&gt;[Apologies if you receive this more than once]

####################################################################
           Brain and Health Informatics 2013 (BHI'13)

                     CALL FOR PAPERS
####################################################################

2013 International Conference on Brain and Health Informatics 2013 (BHI'13)

October 29-31, 2013, Maebashi, Japan

Homepage: http://wi-consortium.org/conferences/amtbi13/

Co-organized by Web Intelligence Consortium (WIC)
                IEEE-CIS Task Force on Brain Informatics (IEEE TF-BI)
Co-sponsored by Maebashi Institute of Technology
                Maebashi City and Gunma Prefecture Government
                Springer Lecture Notes in Computer Science

##################################################################
# Full Paper Submission Due: *** 15 April 2013 ***
# Accepted full papers will be published by Springer as
# a volume of the series of LNCS/LNAI.
# Extensions of selected papers from the proceedings will be
# consi&lt;/pre&gt;</description>
    <dc:creator>WIC Office</dc:creator>
    <dc:date>2013-04-08T17:10:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2903">
    <title>AMT 2013 - Call for Papers</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2903</link>
    <description>&lt;pre&gt;[Apologies if you receive this more than once]

####################################################################
            Active Media Technology 2013 (AMT'13)

                  CALL FOR PAPERS
####################################################################

2013 International Conference on Active Media Technology (AMT'13)

October 29-31, 2013, Maebashi, Japan

Homepage: http://wi-consortium.org/conferences/amtbi13/

Co-organized by Web Intelligence Consortium (WIC) 
                IEEE-CIS Task Force on Brain Informatics (IEEE TF-BI)
Co-sponsored by Maebashi Institute of Technology
                Maebashi City and Gunma Prefecture Government
                Springer Lecture Notes in Computer Science

##################################################################
# Full Paper Submission Due: *** 15 April 2013 *** 
# Accepted full papers will be published by Springer as 
# a volume of the series of LNCS/LNAI.
# Extensions of selected papers from the proceedings will be
# considered for publ&lt;/pre&gt;</description>
    <dc:creator>WIC Office</dc:creator>
    <dc:date>2013-04-07T16:16:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2902">
    <title>Re: Extracting Data in 1 hr Increments</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2902</link>
    <description>&lt;pre&gt;Hi Nikhil,

I'm sorry for the delayed response. Thank you very much! This works like 
a charm and generates integers useful for tagging observations within 
the same hour relative to the start time defined in tdref. Very elegant! 
With this, I should be able to do the job.

Cheers,

Kim Elmore

On 3/21/2013 10:55 AM, Padhye, Nikhil S wrote:

&lt;/pre&gt;</description>
    <dc:creator>Kim Elmore</dc:creator>
    <dc:date>2013-04-03T19:51:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2900">
    <title>reinstall S+ 8.2 on a new computer</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2900</link>
    <description>&lt;pre&gt;TIBCO techs:
I have a new computer (Windows 7) and need to uninstall S+ 8.2 from my old computer (Windows 7) and install it on the new one. The old procedure that used http://keys.insightful.com&amp;lt;http://keys.insightful.com/&amp;gt; no longer works. I need to do this ASAP, no later than tomorrow. Thanks for the help.

Win Crawford

________________________________
The information contained in this email message is intended only for the use of the individual(s) to whom it is addressed and may contain information that is privileged and sensitive. If you are not the intended recipient, or otherwise have received this communication in error, please notify the sender immediately by email at the above referenced address and note that any further dissemination, distribution or copying of this communication is strictly prohibited.

The U.S. Export Control Laws regulate the export and re-export of technology originating in the United States. This includes the electronic transmission of information and software to foreign coun&lt;/pre&gt;</description>
    <dc:creator>Crawford.Winnie</dc:creator>
    <dc:date>2013-03-28T18:57:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.statistics.s-news/2899">
    <title>CALL FOR PARTICIPATION: Register Now for SIAM International Conference on Data Mining (SDM' 2013)</title>
    <link>http://permalink.gmane.org/gmane.comp.statistics.s-news/2899</link>
    <description>&lt;pre&gt;SDM'13: THE THIRTEENTH SIAM INTERNATIONAL CONFERENCE ON DATA MINING
Austin, Texas, USA
May 2nd - May 4th, 2013
For more details, see the conference website:
http://www.siam.org/meetings/sdm13/



REGISTRATION
Pre-registration deadline – Apr 4, 2013
Register now at http://www.siam.org/meetings/sdm13/reginfo.php.

KEYNOTES

Regional Climate Informatics: A Statistical Perspective
Doug Nychka, National Center for Atmospheric Research, USA

Mining Clinical Data to Build Predictive Models
Peter Szolovits, Massachusetts Institute of Technology, USA

Modeling Individual-Level Data in the 21st Century
Padhraic Smyth, University of California, Irvine, USA

Social Networks as Information Filters
Lada Adamic, University of Michigan, USA

TUTORIALS

- Big Data Analytics for Healthcare
- Crowdsourcing &amp;amp; Human Computation for Data Labeling &amp;amp; Building Hybrid Systems
- Outlier Detection for Temporal Data
- Online Learning for Big Data Mining: Methods and Applications
- Recent Advances in Applied Matrix Technologies
- Sampl&lt;/pre&gt;</description>
    <dc:creator>SIAM Data-Mining</dc:creator>
    <dc:date>2013-03-22T18:12:26</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.statistics.s-news">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.statistics.s-news</link>
  </textinput>
</rdf:RDF>
