Search found 2 matches

by srk80
Sat Apr 12, 2025 5:03 pm
Forum: Module development
Topic: Namespace failed to load
Replies: 2
Views: 35130

Namespace failed to load

I am constantly getting error while creating a package for summarized t test using BSDA package. Help please. Error: jmvtools::install() jamovi compiler jamovi 2.6.44 found at C:\Program Files\jamovi 2.6.44.0\bin\jamovi.exe wrote: sumttest.h.R wrote: sumttest.u.yaml wrote: sumttest.src.js (node:1977...
by srk80
Sat Mar 18, 2023 7:39 am
Forum: Statistics
Topic: Create a variable using base R
Replies: 1
Views: 4343

Create a variable using base R

Hi, I would like to create a new toy dataset with variable X.
Is it possible to create 100 rows with the following code?
X = rnorm(100, 0, 1)