<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Home Page on ilustat | Data Science | R Language  | Statistics</title>
    <link>https://ilustat.com/</link>
    <description>Recent content in Home Page on ilustat | Data Science | R Language  | Statistics</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-gb</language>
    <lastBuildDate>Thu, 05 May 2016 21:48:51 -0700</lastBuildDate>
    
	<atom:link href="https://ilustat.com/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Introduction to R</title>
      <link>https://ilustat.com/courses/r_intro/</link>
      <pubDate>Wed, 27 Sep 2017 00:00:00 +0000</pubDate>
      
      <guid>https://ilustat.com/courses/r_intro/</guid>
      <description>R is a free statistical software package that has grown in popularity over the years including amongst statisticians and non-statisticians alike. For many it has become the data science tool of choice.
Course Summary This two to three day custom course will give an overview of Base R and the data.table package thinking and programming. Participants will learn how to import, tidy and transform data to produce elegant graphs and summary statistics.</description>
    </item>
    
    <item>
      <title>Understanding Statistics in Clinical Trials</title>
      <link>https://ilustat.com/courses/clinical_trial_statistics/</link>
      <pubDate>Wed, 27 Sep 2017 00:00:00 +0000</pubDate>
      
      <guid>https://ilustat.com/courses/clinical_trial_statistics/</guid>
      <description>Course Summary Statistics are an essential part of clinical trials that many non-statisticians have to work with. This includes the planning and design of a study, data collection, statistical analyses, statistical reporting and the communications of the results. This course will focus on the key concepts and avoid algebra as far as possible.
Target audience  Non-statisticians who works with clinical trials, for example,  Clinicians, Clinical Trial Managers (CTMs) Clinical Research Associates (CRAs), Data Management Global Medical Affairs professional Site personnel   Course Outline The following topics will be covered:</description>
    </item>
    
    <item>
      <title>Writing Real-life Motivated R Guides</title>
      <link>https://ilustat.com/post/writing-real-life-motivated-r-guides/</link>
      <pubDate>Fri, 09 Nov 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ilustat.com/post/writing-real-life-motivated-r-guides/</guid>
      <description>Saghir Bashir
Recently I posted1 a “Getting Start in R” guide which starts by explaining some key concepts in R and then demonstrates the tidyverse2 using a real-life dataset. Shortly after this, Dirk Eddelbuettel3 posted an equivalent “Tinyverse Edition”4 using the data.table5 package. It was much more than I had expected as I thought that I was starting a one person project writing guides for a niche audience, and for my training courses and workshops.</description>
    </item>
    
    <item>
      <title>Boas Apresentações Aumentam a Sua Visibilidade</title>
      <link>https://ilustat.com/post/boas-apresentacoes-aumentam-a-sua-visibilidade/</link>
      <pubDate>Wed, 31 Oct 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ilustat.com/post/boas-apresentacoes-aumentam-a-sua-visibilidade/</guid>
      <description>Saghir Bashir (traduzido por Ana Macedo)
Sempre que sou convidado a fazer uma apresentação, os meus nervos tomam imediatamente as rédeas até a apresentação propriamente dita terminar. Atingem o seu máximo no momento em que dizem o meu nome e durante os primeiros minutos da apresentação. O quê? Eu? Agora? Aquela gente toda A OLHAR PARA MIM! OK, não tropeces, não falhes a introdução, enganei-me, mas ainda aqui estou…
As pessoas normalmente dizem-me que “não pareces nervoso”.</description>
    </item>
    
    <item>
      <title>Great Presentations Raise Your Profile</title>
      <link>https://ilustat.com/post/great-presentations-raise-your-profile/</link>
      <pubDate>Thu, 11 Oct 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ilustat.com/post/great-presentations-raise-your-profile/</guid>
      <description>Saghir Bashir
