Skip to content

Commit

Permalink
cran version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkowa committed Oct 11, 2013
1 parent 642f460 commit d5dc595
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 13 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: VIM
Version: 4.0.0
Date: 2013-09-19
Date: 2013-10-09
Title: Visualization and Imputation of Missing Values
Author: Matthias Templ, Andreas Alfons, Alexander Kowarik, Bernd Prantner
Maintainer: Matthias Templ <[email protected]>
Expand All @@ -12,7 +12,6 @@ Imports:
robustbase,
stats,
sp,
utils,
vcd,MASS,nnet,e1071,methods,Rcpp,glmnet
Description: This package introduces new tools for the visualization of missing
and/or imputed values, which can be used for exploring the data and the
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ import(Rcpp)
import(robustbase)
import(sp)
import(stats)
import(utils)
importFrom(car,bcPower)
importFrom(car,powerTransform)
importFrom(vcd,labeling_border)
Expand Down
1 change: 0 additions & 1 deletion R/VIM-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#' @import Rcpp
#' @import sp
#' @import stats
#' @import utils
#' @import methods
#' @import MASS
#' @import nnet
Expand Down
10 changes: 6 additions & 4 deletions man/prepare.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
\alias{prepare}
\title{Transformation and standardization}
\usage{
prepare(x,
scaling = c("none", "classical", "MCD", "robust", "onestep"),
transformation = c("none", "minus", "reciprocal", "logarithm", "exponential", "boxcox", "clr", "ilr", "alr"),
alpha = NULL, powers = NULL, start = 0, alrVar)
prepare (x, scaling =
c("none","classical","MCD","robust","onestep"),
transformation =
c("none","minus","reciprocal","logarithm",
"exponential","boxcox","clr","ilr","alr"), alpha =
NULL, powers = NULL, start = 0, alrVar)
}
\arguments{
\item{x}{a vector, matrix or \code{data.frame}.}
Expand Down
6 changes: 2 additions & 4 deletions man/regressionImp.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@
data(sleep)
sleepImp1 <- regressionImp(Dream+NonD~BodyWgt+BrainWgt,data=sleep)
sleepImp2 <- regressionImp(Sleep+Gest+Span+Dream+NonD~BodyWgt+BrainWgt,data=sleep)
sleepImp3 <- regressionImp(Sleep+Gest+Span+Dream+NonD~BodyWgt+BrainWgt,data=sleep,robust=TRUE)

data(testdata)
imp_testdata1 <- regressionImp(c1+c2~x1+x2,data=testdata$wna)
imp_testdata2 <- regressionImp(x1+b1+c1+c2~x2,data=testdata$wna)
imp_testdata3 <- regressionImp(x1+b1+c1+c2~x2,data=testdata$wna,robust=TRUE)
imp_testdata1 <- regressionImp(b1+b2~x1+x2,data=testdata$wna)
imp_testdata3 <- regressionImp(x1~x2,data=testdata$wna,robust=TRUE)
}
\author{
Alexander Kowarik
Expand Down
2 changes: 1 addition & 1 deletion man/vmGUIenvir.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
\alias{rmVm}
\alias{vmGUIenvir}
\title{Environment for the GUI for Visualization and Imputation of Missing Values}
\format{<environment: 0x0000000019281e60>}
\format{<environment: 0x0000000015a7f5a8>}
\usage{
vmGUIenvir

Expand Down

0 comments on commit d5dc595

Please sign in to comment.