powered by
This function generates a dataset representing a structure with a circle.
gen_circle(n = 500, p = 4)
A data containing a circle.
An integer value (default: 500) representing the sample size.
An integer value (default: 4) representing the number of dimensions.
set.seed(20240412) circle <- gen_circle(n = 500, p = 4)
Run the code above in your browser using DataLab