Skip to content

Commit 09e6161

Browse files
committed
comment out duplicate definition of fRegress
1 parent 8507c20 commit 09e6161

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

R/fRegress.R

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ fRegress <- function(y, ...) {
44

55
# ---------------------------------------------------------------
66

7-
fRegress <- function(y, xfdlist, betalist, wt=NULL,
8-
y2cMap=NULL, SigmaE=NULL, returnMatrix=FALSE)
9-
{
7+
#fRegress
8+
fRegressCommentFn <-
9+
function(y, xfdlist, betalist, wt=NULL,
10+
y2cMap=NULL, SigmaE=NULL, returnMatrix=FALSE){
1011

1112
# FREGRESS Fits a functional linear model using multiple
1213
# functional independent variables with the dependency being
@@ -549,6 +550,7 @@ if (inherits(yfdPar, "fdPar") || inherits(yfdPar, "fd")) {
549550

550551
}
551552

553+
552554
# ------------------------------------------------------------------------
553555

554556
eigchk <- function(Cmat) {

0 commit comments

Comments
 (0)