get_d_samples_from_population_data: Calculate a number of sample correlations based on a...

View source: R/samplingFunctions_d.R

get_d_samples_from_population_dataR Documentation

Calculate a number of sample correlations based on a specified population correlation

Description

Calculate a number of sample correlations based on a specified population correlation

Usage

get_d_samples_from_population_data(
  pop1 = NULL,
  pop2 = NULL,
  cell.n,
  number.of.samples = 10,
  number.of.decimals = 2
)

Arguments

pop1

Population data using first column of data frame

pop2

Population data using first column of data frame

cell.n

Sample size for all samples (range of sample size if two specified)

number.of.samples

Number of samples to obtain

number.of.decimals

Number of decimals to report in returned data frame

Value

Data frame with sample correlations


dstanley4/learnSampling documentation built on Aug. 30, 2023, 12:59 a.m.