Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rpackages
IDF
Commits
59844a24
Commit
59844a24
authored
Sep 13, 2019
by
Jana Ulrich
Browse files
silenced message initial values
parent
ff81b59c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
R/gevdfit.R
R/gevdfit.R
+1
-1
No files found.
R/gevdfit.R
View file @
59844a24
...
...
@@ -95,7 +95,7 @@ gev.d.fit<-
if
(
!
is.null
(
init.vals
)){
init.vals
<-
data.frame
(
mu
=
init.vals
[
1
],
sigma
=
init.vals
[
2
],
xi
=
init.vals
[
3
]
,
theta
=
init.vals
[
4
],
eta
=
init.vals
[
5
])}
if
(
any
(
is.null
(
c
(
muinit
,
siginit
,
shinit
,
etainit
)))
&
is.null
(
init.vals
)){
message
(
'Initial values are calculated.'
)
#
message('Initial values are calculated.')
init.vals
<-
gev.d.init
(
xdat
,
ds
,
ifelse
(
is.null
(
thetainit
),
0
,
thetainit
[
1
]))
}
# TODO: transform initial values with link function
...
...
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