# Creating the Life Expectancy T-test for Males only.
lifexpectancy.ttest<-function(lifeexpectancy.ttest){
+ Maleage<-lifeexpectancy$Male[6:80]
+ return(Maleage)}
> lifexpectancy.ttest()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.