Skip to content

Warnings during classification #4

@jlmartinez1981

Description

@jlmartinez1981

Hi!
while executing fFixQN(res$g, res$q, res$f, tol = 1e-4, method = "BR", pubdata = "K4") over R version 3.4.3 (2017-11-30) I am getting some warings:

8: In c * qvector[, 3] :
Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.

9: In (1 - c) * qvector[, 2] :
Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.

10: In c * qvector[, 3] :
Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.

I dont know if this could become an error in the future.
Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions