Learn R Programming

simsem (version 0.2-8)

simT: Create random t distribution object

Description

Create random t distribution object. Random t distribution object will save the degree of freedom and the non-centrality parameters.

Usage

simT(df, ncp = 0)

Arguments

df
The degree of freedom
ncp
The non-centrality parameter

Value

  • SimTRandom t Distribution object (SimT) that save the specified parameters

See Also

  • VirtualDistfor all distribution objects.

Examples

Run this code
nct82 <- simT(8, ncp=2)
    run(nct82)
	summary(nct82)

Run the code above in your browser using DataLab