Dear Sir, I got a pvcm file. My question is how to read it by R. Gratefully Jui-Kun Chiang [[alternative HTML version deleted]]
This question was rejected on stack overflow as being too vague. The same applies here: what, **exactly** are pvcm iles? Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Fri, Oct 4, 2019 at 8:04 AM Jui-Kun Chiang via R-help < r-help at r-project.org> wrote:> Dear Sir, > I got a pvcm file. > My question is how to read it by R. > Gratefully > > Jui-Kun Chiang > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
What is a pvcm file??? -pd> On 4 Oct 2019, at 13:00 , Jui-Kun Chiang via R-help <r-help at r-project.org> wrote: > > Dear Sir, > I got a pvcm file. > My question is how to read it by R. > Gratefully > > Jui-Kun Chiang > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com
Hello, I don't find the question easy to answer, if at all. 1. What is a pvcm file? Please give us more information on this format, I couldn't find that file extension. 2. Please read the posting guide, with a link at the bottom of this mail. You should know that R-help is for questions on R code, not to search (R related?) stuff for you. 3. At an R prompt run install.packages('sos') sos::findFn('pvcm file') It yields nothing of relevance. Hope this helps, Rui Barradas ?s 12:00 de 04/10/19, Jui-Kun Chiang via R-help escreveu:> Dear Sir, > I got a pvcm file. > My question is how to read it by R. > Gratefully > > Jui-Kun Chiang > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
What software creates a pvcm file? Is it binary or text? Where did it come from, and what do you expect to get out of it? Your question is too broad for us to be able to help you. When I google pvcm, I find some stuff about vocal cords, and also your Stack Overflow question, which was also closed as too broad and not clear enough. Sarah On Fri, Oct 4, 2019 at 11:04 AM Jui-Kun Chiang via R-help <r-help at r-project.org> wrote:> > Dear Sir, > I got a pvcm file. > My question is how to read it by R. > Gratefully > > Jui-Kun Chiang > > [[alternative HTML version deleted]] >-- Sarah Goslee (she/her) http://www.numberwright.com
Hi Jui-Kun, Are you using the plm package and talking about a pvcm object that is returned by the function of the same name? If so, it is not a "file" but a list of values returned by the function. Maybe this will move your question in the direction of intelligibility. Jim On Sat, Oct 5, 2019 at 1:04 AM Jui-Kun Chiang via R-help <r-help at r-project.org> wrote:> > Dear Sir, > I got a pvcm file. > My question is how to read it by R. > Gratefully > > Jui-Kun Chiang > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.