modelObj: A Model Object Framework for Regression Analysis

A utility library to facilitate the generalization of statistical methods built on a regression framework. Package developers can use 'modelObj' methods to initiate a regression analysis without concern for the details of the regression model and the method to be used to obtain parameter estimates. The specifics of the regression step are left to the user to define when calling the function. The user of a function developed within the 'modelObj' framework creates as input a 'modelObj' that contains the model and the R methods to be used to obtain parameter estimates and to obtain predictions. In this way, a user can easily go from linear to non-linear models within the same package.

Getting started

Package details

AuthorShannon T. Holloway
MaintainerShannon T. Holloway <shannon.t.holloway@gmail.com>
LicenseGPL-2
Version4.2
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("modelObj")

Try the modelObj package in your browser

Any scripts or data that you put into this service are public.

modelObj documentation built on June 7, 2022, 9:07 a.m.