You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the code for drawing a distribution for the continuous variables
library(mc2d)
exp.dist <- rpert(10000,min=min,mode=mode,max=max)
This can be done on the set of means across the group, or once per expert then pooled
This distribution can be summarized and plotted as errorbars, or plotted as a density plot
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is the code for drawing a distribution for the continuous variables
library(mc2d)
exp.dist <- rpert(10000,min=min,mode=mode,max=max)
This can be done on the set of means across the group, or once per expert then pooled
This distribution can be summarized and plotted as errorbars, or plotted as a density plot
Beta Was this translation helpful? Give feedback.
All reactions