RE: [NMusers] How to format output table as purely comma-separated file

2019-03-14 Thread Paul Hutson
Spaces as well, yes, but a simple click on the file opens nicely into EXCEL without Data/Text Import. Thank you. Paul Hutson, PharmD, BCOP Professor UWisc School of Pharmacy T: 608.263.2496 F: 608.265.5421 From: owner-nmus...@globomaxnm.com On Behalf Of Sebastien Bihorel Sent: Thursday, March

Re: [NMusers] How to format output table as purely comma-separated file

2019-03-14 Thread Sebastien Bihorel
Thanks for the input but I already tried that (or things along the line of FORMAT=,1PE11.4). Commas are indeed in the table file... but so are spaces. From: "Emmanuel Chigutsa" To: nmusers@globomaxnm.com, "Sebastien Bihorel" Sent: Thursday, March 14, 2019 3:47:15 PM Subject: Re: [NMusers]

RE: [NMusers] VPCs confidence intervals?

2019-03-14 Thread Ken Kowalski
Hi All, I know there is a lot of confusion about the distinction between a confidence interval and a prediction interval. Here is a layperson’s way of making the distinction. A confidence interval makes inference on a population parameter which is fixed (never changes) regardless of any s

RE: [External] Re: [NMusers] How to format output table as purely comma-separated file

2019-03-14 Thread Singla, Sumeet K
Simba, It still gives the same results. All the variables are in first column, rather than in different columns, separated by comma. Regards, Sumeet From: Simbarashe Peter Zvada Sent: Thursday, March 14, 2019 3:34 PM To: Singla, Sumeet K Cc: Emmanuel Chigutsa ; nmusers@globomaxnm.com; Sebasti

RE: [NMusers] VPCs confidence intervals?

2019-03-14 Thread Mats Karlsson
Hi Elena and Bill, I think this has been discussed before in this forum. The VPCs central metric are the prediction of data percentiles. If you focus on the difference between e.g. the 5th and 95th percentile based on the simulated data you will have a prediction interval, like Bill states. If

Re: [External] Re: [NMusers] How to format output table as purely comma-separated file

2019-03-14 Thread Simbarashe Peter Zvada
Hi Sumeet and Sebastian, Following Mannie's suggestion, sometimes starting with the file works, may be not in all cases: $TABLE FILE=mytab1.csv FORMAT=, ID TIME CMT ... IPRED NOPRINT ONEHEADER Thanks, Simba On Thu, Mar 14, 2019 at 4:21 PM Singla, Sumeet K wrote: > Emmanuel, > > > > It didn

RE: [External] Re: [NMusers] How to format output table as purely comma-separated file

2019-03-14 Thread Singla, Sumeet K
Emmanuel, It didn’t work for me. Regards, Sumeet From: owner-nmus...@globomaxnm.com On Behalf Of Emmanuel Chigutsa Sent: Thursday, March 14, 2019 2:47 PM To: nmusers@globomaxnm.com; Sebastien Bihorel Subject: [External] Re: [NMusers] How to format output table as purely comma-separated file

Re: [NMusers] How to format output table as purely comma-separated file

2019-03-14 Thread Emmanuel Chigutsa
Hi Sebastien, Try the following example code, with the relevant pieces in red: $TABLE ID TIME CMT IPRED FORMAT=, FILE=mytab1.csv NOPRINT ONEHEADER Mannie On Wednesday, March 13, 2019, 9:14:21 AM EDT, Sebastien Bihorel wrote: Hi, I was wondering if there is a way to create "pure" csv

[NMusers] Posting Guidelines in Group

2019-03-14 Thread Singla, Sumeet K
Everyone, Can please someone tell me what are the posting guidelines in this group? I have sent so many questions to email but not everything is being posted here and some of the questions were important to me as I wanted to know the opinion of the community in this group to those questions. So

RE: [NMusers] VPCs confidence intervals?

2019-03-14 Thread Ken Kowalski
Hi All, I know what Bill is trying to say but it is not quite accurate the way he states it. A prediction interval makes inference on a statistic based on a future sample such as a sample mean of a future set of data. In contrast, a confidence interval makes inference on a parameter such

RE: [NMusers] VPCs confidence intervals?

2019-03-14 Thread Bill Denney
Hi Elena, VPCs are accurately called prediction intervals not confidence intervals. The difference is that a prediction interval shows what you would expect for the next individual in a study while a confidence interval shows what you would expect for the result of a statistic (often confidence

[NMusers] VPCs confidence intervals?

2019-03-14 Thread Soto, Elena
Dear all, I have a question regarding visual predictive checks (VPCs). Most of VPCs used now, include a line representing the median and 5th and 95th percentiles of the data values and an area around the same percentiles that is commonly define as the 95% confidence interval (of the simulations