Question: About a R programming question for bootstrapping function Write your own bootstrapping function that will take in as arguments: single vector of continuous values number
About a R programming question for bootstrapping function
Write your own bootstrapping function that will take in as arguments: single vector of continuous values number of bootstrap replicates to be generated the statistic you're interested in (mean, median, etc) in the form of a FUNCTION (much like the 'statistic' argument for 'boot' function from R package 'boot') and output the following elements: Bootstrap estimate for bias of the statistic of interest Bootstrap estimate for standard error of the statistic of interest Confidence intervals for the statistic of interest: Normal - Basic Percentile Having definedthat function, proceed to find the data set containing at least one continuous variable Write your own bootstrapping function that will take in as arguments: single vector of continuous values number of bootstrap replicates to be generated the statistic you're interested in (mean, median, etc) in the form of a FUNCTION (much like the 'statistic' argument for 'boot' function from R package 'boot') and output the following elements: Bootstrap estimate for bias of the statistic of interest Bootstrap estimate for standard error of the statistic of interest Confidence intervals for the statistic of interest: Normal - Basic Percentile Having definedthat function, proceed to find the data set containing at least one continuous variable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
