Test variable C
| Moderator:Erkki Kuusisto (see all) |
| This page is a stub. You may improve it into a full page. |
| Upload data
|
Question
Answer
Rationale
Dependencies
Formula
ERF_Lden_HA <- function(Lden) {
PercentHighlyAnnoyedByRoadNoise <- 9.868 * 10^-4 * (Lden - 42)^3 - 1.436 * 10^-2 * (Lden-42)^2 + 0.5118 * (Lden - 42)
return(PercentHighlyAnnoyedByRoadNoise)
}
# debug ERF_Lden_HA(60)
|
See also
Keywords
References
Related files
<mfanonymousfilelist></mfanonymousfilelist>