由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - R code question
相关主题
如何用DATAFRAME里的数字作为参数去产生随即数做SIMULATION请问:simulation tool for haplotype with LD
请教一道simulation的问题问一个用simulation的问题
一个简单问题,关于random number。sas simulation big dataset problem
请教大家一个关于check normality的问题simulation问题请指教
[合集] simulation in SAS in Clinical trialsimulation for longitudinal data
a simulation problem怎样照这样一个归一化函数。
请教一个SIMULATION的问题一般的统计仿真实验和monte carlo simulation是一回事吗?
Object oriented programming in SAS怎么做a/b simulation
相关话题的讨论汇总
话题: question话题: simulation话题: seed话题: code话题: 结果
进入Statistics版参与讨论
1 (共1页)
m********h
发帖数: 60
1
正在用 R 做simulation,用到 rnorm,所以每次结果都不一样,我就用set.seed()确
定结果,可是结果很依赖于seed。想问一下是在不同的seed里挑个结果最好的吗?还是
有别的办法?多谢了。
c*******o
发帖数: 8869
2
try 1000 seeds and then take a look at distribution.

【在 m********h 的大作中提到】
: 正在用 R 做simulation,用到 rnorm,所以每次结果都不一样,我就用set.seed()确
: 定结果,可是结果很依赖于seed。想问一下是在不同的seed里挑个结果最好的吗?还是
: 有别的办法?多谢了。

O*****y
发帖数: 222
3
set.seed() is fine, I think. There is no really random number generator.

【在 m********h 的大作中提到】
: 正在用 R 做simulation,用到 rnorm,所以每次结果都不一样,我就用set.seed()确
: 定结果,可是结果很依赖于seed。想问一下是在不同的seed里挑个结果最好的吗?还是
: 有别的办法?多谢了。

m********h
发帖数: 60
4

you mean that I take a look the distribution of simulation results?

【在 c*******o 的大作中提到】
: try 1000 seeds and then take a look at distribution.
s*r
发帖数: 2757
5
increase the random samples in each simulation.
it is like a slow convergence
f***a
发帖数: 329
6
if you dont set the seed, obviously the simulated samples will be different
each time. do a normality test and choose better one if you really need the
sample to be normal.

【在 m********h 的大作中提到】
: 正在用 R 做simulation,用到 rnorm,所以每次结果都不一样,我就用set.seed()确
: 定结果,可是结果很依赖于seed。想问一下是在不同的seed里挑个结果最好的吗?还是
: 有别的办法?多谢了。

1 (共1页)
进入Statistics版参与讨论
相关主题
怎么做a/b simulation[合集] simulation in SAS in Clinical trial
how to set the seed in Ra simulation problem
A question about R请教一个SIMULATION的问题
Can normally distributed time series data are autocorrelated? Thanks.Object oriented programming in SAS
如何用DATAFRAME里的数字作为参数去产生随即数做SIMULATION请问:simulation tool for haplotype with LD
请教一道simulation的问题问一个用simulation的问题
一个简单问题,关于random number。sas simulation big dataset problem
请教大家一个关于check normality的问题simulation问题请指教
相关话题的讨论汇总
话题: question话题: simulation话题: seed话题: code话题: 结果