Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion man/fhdbetween_fhdwithin.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Higher-Dimensional Centering and Linear Prediction
\description{
\code{fhdbetween} is a generalization of \code{fbetween} to efficiently predict with multiple factors and linear models (i.e. predict with vectors/factors, matrices, or data frames/lists where the latter may contain multiple factor variables). Similarly, \code{fhdwithin} is a generalization of \code{fwithin} to center on multiple factors and partial-out linear models.

The corresponding operators \code{HDB} and \code{HDW} additionally allow to predict / partial out full \code{lm()} formulas with interactions between variables.
The corresponding operators \code{HDB} and \code{HDW} additionally allow predicting / partialing out full \code{lm()} formulas with interactions between variables.

}
\usage{
Expand Down
2 changes: 1 addition & 1 deletion man/recode-replace.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ replace_outliers(mtcars, 100, single.limit = "max") # Replace all value larger t
replace_outliers(mtcars, 2) # Replace all values above or below 2 column-
# standard-deviations from the column-mean w. NA
replace_outliers(fgroup_by(iris, Species), 2) # Passing a grouped_df, pseries or pdata.frame
# allows to remove outliers according to
# allows removing outliers according to
# in-group standard-deviation. see ?fscale
}
% Add one or more standard keywords, see file 'KEYWORDS' in the
Expand Down