Replies: 1 comment 2 replies
-
|
That code has been deprecated. The current code is makeValid. Also, we have released v. 2.0 of Pmetrics. You should consider updating via devtools::install_github(“LAPKB/Pmetrics”). Documentation for all the changes in 2.0 (and there are many) is here: https://lapkb.github.io/Pmetrics/.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Mannny-PK ***@***.***>
Sent: Friday, November 11, 2022 12:48:13 AM
To: LAPKB/Pmetrics ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [LAPKB/Pmetrics] How do I run the "NPDE" function with Pmetrics, version 1.9.7? (Discussion #111)
Dear Professor,
I have encountered a problem when I used Pmetrics, version 1.9.7,How do I run the "NPDE" function?
When I ran the following code, it failed.
setwd(paste(wd,"/Runs",sep=""))
npde.2 <- makeNPDE(run=2,limits=NA)
str(npde.2)
***@***.******@***.***
plot(npde.2)
plot(npde.2,plot.type="vpc",ylog=F)
npc.2 <- plot(sim.2,obs=op.2,log=F)
npc.2$npc
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https:/github.com/LAPKB/Pmetrics/discussions/111__;!!LIr3w8kk_Xxm!oYZ6NTV2LNyFCK-oIThdS8V1orCBLquMEhoNRxHgebY2ALPawrKc-57yCMlhXCgYaw5loYwHUIrrBDp-Uhg0L34$>, or unsubscribe<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AB6CLTT3QPEAUYCEGX62IBTWHYB43ANCNFSM6AAAAAAR5MHOQI__;!!LIr3w8kk_Xxm!oYZ6NTV2LNyFCK-oIThdS8V1orCBLquMEhoNRxHgebY2ALPawrKc-57yCMlhXCgYaw5loYwHUIrrBDp-U-Pzoho$>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Professor,
I have encountered a problem when I used Pmetrics, version 1.9.7,How do I run the "NPDE" function?
When I ran the following code, it failed.
setwd(paste(wd,"/Runs",sep=""))
npde.2 <- makeNPDE(run=2,limits=NA)
str(npde.2)
npde.2[[1]]@results@res
plot(npde.2)
plot(npde.2,plot.type="vpc",ylog=F)
npc.2 <- plot(sim.2,obs=op.2,log=F)
npc.2$npc
Beta Was this translation helpful? Give feedback.
All reactions