<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Anonymous bulletin board for Data Analysis with Python class by Arko B</title>
      <link>https://padlet.com/arkoju/cq0eailsu2ni</link>
      <description>Please feel free to provide your feedback, ask questions and queries here. This board is totally anonymous!


I am trying to make the class a better experience for everyone enrolled and hope that at the end of the semester, there will be a lot of things that you (and I) learn from the class. Your feedback is welcome and highly appreciated as this is the first course I have designed using Python and it is a learning experience for me as well!

I will try to answer all questions posted here both in class and over here.        ~Arko</description>
      <language>en-us</language>
      <pubDate>2019-01-25 13:34:13 UTC</pubDate>
      <lastBuildDate>2026-02-18 19:19:02 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Terminator.png</url>
      </image>
      <item>
         <title>Good afternoon, Arko,Thanks for your kind help to start this course for us in the postdoc training program. I have got very strong interest in using R and other related software for data analyses. Based on my previous study experience, I would suggest that our trainees could repeatedly practice the commands which you have already well prepared for us, step by step before classes. Instead of repeating your instructions in class, I would like to learn more about the following information: 1. Why and when will we use these commands, and also, how to generate these commands? 2. How to organize and prepare the original databases, so they could be recognized and analyzed easily by R? Thanks a lot!</title>
         <author></author>
         <link>https://padlet.com/arkoju/cq0eailsu2ni/wish/325120212</link>
         <description><![CDATA[<div><br>Reply: Thank you for your feedback!<br>1. The commands are pre-built, some of them in the "base" R, others are packaged in the form of libraries (Remember we used ggplot2 in class, that is a package)! I will touch on this in the next class. The fun part is that you can build your own library and upload it, and people all over the world can download and use it.<br>2. Any csv or excel file can be opened in R! Think of it as a kind of spreadsheet tool like excel, but you can have your own column names to write formulas (unlike excel), and the plots are fantastic. You can also do a huge amount of statistical analysis using hundreds of packages (without going into too much details about how the calculations are done under the hood). Moreover, you have absolute control over how you make your plots!<br>See you in class (whoever you are)!<br>~ Arko</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-28 19:34:48 UTC</pubDate>
         <guid>https://padlet.com/arkoju/cq0eailsu2ni/wish/325120212</guid>
      </item>
      <item>
         <title>Hi Arko,</title>
         <author></author>
         <link>https://padlet.com/arkoju/cq0eailsu2ni/wish/366982469</link>
         <description><![CDATA[<div><br>I have one query<br>I have one vector having 7 values. I want to remove values less than 5 from this vector. I tried  but failed. Could you please help me<br> myvector &lt;- c(1,2,4,8,12,5,9)<br><br>Reply: First you will need to find the indices of the elements which are greater than or equal to 5. Then use these indices to extract only those values which are greater than or equal to 5. Here is the solution:<br><br># geq5Indices is a logical vector of <br># indices where the elements are &gt;= 5<br>geq5Indices &lt;- myvector &gt;= 5<br># newVector contains only values &gt;= 5<br>newVector &lt;- myvector[geq5Indices]<br><br>~ Arko<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-06-11 16:10:24 UTC</pubDate>
         <guid>https://padlet.com/arkoju/cq0eailsu2ni/wish/366982469</guid>
      </item>
      <item>
         <title>Practice Problems</title>
         <author></author>
         <link>https://padlet.com/arkoju/cq0eailsu2ni/wish/445380307</link>
         <description><![CDATA[<div>Hi Arko,<br>If it's not too much work,<br>could you post some practice "homework" using what we have learned so far.  Then, maybe after a week you could post an answer key for us to check?<br><br><br>Good idea! I will post one today.<br>We will also start working on projects, I will have the team information out today (3/5/2020).<br>~ Arko</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-02-14 01:02:01 UTC</pubDate>
         <guid>https://padlet.com/arkoju/cq0eailsu2ni/wish/445380307</guid>
      </item>
   </channel>
</rss>
