由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - sas code question, please help
相关主题
[合集] how many ways can we deal with missing values?Resampling和monte Carlo用什么软件最好?
请问Monte Carlo simulation在统计行业能找什么工作问问这里有没有在研究或用Sequential Monte Carlo(Particle Filtering)的同学?
庄严宣布有谁用过Crystal Ball这个软件吗? (转载)
how to do senstitivity analysis for time series请教用SAS做Monte Carlo integration
[合集] Monte Carlo Simulation 用什么软件最好?Tiered monte carlo 有人会么?
看来花街上真的都是天才。 (转载)问个简单的问题,monte carlo simulation里的probability 数据是从哪儿来的?
最快学会Monte Carlo SimulationVBA在统计编程中的市场大不大?
[合集] One Question about Monte Carlo simulaiton做Markov chain Monte Carlo 是用matlab 还是R 快一点,都各自有现成的函数可以调用吗?
相关话题的讨论汇总
话题: test话题: sas话题: group话题: code
进入Statistics版参与讨论
1 (共1页)
d******1
发帖数: 92
1
two sample permutation t-test: in the data we have two group( T and C), so
the varible "group" is equal to either T or C, and the response variable is
continuous which is "total score", dataset name is "q2"
Use Monte carlo method to perform one side permutation t-test, to test two
group mean difference. (significant level 0.025)
how to write code, please help, hw will due soon, so worry, if you need data
, i can send
h******e
发帖数: 1791
2
proc ttest.
d******1
发帖数: 92
3
this is permutation t-test
D******n
发帖数: 2836
4
proc multtest

is
data

【在 d******1 的大作中提到】
: two sample permutation t-test: in the data we have two group( T and C), so
: the varible "group" is equal to either T or C, and the response variable is
: continuous which is "total score", dataset name is "q2"
: Use Monte carlo method to perform one side permutation t-test, to test two
: group mean difference. (significant level 0.025)
: how to write code, please help, hw will due soon, so worry, if you need data
: , i can send

1 (共1页)
进入Statistics版参与讨论
相关主题
做Markov chain Monte Carlo 是用matlab 还是R 快一点,都各自有现成的函数可以调用吗?[合集] Monte Carlo Simulation 用什么软件最好?
请问Markov Chain Monte Carlo和 Monte Carlo根本性的区别是什么?看来花街上真的都是天才。 (转载)
推荐国外Monte Carlo模拟的bbs最快学会Monte Carlo Simulation
哪位同学传一下Casella的《Monte Carlo Statistical Method》[合集] One Question about Monte Carlo simulaiton
[合集] how many ways can we deal with missing values?Resampling和monte Carlo用什么软件最好?
请问Monte Carlo simulation在统计行业能找什么工作问问这里有没有在研究或用Sequential Monte Carlo(Particle Filtering)的同学?
庄严宣布有谁用过Crystal Ball这个软件吗? (转载)
how to do senstitivity analysis for time series请教用SAS做Monte Carlo integration
相关话题的讨论汇总
话题: test话题: sas话题: group话题: code