Skip to content

Commit 28c0ebe

Browse files
committed
fix fRegress
1 parent 608e37f commit 28c0ebe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

R/fRegress.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
fRegress <- function(y, ...) {
2+
UseMethod("fRegress")
3+
}
4+
5+
# ---------------------------------------------------------------
6+
17
fRegress <- function(y, xfdlist, betalist, wt=NULL,
28
y2cMap=NULL, SigmaE=NULL, returnMatrix=FALSE)
39
{

0 commit comments

Comments
 (0)