search for: sampwbmlewb

Displaying 1 result from an estimated 1 matches for "sampwbmlewb".

2010 Sep 16
1
Weibull simulation- number of items to replace is not a multiple of replacement length
...to replace is not a multiple of replacement length Any suggestion > est=matrix (NA, 2,2) > se=matrix (NA, 2,2) > for ( p in 1:2) { + sampleSize <- 20 + shape.true <- 1.82 + scale.true <- 987 + sampWB <- urweibull(sampleSize, shape=shape.true, scale=scale.true, lb=0, ub=Inf) + sampWBmleWB <- weibullMLE(sampWB) + est[p]= sampWBmleWB$estimate + se [p]= sampWBmleWB$s + } Warning messages: 1: In est[p] = sampWBmleWB$estimate : number of items to replace is not a multiple of replacement length 2: In se[p] = sampWBmleWB$s : number of items to replace is not a multiple of replacemen...