TestData: TestData

View source: R/TestData.R

TestDataR Documentation

TestData

Description

Simple function for creating a dataset of two related variables.

Usage

TestData(nobs = 1000, intercept = 0, beta = 5, meanX = 0, sdX = 1, sdYerr = 1)

Arguments

nobs

Number of observations, defaults to 1000

intercept

Intercept of the regression. Defaults to 0

beta

Beta for the regression equation, defaults to 5

meanX

Mean of X, defaults to 0

sdX

Standard deviation of X, defaults to 1

sdYerr

Variance of the error term of Y, defaults to 1

Value

A dataframe with an X and Y variable produced by the entered parameters

Examples

X<-TestData()

Omisc documentation built on Aug. 9, 2022, 5:09 p.m.

Related to TestData in Omisc...