Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
J
joinet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Armin Rauschenberger
joinet
Commits
b61519b1
Commit
b61519b1
authored
Nov 02, 2020
by
Armin Rauschenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vignette
parent
e5ae8bab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
R/functions.R
R/functions.R
+2
-0
docs/pkgdown.yml
docs/pkgdown.yml
+1
-1
man/cv.joinet.Rd
man/cv.joinet.Rd
+2
-0
No files found.
R/functions.R
View file @
b61519b1
...
...
@@ -489,10 +489,12 @@ print.joinet <- function(x,...){
#' and the intercept-only models (\code{none}).
#'
#' @examples
#' if(!grepl('SunOS',Sys.info()['sysname'])){
#' n <- 50; p <- 100; q <- 3
#' X <- matrix(rnorm(n*p),nrow=n,ncol=p)
#' Y <- replicate(n=q,expr=rnorm(n=n,mean=rowSums(X[,1:5])))
#' cv.joinet(Y=Y,X=X)
#' }
#'
#' \dontrun{
#' # correlated features
...
...
docs/pkgdown.yml
View file @
b61519b1
...
...
@@ -4,5 +4,5 @@ pkgdown_sha: ~
articles
:
article
:
article.html
joinet
:
joinet.html
last_built
:
2020-11-02T13:
19
Z
last_built
:
2020-11-02T13:
48
Z
man/cv.joinet.Rd
View file @
b61519b1
...
...
@@ -87,10 +87,12 @@ and the intercept-only models (\code{none}).
Compares univariate and multivariate regression.
}
\examples{
if(!grepl('SunOS',Sys.info()['sysname'])){
n <- 50; p <- 100; q <- 3
X <- matrix(rnorm(n*p),nrow=n,ncol=p)
Y <- replicate(n=q,expr=rnorm(n=n,mean=rowSums(X[,1:5])))
cv.joinet(Y=Y,X=X)
}
\dontrun{
# correlated features
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment