search for: 1954

Displaying 20 results from an estimated 154 matches for "1954".

Did you mean: 195
2008 Oct 14
6
Doing a Task Without Using a For Loop
...doing this, perhaps a way that does not use a for loop? Thanks. Tom ID Year NinYear 209 1971 0 209 1971 0 213 1951 0 213 1951 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1953 0 213 1954 0 213 1954 0 213 1954 0 213 1954 0 213 1954 0 213 1954 0 213 1954 0 213 1954 0 213 1954 0 213 1954 0 213 1954 0 213 1955 0 213 1955 0 234 1953 0 234 1953 0 234 1953 0 234 1953 0 234 1953 0 234 1958 0 234 1958 0 234 1965 0 234 1965 0 234 1965 0 249 1952 0 249 1952 0 -- View this message in conte...
2012 Dec 17
1
subset handling
...13040 EA 1953 3 1.33967744423 EA 1953 4 1.98766675806 EA 1953 5 4.24161297189 EA 1953 6 5.14000008572 EA 1953 7 4.57967749955 EA 1953 8 2.052258111338 EA 1953 9 1.581333312721 EA 1953 10 2.308387114104 EA 1953 11 1.987000015487 EA 1953 12 0.8990323304 EA 1954 1 0.75354841687 EA 1954 2 0.68321433070 EA 1954 3 0.69967744453 EA 1954 4 1.23300005836 EA 1954 5 1.85032267219 EA 1954 6 3.18266678602 EA 1954 7 2.23322589985 EA 1954 8 1.785161311368 EA 1954 9 1.603000012751 EA 1954 10 1.449677414134 EA 1954 11 1.1...
2006 May 20
3
sapply and Date objects
This is probably a dumb question, but I cannot figure it out. Why does this happen? dt <- as.Date("1954-02-01") > as.character(dt) [1] "1954-02-01" > sapply(c(dt), as.character) [1] "-5813" Thanks. FS
2004 Jan 26
1
user granted access, but still no shell prompt
...g to log (or ftp) to a samba 3.0.1 on Solaris 9 Have the following output. I have read samba Digest, Vol 13, Issue 43, msg 7 and 10, have /bin/sh as the template shell But still no result... PLS, help! SIncerely yours, Mike Output of syslog - samba debug below. Jan 26 19:10:21 as08-tmn winbindd[1954]: [ID 702911 daemon.debug] [2004/01/26 19:10:21, 5] nsswitch/winbindd_pam.c:winbindd_pam_auth(196) Jan 26 19:10:21 as08-tmn winbindd[1954]: [ID 702911 daemon.debug] Plain-text authentication for user tmn+DorofeevMS returned NT_STATUS_OK (PAM: 0) Jan 26 19:10:21 as08-tmn pam_winbind[3314]: [ID 614...
2011 Dec 03
2
[Bug 1954] New: configure: error: OpenSSL version header not found.
https://bugzilla.mindrot.org/show_bug.cgi?id=1954 Bug #: 1954 Summary: configure: error: OpenSSL version header not found. Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: amd64 OS/Version: Linux Status: NEW Severity: normal...
2013 Apr 08
2
How can I extract part of the data in a panel dataset?
Taking the Grunfeld data, which is built-in in R, for example, (1)How can I construct a dataset (or dataframe) that consists of the data of all firms in 1951? (2)How can I calculate the average capital in each form over the period 1951-1954? What I can imagine is to categorize the data by firm, and then select the data between 1951 and 1954 for each firm, but how can I do it? Thanks, Miao Grunfeld data: invest value capital firm year 317.6 3078.5 2.8 General Motors 1935 391.8 4661.7 52.6 General Motors 1936 410.6 5387.1 156.9 G...
2011 May 26
1
Error when changing domain password in Windows XP
...dn: uid=torkil,ou=Users,dc=drcmr,dc=local, error: 16 (No such attribute) (modify/delete: sambaNTPassword: no such value) [2011/05/26 12:22:14.393027, 3] smbd/sec_ctx.c:418(pop_sec_ctx) pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 1 [2011/05/26 12:22:14.393046, 5] rpc_server/srv_samr_nt.c:1954(_samr_ChangePasswordUser2) _samr_ChangePasswordUser2: 1954 [2011/05/26 12:22:14.393059, 1] ../librpc/ndr/ndr.c:251(ndr_print_function_debug) samr_ChangePasswordUser2: struct samr_ChangePasswordUser2 out: struct samr_ChangePasswordUser2 result...
2015 Aug 11
0
[Bug 1954] configure: error: OpenSSL version header not found.
https://bugzilla.mindrot.org/show_bug.cgi?id=1954 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Damien Miller <djm at mindrot.org&g...
2014 Feb 10
1
Question re: NA, NaNs in R
Hi R-devel, I have a question about the differentiation between NA and NaN values as implemented in R. In arithmetic.c, we have int R_IsNA(double x) { if (isnan(x)) { ieee_double y; y.value = x; return (y.word[lw] == 1954); } return 0; } ieee_double is just used for type punning so we can check the final bits and see if they're equal to 1954; if they are, x is NA, if they're not, x is NaN (as defined for R_IsNaN). My question is -- I can see a substantial increase in speed (on my computer, in certa...
2005 Jan 25
1
chron: parsing dates into a data frame using a forloop
...NA 9 11/09/54 1 11 1 9 NA NA NA NA NA NA 10 11/10/54 1 11 1 10 NA NA NA NA NA NA > The problem seems to be with assigning within the forloop, or making the assignment into a data frame, since: > years(mans.met$date[5]) [1] 1954 Levels: 1954 > test<-years(mans.met$date[5]) > test [1] 1954 Levels: 1954 > > months(mans.met$date[5]) [1] Nov 12 Levels: Jan < Feb < Mar < Apr < May < Jun < Jul < Aug < Sep < ... < Dec > test<-months(mans.met$date[5]) > test [1] Nov 12 Levels:...
2009 Sep 27
2
xtable - how to add a "sum of values in a row" column?
...ttp://cran.r-project.org/web/packages/xtable/vignettes/xtableGallery.pdf How would I add a column at the end "Total" which sums the row, with minimal changes to the code below? Thanks in advance. - Ken 2.10 Time series > temp.ts <- ts(cumsum(1 + round(rnorm(100), 0)), start = c(1954, + 7), frequency = 12) > temp.table <- xtable(temp.ts, digits = 0) > caption(temp.table) <- "Time series example" > print(temp.table, floating = FALSE) Time series example Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec 1954 2 3 6 8 11 10 1955 11 13 15 16 16 18 20 22 21 22...
2005 Jan 26
1
summarizing daily time-series date by month
...4 1 11 1 9 NA NA NA NA NA NA : 10 11/10/54 1 11 1 10 NA NA NA NA NA NA : > : : The problem seems to be with assigning within the forloop, or making the : assignment into a data frame, since: : : > years(mans.met$date[5]) : [1] 1954 : Levels: 1954 : > test<-years(mans.met$date[5]) : > test : [1] 1954 : Levels: 1954 : > : > months(mans.met$date[5]) : [1] Nov : 12 Levels: Jan < Feb < Mar < Apr < May < Jun < Jul < Aug < Sep < ... < Dec : > test<-months(mans.met$date[5]) : > te...
2011 Sep 13
1
estimating Fstats in strucchange
Hi, I am new to R. It would be kind if I could get some help on this. I am using R to estimate Fstats but I am getting following error. a3 is annual GDP data from 1951 to 2010. > fs<- Fstats(ecm.model, from=1954, to = 1975,data=a3) Error in Fstats(ecm.model, from = 1954, to = 1975, data = a3) : inadmissable change points: 'from' is larger than 'to' In addition: Warning message: In Fstats(ecm.model, from = 1953, to = 1955, data = a3) : 'to' changed (was too large) Regards Vikram...
2008 Nov 04
1
perform Kruskal-Wallis test without using the built-in command in R
...eb 1953 29.000000 639 Mar 1953 11.000000 640 Apr 1953 56.000000 641 May 1953 39.000000 642 Jun 1953 47.000000 643 Jul 1953 92.000000 644 Aug 1953 44.000000 645 Sep 1953 51.000000 646 Oct 1953 58.000000 647 Nov 1953 38.000000 648 Dec 1953 13.000000 649 Jan 1954 23.000000 650 Feb 1954 50.000000 651 Mar 1954 49.000000 652 Apr 1954 10.000000 653 May 1954 45.000000 654 Jun 1954 102.000000 655 Jul 1954 59.000000 656 Aug 1954 80.000000 657 Sep 1954 40.000000 658 Oct 1954 44.000000 659 Nov 1954 94.000000 660 Dec 1954 5...
2009 Dec 02
1
polygon graph
...-21.1 30/09/1949 -20.5 31/12/1949 -21.6 31/03/1950 23.8 30/06/1950 27.4 30/09/1950 10.4 31/12/1950 13.4 31/03/1951 10.3 30/06/1951 28.9 30/09/1951 26.8 31/12/1951 25.2 31/03/1952 24.9 30/06/1952 23.3 30/09/1952 22 31/12/1952 25.2 31/03/1953 26.1 30/06/1953 26.7 30/09/1953 25.4 31/12/1953 0.4 31/03/1954 -21.9 30/06/1954 -22.5 30/09/1954 -02.8 31/12/1954 22.8 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: pruplot.txt URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091202/602be54e/attachment-0002.txt>
2008 Oct 16
1
lmer for two models followed by anova to compare the two models
...run this model: mod1 <- lmer(x~category+subcomp+category*subcomp+(1|id),data=impchiefsrm) obtain this summary result: Linear mixed-effects model fit by REML Formula: x ~ category + subcomp + category * subcomp + (1 | id) Data: impchiefsrm AIC BIC logLik MLdeviance REMLdeviance 4102 4670 -1954 3665 3908 Random effects: Groups Name Variance Std.Dev. id (Intercept) 0.11562 0.34003 Residual 0.22765 0.47713 number of obs: 2568, groups: id, 107 run this model (only difference is I've removed the interaction term): mod2 <- lmer(x~category+su...
2004 Nov 18
2
use of APPEND in default
...pt=/usr/local/bin/xiva-configurator.pl REBOOT=1 installdoc=/usr/local/lib/products/xxyxx_LS1_AX2/BaseCFG_boot0_install_only. xml ITEM=1 --8<------- Chris Suttle ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Imerge Limited Tel :- +44 (0)1954 783600 Unit 6 Bar Hill Business Park Fax :- +44 (0)1954 783601 Saxon Way Web :- http://www.imerge.co.uk Bar Hill Cambridge CB3 8SL United Kingdom ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010 Sep 22
2
Unique subsetting question
...licated. Here's an example: > presidents Qtr1 Qtr2 Qtr3 Qtr4 1945 NA 87 82 75 1946 63 50 43 32 1947 35 60 54 55 1948 36 39 NA NA 1949 69 57 57 51 1950 45 37 46 39 1951 36 24 32 23 1952 25 32 NA 32 1953 59 74 75 60 1954 71 61 71 57 1955 71 68 79 73 1956 76 71 67 75 1957 79 62 63 57 1958 60 49 48 52 1959 57 62 61 66 1960 71 62 61 57 1961 72 83 71 78 1962 79 71 62 74 1963 76 64 62 57 1964 80 73 69 69 1965 71 64 69 62 1966...
2002 Aug 03
1
Problems with gcc-3.1 -O2 on Solaris
I've been having problems with gcc-3.1 and R-devel on one of our Solaris 7 systems (not the one I usually use). We have seen a report of this before (Chuck Berry, 17 July 2002). The symptom is that make check fails with var(1) being NaN not NA. The underlying cause is that as.double(NA) is NaN. It can be solved by compiling arithmetic.c without -O2. Another installation with a
1999 Jan 25
0
SAMBA digest 1954
Hi, How much is mail-gear and where can I buy it? ----- Original Message ----- From: <samba@samba.org> To: Multiple recipients of list <samba@samba.org> Sent: Monday, January 25, 1999 6:14 PM Subject: SAMBA digest 1954 > SAMBA Digest 1954 > >For information on unsubscribing see http://samba.org/listproc/ >Topics covered in this issue include: > > 1) Re: [WIN NT] uppercase > by Majid Tajamolian <majid@sobhan.bol.sharif.ac.ir> > 2) Using UserManager with Samba2.0 > by "...