自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 文章标题

PS: The data(stroopdata.csv)is provided by the course.1.**Independent variable:**The type of test,”the congruent words condition” and ” the incongruent words condition”.**Dependent variable:**The

2016-07-27 22:13:31 520

原创 统计学笔记

统计量r2=t2t2+dfr^2=\frac{t^2}{t^2+df} t检验对H0H_{0}的解释度T-testT -test AssumptionsX and Y should be random samples from two independent populations.Populations are approximately normal.Sample

2016-07-25 15:02:00 991

原创 R语言笔记六

去除NA值方案一ggplot(aes(x=friend_count), data=subset(pf, !is.na(gender)))+ geom_histogram()+ scale_x_continuous(limits = c(0,1000), breaks = seq(0,1000,50))+ facet_wrap(~gender

2016-07-10 22:45:45 2446

原创 R语言笔记五

DebuggingDiagnosing the problemSomething’s Wrong! Indications that something’s not right.message: A generic notification/diagnostic message produced by the message function; execution of the functio

2016-07-04 15:34:18 10362

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除