Whenever I&amp;rsquo;m invited to present, my nerves immediately take over until the actual presentation is finished. They peak when I&amp;rsquo;m being introduced and during the first few minutes of the presentation. What? Me? Now? All those people LOOKING AT ME! OK, don&amp;rsquo;t trip, don&amp;rsquo;t mess up the opening, I got it wrong, but I&amp;rsquo;m still going, &amp;hellip;
People often tell me that &amp;ldquo;you don&amp;rsquo;t look nervous&amp;rdquo;. Yes, that&amp;rsquo;s true, as I try very hard to hide it, but people who know me can spot my ticks.</description>
    </item>
    
    <item>
      <title>Finding Datasets in R</title>
      <link>https://ilustat.com/post/finding-datasets-in-r/</link>
      <pubDate>Wed, 07 Mar 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ilustat.com/post/finding-datasets-in-r/</guid>
      <description>Saghir Bashir
Do you need to find an R dataset that you can use for teaching, presentations or reprex? WhatData is there to help you. You can try it out here.
A Dataset of R Datasets We start by creating a dataset of the available datasets in R on your system (i.e. from both base R and from the packages installed on your system).</description>
    </item>
    
    <item>
      <title>What is a Bleet?</title>
      <link>https://ilustat.com/post/what-is-a-bleet/</link>
      <pubDate>Tue, 03 Oct 2017 00:00:00 +0000</pubDate>
      
      <guid>https://ilustat.com/post/what-is-a-bleet/</guid>
      <description>Blog, tweet or bleet? You are busy and we like to get to the point. As a compromise we will publish bleets which are &amp;ldquo;not as long as a blog and not as short as a tweet&amp;rdquo;. Bleets can be up to 237 words.
FAQs  Why 237 words?  No particular reason.  What are the rules for counting the words?  Use which ever word count tool you have.</description>
    </item>
    
    <item>
      <title></title>
      <link>https://ilustat.com/shared/what_data_r/</link>
      <pubDate>Fri, 29 Sep 2017 13:57:36 +0100</pubDate>
      
      <guid>https://ilustat.com/shared/what_data_r/</guid>
      <description>Find Datasets in Base R and R Packages Do you need to find an R dataset that you can use for teaching, presentations or reproducible examples (reprex)? WhatData is there to help you. Just type something into the “Search” box below…
 {&#34;x&#34;:{&#34;filter&#34;:&#34;top&#34;,&#34;filterHTML&#34;:&#34;\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n&#34;</description>
    </item>
    
    <item>
      <title>Resources</title>
      <link>https://ilustat.com/resources/</link>
      <pubDate>Tue, 26 Sep 2017 14:48:54 +0100</pubDate>
      
      <guid>https://ilustat.com/resources/</guid>
      <description>Presentation Guidelines Raise your profile by giving great presentations by downloading our one page guidance document.
 Presentation Guidelines - English Version - Also see the Blog post. Orientações para Fazer uma Apresentação – Versão em Português - Leia o blog.  Finding Datasets in R Do you need to find an R dataset that you can use for teaching, presentations or creating reproducible examples? Then try this.
Getting Started in R Guides Are you curious to quickly learn what R can do for you?</description>
    </item>
    
    <item>
      <title>Consultancy</title>
      <link>https://ilustat.com/consultancy/</link>
      <pubDate>Thu, 05 May 2016 21:48:51 -0700</pubDate>
      
      <guid>https://ilustat.com/consultancy/</guid>
      <description>Data and statistics are an essential part of any decision making process. Through open and transparent communication we can help you make the best decisions for your organisation. ilustat works with you to build trustworthiness around your data and analysis.
Statistical Consultancy ilustat has extensive experience in the follow areas:
 Planning and designing studies For design (e.g CRFs) and data collection methods Modelling and simulation (including Bayesian methods) Documentation of analysis plans and final reports Clear communication of statistics (including giving presentations to teams)  Contact Us for further information.</description>
    </item>
    
    <item>
      <title>Training</title>
      <link>https://ilustat.com/training/</link>
      <pubDate>Thu, 05 May 2016 21:48:51 -0700</pubDate>
      
      <guid>https://ilustat.com/training/</guid>
      <description>ilustat&amp;rsquo;s custom courses and workshops are all about the participants. We want them to enjoy our courses and leave with knowledge and skills that they can use immediately. Our style is to actively engage participants by using real life examples related their day to day work.
Courses We currently offer the following courses:
 Introduction to R and data.table Understanding Statistics in Clinical Trials  Contact Us if you are interested in any of our courses.</description>
    </item>
    
  </channel>
</rss>