search for: delect

Displaying 13 results from an estimated 13 matches for "delect".

Did you mean: select
2009 Apr 30
2
problem in reading data
...a.strings, : line 1653997 did not have 5 elements It seams that some lines don't have equal variables. I want to try > a<-read.table("tt_mb_200409.txt",as.is=T,fill=T) > a[1653997,] V1 V2 V3 V4 V5 1653997 00992 2777010 But, I want to delect the rows that do not have the same number of variables with others, how can I do this? Many thanks Ted -- View this message in context: http://www.nabble.com/problem-in-reading-data-tp23316321p23316321.html Sent from the R help mailing list archive at Nabble.com.
2009 Apr 26
3
Question of "Quantile Regression for Longitudinal Data"
...ed in Dr. Koenker's article. So I use the code the that is posted in the following link: http://www.econ.uiuc.edu/~roger/research/panel/rq.fit.panel.R How to estimate the panel data quantile regression if the regression contains no constant term? I tried to change the code of rq.fit.panel by delect "X=cbind(1,x)" and would like to know is that correct ? Thanks I really would appreciate some suggestions. Best Helen Chen -- View this message in context: http://www.nabble.com/Question-of-%22Quantile-Regression-for-Longitudinal-Data%22-tp23239896p23239896.html Sent from the R help...
2010 Jun 18
2
[LLVMdev] PR7407
I just filed PR7407 which we discovered in 2.5 but exists all the way into trunk. Revision 98780 was an attempt to try to fix this situation but it apparently doesn't cover all cases. I put some commentary in the bug about possible solutions but perhaps Evan (the author of revision 98780) or others have better ideas. This came from a customer code so it's not an artificially-constructed
2010 Jun 18
0
[LLVMdev] PR7407
David, it's possible that Dan just fixed this. Can you reverify with ToT? -Chris On Jun 18, 2010, at 9:11 AM, David Greene wrote: > I just filed PR7407 which we discovered in 2.5 but exists all the way > into trunk. Revision 98780 was an attempt to try to fix this situation > but it apparently doesn't cover all cases. I put some commentary in the > bug about possible
2023 Nov 24
0
Dear friends from the United States
...values community and connection. Vietnam is not just a destination; it's an experience that will leave a lasting impression on your heart. I extend this invitation to you with the hope that you'll consider making Vietnam your next travel destination. Come and discover the hidden gems, the delectable cuisine, and the genuine smiles that await you in the heart of Southeast Asia. I look forward to the day when I can share the beauty of my homeland with you in person. Until then, safe travels and may your curiosity lead you to the wonders of Vietnam. Best regards,https://vking.vn/kien-truc/b...
2009 Jan 18
0
Proposed mods to barplot.default() and legend().
...on easily, I'd recommend to use the > files in one of the snapshots > at ftp://stat.ethz.ch/R/ > > > Regards, > Martin I have attached a tar file containing my modified code for barplot and legend, and the correspondingly modified help files --- for your consideration and delectation. :-) The mods were duly done unto the source files. cheers, Rolf Turner ###################################################################### Attention: This e-mail message is privileged and confidential. If you are not the intended recipient please delete the message and not...
2007 Apr 03
5
small suggestion - once method on Expectation
I find that a lot of times I want to ensure a method gets called exactly once, for example when testing caching or eager loading. What does the list think of adding this little humane method to Mocha::Expectation? def once times(1) self end which means this: def test_should_only_grab_post_once_from_the_cache Post.expects(:get_cache).with(google_vs_yahoo.id).times(1)
2003 Jan 14
1
%U.log.
Dear all, I need to know how we can detect who delected a file in a Samba share, looking the log files. Anybody can help me? Thank's Emerson. -------------- next part -------------- HTML attachment scrubbed and removed
2010 May 17
3
Writing a properly-formed custom type (configxml)
Please hold my hand. After studying the wiki, several unofficial pages, various mailing list entries, and the operation of the "iptables" type as found on the net, I have created a custom type, lovingly named ``configxml''''. It updates attributes on the first element matching a supplied XPath in a given XML file. The first use case is configuring Atlassian JIRA to use
2009 Apr 27
3
Formatting numbers
...So I use the > code the that is posted in the following link: > > http://www.econ.uiuc.edu/~roger/research/panel/rq.fit.panel.R > > How to estimate the panel data quantile regression if the regression > contains no constant term? I tried to change the code of rq.fit.panel by > delect "X=cbind(1,x)" and would like to know is that correct ? > > > Thanks > I really would appreciate some suggestions. > Best > Helen Chen >
2006 Jul 29
4
Formal Grammar — some thoughts
I recently subscribed and saw in the archive that Eric Astor was asking for a formal grammar (unlikely the first time for such request.) Currently there are a few problems in making such a thing so I was curious if Mr. Gruber has made any thoughts about moving toward one? This would also allow a more ?clean? parser which would get rid of some of the current problems (bad nesting[^1],
2019 Nov 29
0
Wine release 4.21
...n. Nikolay Sivov (31): ole32/tests: Check more return values in moniker tests (Coverity). strmbase: Remove unused function. wincodecs: Remove unused function. mfreadwrite: Start media source when stream selection changes. mfreadwrite/tests: Add a test for reading from delected stream. mfreadwrite/tests: Add some missing checks (Coverity). comctl32/rebar: Fix invalid band index access. kernel32: Use RegLoadMUIStringW() from kernelbase. kernel32/tests: Add some tests for thread description API. user32/combo: Simplify rectangles sizing helper...
2013 May 07
4
how to calculate the mean in a period of time?
Hi, Your question is still not clear. May be this helps: dat2<- read.table(text=" patient_id????? t???????? scores 1????????????????????? 0??????????????? 1.6 1????????????????????? 1??????????????? 2.6 1????????????????????? 2???????????????? 2.2 1????????????????????? 3???????????????? 1.8 2????????????????????? 0????????????????? 2.3 2?????????????????????? 2???????????????? 2.5