<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Survey on general health. Descriptive statistics by Veronika Alhanaqtah</title>
      <link>https://padlet.com/alveronika7/genhlthJo</link>
      <description>Tafila Technical University. Course: Statistics (Fall 2017). Instructor: Dr. Veronika Alhanaqtah</description>
      <language>en-us</language>
      <pubDate>2018-02-20 14:08:14 UTC</pubDate>
      <lastBuildDate>2025-10-30 04:26:42 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Growing.png</url>
      </image>
      <item>
         <title>Mosaicplot: General health by Gender</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/233268982</link>
         <description><![CDATA[<div>R-script (1):<br># Set working directory<br>setwd("E:/R Data")<br># Download data<br>d&lt;- read.table(file = "surveystat.csv", header = TRUE, sep = ",")<br>install.packages("mosaic")<br>library("mosaic")<br>mosaicplot(table(d$genhlth,d$gender), main="Distribution of categorical values of general health by gender",col=3:4)</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/8412fd4028fdd68a10873275c2f37ce1/image.png" />
         <pubDate>2018-02-20 14:17:43 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/233268982</guid>
      </item>
      <item>
         <title>Description of Data</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/233275962</link>
         <description><![CDATA[<div><em>Data collection</em>: interview of the group of students in TTU. <em>Date:</em> December 2017.<br><em>Number of observations</em>: 39. <em>Number of variables</em>: 17.<br><em>Variables: </em>(1) '<strong>city</strong>'; (2) '<strong>gende</strong>r' (m, f); (3) '<strong>age</strong>'; (4) '<strong>height</strong>'; (5) '<strong>weight</strong>'; (6) '<strong>weighDs</strong>' - weight desired; (7) <strong>genhlth</strong> - respondents were asked to evaluate their general health, responding either excellent (E), good (G), npt that good (N) or bad (B); (8) '<strong>phex</strong>' -  respondents were asked whether they exercise (y, n); (9) '<strong>phexNum</strong>' - number of physical exercises per month; (10) '<strong>smoke</strong>' - respondents were asked whether they smoke (y, n); (11) '<strong>smokeNum</strong>' - number of cigarettes smoked per day; (12) '<strong>coffee</strong>' - respondents were asked whether they drink coffee (y, n); (13) '<strong>coffeeNum</strong>' - number of cups of coffee per day; (14) '<strong>sleep</strong>' - hours of sleep per day; (15) '<strong>visdoc</strong>' - respondents were asked whether they vsit doctors regularly (y, n); (16) '<strong>visdocNum</strong>' - number of visits to doctors per year; (17) '<strong>score</strong>' - average score.<br><em>Purpose of survey</em>: study purpose; R-scripts are provided so as students could learn how to visualize data in R-Studio. File '.csv' with data is available in the computer classes.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-20 14:27:53 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/233275962</guid>
      </item>
      <item>
         <title>Mosaicplot: General heath by City</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234729119</link>
         <description><![CDATA[<div>R-script(2):<br>mosaicplot(table(d$city,d$genhlth),main="General health by city", col=2:5)</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/009fba25e4946f25499351b17f10f5cb/1.png" />
         <pubDate>2018-02-23 15:19:59 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234729119</guid>
      </item>
      <item>
         <title>Mosaicplot: General health by smoking habits</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234754311</link>
         <description><![CDATA[<div>R-script(3):<br>mosaicplot(table(d$genhlth,d$smoke),main="General health by smoking habits",col=3:2)</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/7e22afc0f016e54a362ea6b8dcec6a16/2.png" />
         <pubDate>2018-02-23 16:01:57 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234754311</guid>
      </item>
      <item>
         <title>Mosaicplot: General health by coffee drinking habits</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234756887</link>
         <description><![CDATA[<div>R-script(4):<br>mosaicplot(table(d$genhlth,d$coffee),main="General health by coffee drinking habits",col=3:2)</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/5ff278d23c187af04c84ea3c6ddaf216/3.png" />
         <pubDate>2018-02-23 16:05:54 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234756887</guid>
      </item>
      <item>
         <title>Mosaicplot: General health in relation to physical exercises</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234759356</link>
         <description><![CDATA[<div>R-script(5):<br>mosaicplot(table(d$genhlth,d$phex),main="General health by P.E. habits",col=2:3)</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/0e6d909dc38de3ed8a56f6c74ae880b4/4.png" />
         <pubDate>2018-02-23 16:09:53 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234759356</guid>
      </item>
      <item>
         <title>Mosaic plots for categorical variables</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234760886</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2018-02-23 16:12:18 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234760886</guid>
      </item>
      <item>
         <title>Boxplots and violin plot for categorical and numeric variables</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234763403</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2018-02-23 16:16:36 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234763403</guid>
      </item>
      <item>
         <title>Violin plot: General health by Age</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234764686</link>
         <description><![CDATA[<div>R-script(1):<br># Relationship between categorical and numeric vaiables<br>install.packages("ggplot2")<br>library("ggplot2")<br>qplot(data=d,x=genhlth,y=age,geom="violin",xlab="general health (B-bad, E-excellent, G-good, N-not that good)",main="General health by age")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/1fe3df574653f417ae596ed58aa34e95/5.png" />
         <pubDate>2018-02-23 16:18:40 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234764686</guid>
      </item>
      <item>
         <title>Side-by-side boxplots: General health in relation to smoking</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234766693</link>
         <description><![CDATA[<div>R-script(2):<br>qplot(data=d,x=genhlth,y=smokeNum,geom="boxplot",xlab="general health (B-bad, E-excellent, G-good, N-not that good)",main="General health dependent on number of cigarettes smoked per day")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/c2af7e972e50e2cb550447f42314bb2a/6.png" />
         <pubDate>2018-02-23 16:21:42 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234766693</guid>
      </item>
      <item>
         <title>Side-by-side boxplots: General health in relation to coffee drinking</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234770303</link>
         <description><![CDATA[<div>R-script(3):<br>qplot(data=d,x=genhlth,y=coffeeNum,geom="boxplot",xlab="general health (B-bad, E-excellent, G-good, N-not that good)",main="General health dependent on coffee drinking per day")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/36616666da8d1d1c6631bc547f59c4b3/7.png" />
         <pubDate>2018-02-23 16:27:44 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234770303</guid>
      </item>
      <item>
         <title>Side-by-side boxplots: General health in relation to physical exercises</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234772914</link>
         <description><![CDATA[<div>R-script(4):<br>qplot(data=d,x=genhlth,y=phexNum,geom="boxplot",xlab="general health (B-bad, E-excellent, G-good, N-not that good)",main="General health dependent on number of physical exercises per month")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/8572ae92b3544888f1f91ee88d59719f/8.png" />
         <pubDate>2018-02-23 16:31:58 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234772914</guid>
      </item>
      <item>
         <title>Side-by-side boxplots: General health and visiting doctors</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234774228</link>
         <description><![CDATA[<div>R-script(5):<br>qplot(data=d,x=genhlth,y=visdocNum,geom="boxplot",xlab="general health (B-bad, E-excellent, G-good, N-not that good)",main="General health dependent on visiting doctors per year")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/b0ad8a7b4f05d999508aa7d7358e7d7b/9.png" />
         <pubDate>2018-02-23 16:34:10 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234774228</guid>
      </item>
      <item>
         <title>Bubble charts</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234776450</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2018-02-23 16:37:59 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234776450</guid>
      </item>
      <item>
         <title>Distribution between smoking and coffee drinking habits, evaluated by Age and Gender</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234776743</link>
         <description><![CDATA[<div>R-script(3):<br>radius&lt;-sqrt(d$age/pi)<br>symbols(d$smokeNum,d$coffeeNum,circles=radius,inches=0.15, fg="white", bg="turquoise", xlab="Cigarettes smoked per day", ylab="Coffee drank per day",main="Smoking/coffee drinking habits by Age and Gender")<br>text(d$smokeNum,d$coffeeNum,d$gender, cex=0.5)<br>Bubble size is determined by Age</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/ec2259e67aba81599187d11774f4abd6/10.png" />
         <pubDate>2018-02-23 16:38:27 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234776743</guid>
      </item>
      <item>
         <title>Distribution between physical exercises and visiting doctors, evaluated by Age and Gender</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234779161</link>
         <description><![CDATA[<div>R-script(2):<br>symbols(d$phexNum, d$visdocNum, squares=sqrt(d$age), fg="white", bg="tomato1",inches=0.4,xlab="Physical exercises per month", ylab="Visits to doctor per year", main="P.E. and Visiting doctors, evaluated by Age and Gender")<br>text(d$phexNum, d$visdocNum,d$gender, cex=0.5)<br>Square size is determined by Age</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/abdb15d2e5efbed97f858678e51c874b/11.png" />
         <pubDate>2018-02-23 16:42:06 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234779161</guid>
      </item>
      <item>
         <title>Distribution between Weight and Height, evaluated by Age</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234781678</link>
         <description><![CDATA[<div>R-script(1):<br>radius&lt;-sqrt(d$age/pi)<br>symbols(d$weight,d$height,circles=radius,inches=0.2, fg="white", bg="violet", xlab="Weight, kg", ylab="Height, cm",main="Weight and Height of respondents, evaluated by Age")<br>Bubble size is determined by Age</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/92689fc7d89fdadf0e4d13ad3193f5d3/12.png" />
         <pubDate>2018-02-23 16:45:51 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234781678</guid>
      </item>
      <item>
         <title>Distribution between Visiting doctors and Smoking, evaluated by the Number of smokes and Gender</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234786091</link>
         <description><![CDATA[<div>R-script(4):<br>radius&lt;-sqrt(d$smokeNum/pi)<br>symbols(d$visdocNum,d$smokeNum,circles=radius,inches=0.2, fg="white", bg="seagreen1",  xlab="Visiting doctors, times/year", ylab="Cigarettes smoked per day",main="Visiting doctors/Smoking, evaluated by Smoking and Gender")<br>text(d$visdocNum,d$smokeNum,d$gender, cex=0.7)<br>Bubble size is determined by the number of smokes per day</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/81e81fb0b57ab4ab546caf6c00c61639/14.png" />
         <pubDate>2018-02-23 16:52:32 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234786091</guid>
      </item>
      <item>
         <title>Distribution between Physical exercises and Visiting doctors, evaluated by P.E.</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234790924</link>
         <description><![CDATA[<div>R-script(5):<br>symbols(d$phexNum,d$visdocNum,squares=sqrt(d$phexNum),inches=0.5, fg="white", bg="orange1",  xlab="Physical exercises, times/month", ylab="Visiting doctors, times/year",main="Physical Exercises and Visiting doctors, evaluated by P.E.")<br>Square size is determined by the number of physical exercises per month</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/d0d15c1071fd29adfaedc14cb7ad2823/1.png" />
         <pubDate>2018-02-23 17:00:19 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234790924</guid>
      </item>
      <item>
         <title>Subsetting</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234798177</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2018-02-23 17:12:53 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234798177</guid>
      </item>
      <item>
         <title>Mosaicplot: Doing physical exercises by females</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234799823</link>
         <description><![CDATA[<div>R-script(1):<br>dsf&lt;-subset(d,d$gender=="f")<br>mosaicplot(table(dsf$phex),col=2:3,main="Doing physical exercises by females")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/facc1fef101b45fc87c982eae50f9e70/2.png" />
         <pubDate>2018-02-23 17:15:48 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234799823</guid>
      </item>
      <item>
         <title>Mosaicplot: Visiting doctors by females</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234907502</link>
         <description><![CDATA[<div>R-script(2):<br>mosaicplot(table(dsf$visdoc),col=2:3,main="Visiting doctors by females")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/820271053df003a9d447e2dffdf890ed/1.png" />
         <pubDate>2018-02-23 20:56:09 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234907502</guid>
      </item>
      <item>
         <title>Drinking coffee by females</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234912923</link>
         <description><![CDATA[<div>R-script(3):<br>mosaicplot(table(dsf$coffee),col=3:2,main="Drinking coffee by females")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/671fa0fc0457709c7d20b74391b6b332/1.png" />
         <pubDate>2018-02-23 21:14:49 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234912923</guid>
      </item>
      <item>
         <title>Mosaicplot: Doing physical exercises by males</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234916348</link>
         <description><![CDATA[<div>R-script(1):<br>dsm&lt;-subset(d,d$gender=="m")<br>mosaicplot(table(dsm$phex),col=2:3,main="Doing physical exercises by males")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/ae44551544afd50e941240600020df19/1.png" />
         <pubDate>2018-02-23 21:27:57 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234916348</guid>
      </item>
      <item>
         <title>Mosaicplot: Visiting doctors by males</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234921009</link>
         <description><![CDATA[<div>R-script(2):<br>mosaicplot(table(dsm$visdoc),col=2:3,main="Visiting doctors by males")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/dad1f7100fcfa23270ad2ad46a43c624/1.png" />
         <pubDate>2018-02-23 21:47:42 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234921009</guid>
      </item>
      <item>
         <title>Drinking coffee by males</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234924890</link>
         <description><![CDATA[<div>R-script(3):<br>mosaicplot(table(dsm$coffee),col=3:2,main="Drinking coffee by males")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/35ecddeb2ffb56343bee2eb58b67b325/1.png" />
         <pubDate>2018-02-23 22:11:40 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234924890</guid>
      </item>
      <item>
         <title>Sunflower plot: Distribution of Number of cigarettes smoked across Age</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234969366</link>
         <description><![CDATA[<div>S-script:<br>sunflowerplot(d$age,d$smokeNum,pch = 16, cex = 0.8, cex.fact = 1.5,col = par("col"), bg = NA, size = 1/6, seg.col = 3, seg.lwd = 2.5,main='Relationship between Age and Smoking',xlab='Age',ylab='Numbr of cigarettes smoked per day')&nbsp; &nbsp;</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/c6bfb015503114846b238afe69f1215a/1.png" />
         <pubDate>2018-02-24 11:06:12 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234969366</guid>
      </item>
      <item>
         <title>Dotplot: Distribution of hours of sleep by females</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234975200</link>
         <description><![CDATA[<div>R-script(4):<br>qplot(dsf$sleep,geom = "dotplot",binwidth=0.5,xlab="Hours of sleep per day",main="Hours of sleep per day by females")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/ed7ec28ede8e9a5ef61f053caa4c8970/1.png" />
         <pubDate>2018-02-24 12:14:01 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234975200</guid>
      </item>
      <item>
         <title>Q-Q Plot: Distribution of hours of sleep by females</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234975355</link>
         <description><![CDATA[<div>R-script(5):<br>qqnorm(dsf$sleep,main="Normal Q-Q plot for hours of sleep by females")<br>qqline(dsf$sleep)</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/38041a8e429c8426031b4e9b93dc7aa4/1.png" />
         <pubDate>2018-02-24 12:15:53 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234975355</guid>
      </item>
      <item>
         <title>Dotplot: Distribution of hours of sleep by males</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234975505</link>
         <description><![CDATA[<div>R-script(4):<br>qplot(dsm$sleep,geom = "dotplot",binwidth=0.5,xlab="Hours of sleep per day",main="Hours of sleep per day by males")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/7687b1b0b3da3135bdd42bfd16e9fb2f/1.png" />
         <pubDate>2018-02-24 12:18:24 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234975505</guid>
      </item>
      <item>
         <title>Q-Q Plot: Distribution of hours of sleep by males</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234975751</link>
         <description><![CDATA[<div>R-script(5):<br>qqnorm(dsm$sleep,main="Normal Q-Q plot for hours of sleep by males")<br>qqline(dsm$sleep)</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/69483d61d4e32650b58af95cf11be82f/1.png" />
         <pubDate>2018-02-24 12:21:33 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234975751</guid>
      </item>
      <item>
         <title>Histogram: Distribution of weight for females</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234977401</link>
         <description><![CDATA[<div>R-script:<br>hist(dsf$weight,col = "pink3",border="pink",xlab="Weight, kg",main="Distribution of weight for females")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/483af97e5a2cf8b3d631b8703a24e9ab/1.png" />
         <pubDate>2018-02-24 12:38:56 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234977401</guid>
      </item>
      <item>
         <title>Histogram: Distribution of weight for males</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234977619</link>
         <description><![CDATA[<div>R-script:<br>hist(dsm$weight,col = "skyblue",border="blue",xlab="Weight, kg",main="Distribution of weight for males")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/382d6136cc37b53bbab3a51fb710af4a/1.png" />
         <pubDate>2018-02-24 12:41:43 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234977619</guid>
      </item>
      <item>
         <title>Boxplot: Distribution of Height for females</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234978691</link>
         <description><![CDATA[<div>R-script:<br>boxplot(dsf$height,col = "orchid",horizontal=TRUE,xlab="Height, cm",pch=18,boxwex=0.9,main="Distribution of height for females")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/a116d8302311dbb3e7d34581eea7cce9/1.png" />
         <pubDate>2018-02-24 12:54:42 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234978691</guid>
      </item>
      <item>
         <title>Boxplot: Distribution of Height for males</title>
         <author>alveronika7</author>
         <link>https://padlet.com/alveronika7/genhlthJo/wish/234978840</link>
         <description><![CDATA[<div>R-script:<br>boxplot(dsm$height,col = "slateblue",horizontal=TRUE,xlab="Height, cm",pch=18,boxwex=0.9,main="Distribution of height for males")</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/89435477/8fd373abf086a8422438a524d7468db9/1.png" />
         <pubDate>2018-02-24 12:56:19 UTC</pubDate>
         <guid>https://padlet.com/alveronika7/genhlthJo/wish/234978840</guid>
      </item>
   </channel>
</rss>
