make.df: Make a dataset of Normals

Description Usage Arguments Value

View source: R/make_df.R

Description

Generates a dataset with normally distributed variables. You can specify the mean and variance of each column.

Usage

1
make.df(mean, sd, n, pref = F)

Arguments

mean

a vector of means for each column of your dataset

sd

a vector of standard deviations for each column of your dataset

n

the length of your variables

pref

default is False but fill in if you want to specify the names of your columns

Value

returns a dataset of normally distributed variables


jackiemauro/hurdleIV documentation built on May 18, 2019, 7:56 a.m.