Skip to content
Snippets Groups Projects
Commit a2f0aae4 authored by Dhanush Kumar Reddy Narayana Reddy's avatar Dhanush Kumar Reddy Narayana Reddy
Browse files

edit in documentation

parent a49d9d3e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ Version: 1.0
Date: 2024-11-03
Author: Manu Jain [aut], Dhanush Kumar Reddy Narayana Reddy [cre]
Maintainer: Dhanush Kumar Reddy Narayana Reddy to <dhana004@student.liu.se>
Description: More about what it does (maybe more than one line).
Description: A package for fitting ridge regression models with methods for model initialization, coefficient extraction, prediction, and model summary printing. The package is designed for educational and data analysis purposes, providing straightforward access to ridge regression for regression modeling with a regularization parameter.
License: GPL-3 + file LICENSE
Imports:
methods
......
......@@ -9,6 +9,7 @@
\packageDescription{group5labbonus}
}
\details{
The \code{group5labbonus} package provides fitting ridge regression models with methods for model initialization, coefficient extraction, prediction, and model summary printing. The package is designed for educational and data analysis purposes, providing straightforward access to ridge regression for regression modeling with a regularization parameter.
%% ~~ An overview of how to use the package, ~~
%% ~~ including the most important functions ~~
}
......@@ -18,6 +19,7 @@
Maintainer: \packageMaintainer{group5labbonus}
}
\references{
For more information, see \url{https://en.wikipedia.org/wiki/Ridge_regression}
%% ~~ Literature or other references for background information ~~
}
\keyword{package}
......@@ -27,9 +29,12 @@ Maintainer: \packageMaintainer{group5labbonus}
%\section{Documentation Index}{\packageIndices{group5labbonus}}
\seealso{
\code{\link{ridgereg}}
%% ~~ Optional links to other man pages, e.g. ~~
%% ~~ \code{\link[<pkg>:<pkg>-package]{<pkg>}} ~~
}
\examples{
data(iris)
model <- ridgereg$new(Sepal.Length ~ Sepal.Width + Petal.Length, data = iris, lambda = 0.1)
%% ~~ Optional simple examples of the most important functions ~~
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment