random_lm: A Random Linear Model

View source: R/LinearModel.R

random_lmR Documentation

A Random Linear Model

Description

This function returns a model which can be passed to renderText or renderTable if pre-processed appropriately

Usage

random_lm(nobs = 100, nx = 2)

Arguments

nobs

Numeric. number of observation

nx

Numeric. number of variables. Should be lower that nobs

Value

a model output


shinipsum documentation built on May 29, 2024, 2:30 a.m.