导航菜单
首页 >  » 正文

R语言没有练习题吗 请教R语言编程,编程作业急急急

R语言没有练习题吗

http://swirlstats.com/

swirl teaches you R programming and data science interactively, at your own pace, and right in the R console!

完全免费的交互式教学的R包。在R中学习R。

请教R语言编程,编程作业急急急

finNum<-function(x){
    ind<-(x%%2==0)|(x%%3==0)
    out<-list(num=x[ind],howMany=sum(ind))
    return(out)
}

相关推荐: