search for: alfalfa

Displaying 17 results from an estimated 17 matches for "alfalfa".

2005 Sep 27
2
Tree connect failed: ERRDOS - ERRnomem
I recently couldn't connect to a windowXP domain share from a winXP client.(Samba is the PDC) When I attempted to mount the share from the samba server this is the error I got. colin@Alfalfa:~/oakwood$ smbmount //buckwheat/share buckwheat/ Password: 6586: tree connect failed: ERRDOS - ERRnomem (Insufficient server memory to perform the requested function.) colin@Alfalfa:~/oakwood$ smbmount -v Usage: mount.smbfs service mountpoint [-n] [-o options,...] Version 3.0.14a-Debian colin@Alf...
2010 May 19
1
Multiple language output - Correct in RGui, wrong in .txt after sink()
...e may be a problem with the font, it would be great if someone could confirm this? In the second part with output to the txt file I get the <U+FF71> type unicode as output not the expected characters. My main problem is how can I output the characters as I expect? > RM_EN <- c("Alfalfa hay","Alfalfa meal","Alfalfa silage") > RM_DE <- c("Luzerneheu","Lurzernegr?nmehl","Luzernesilage") > RM_RU <- c("?????????? ????","?????????? ???????? ????","?????????? ?????") > RM_CN <- c(&quo...
2009 May 01
2
combine column names
Dear R-list, Is there any way I can extract part or whole column name from two variables and combine them? Not values, but column names. For example, I have data set with 70 variables. The column names are "Alfalfa", "Corn","Soybean",..."Sunflower". After I combine the two variable (say Alfalfa and Corn), I want to rename it as "AlfCor" or "AlfalfaCorn" automatically not manually. In excel, I found the function combining two texts in individual columns...
2001 Aug 23
2
SAS Export datasets alfalfa.xpt and test.xpt
The above came with V1.2.3, but don't seem to be included with V1.3.0. When I upgraded R, I assumed they would also come with the new version, so didn't save them elsewhere. Could someone please email them to me, or tell me where I could get hold of them? Many thanks in advance. ****************************************************************************************** * Dr.
2018 Apr 13
5
Reading xpt files into R
...have an xpt file which I have been trying to open into R in R studio On the net I found guidance which says that I need packages Hmisc and SASxport which I have successfully loaded. I had also found some code which says that this would allow me to read the xpt file into R: library(SASxport) data(Alfalfa) lookup.xport("test.xpt") Alfalfa<-read.xport("test.xpt") I have set the directory correctly as far as I am aware, but when I tried to run this code I got the following error messages: > lookup.xport("test.xpt") Error in lookup.xport.inner(file) : file not in S...
2010 Jan 28
0
Setting base level for contrasts with lme
Hi all, Note: lm(Yield ~ Block + C(Variety, base = 2), Alfalfa) equals i <- 2; lm(Yield ~ Block + C(Variety, base = i), Alfalfa) However, lme(Yield ~ C(Variety, base = 2), Alfalfa, random=~1|Block) which is fine, does not equal i <- 2; lme(Yield ~ C(Variety, base = i), Alfalfa, random=~1|Block) after which I get the message "Error in model.frame....
2018 Apr 13
0
Reading xpt files into R
...trying to open into R in R studio > > On the net I found guidance which says that I need packages Hmisc and SASxport which I have successfully loaded. > > I had also found some code which says that this would allow me to read the xpt file into R: > > library(SASxport) > data(Alfalfa) > lookup.xport("test.xpt") > Alfalfa<-read.xport("test.xpt") > > I have set the directory correctly as far as I am aware, but when I tried to run this code I got the following error messages: > >> lookup.xport("test.xpt") > Error in lookup...
2007 Jul 02
2
Object Property Sorting - Hash?
...Hash uses? Here is an example object similar to the one I want to sort: var foodsByLetter = { ''B'': [''broccoli'', ''bread''], ''C'': [''carrots'', ''celery''], ''A'': [''alfalfa sprouts'', ''apple''] }; Then I want to sort by the object''s keys so I can create a nested list: <ul> <li>A<ul><li>alfalfa sprouts</li><li>apple</li></ul></li> <li>B<ul><li>broccoli</li&...
2017 Jul 26
3
How long to wait for process?
...ls "FNCNM1639","FNCNM1642",..: 1857 157 965 1967 164 315 849 1017 699 189 ... $ round_id : Factor w/ 1 level "Round 11": 1 1 1 1 1 1 1 1 1 1 ... $ age : int 67 66 44 27 32 67 36 76 70 66 ... $ county: Factor w/ 80 levels "Adair","Alfalfa",..: 75 75 75 75 75 75 64 64 64 64 ... $ gender : Factor w/ 2 levels "0","1": 1 2 1 1 2 1 2 1 2 2 ... $ education : Factor w/ 8 levels "1","2","3","4",..: 6 7 6 8 2 4 2 4 2 6 ... $ employment: Factor w/ 9 levels &q...
2009 Oct 05
0
setting default domain
...====krb5.conf==== [libdefaults] default_realm = AD.UCHICAGO.EDU dns_lookup_realm = false dns_lookup_kdc = false ticket_lifetime = 24h forwardable = yes [realms] AD.UCHICAGO.EDU = { admin_server = ad1.ad.uchicago.edu kdc = ad1.ad.uchicago.edu } AD.LOCAL = { admin_server = alfalfa.ad.local kdc = alfalfa.ad.local } [domain_realm] .ad.uchicago.edu = AD.UCHICAGO.EDU .ad.local = AD.LOCAL ====pam.d/system-auth==== auth required pam_env.so auth sufficient pam_winbind.so auth sufficient pam_unix.so nullok use_first_pass auth requisi...
2017 Jul 27
2
How long to wait for process?
...,..: >> 1857 157 965 1967 164 315 849 1017 699 189 ... >> $ round_id : Factor w/ 1 level "Round 11": 1 1 1 1 1 1 1 1 1 1 >> ... >> $ age : int 67 66 44 27 32 67 36 76 70 66 ... >> $ county: Factor w/ 80 levels "Adair","Alfalfa",..: 75 75 75 75 >> 75 75 64 64 64 64 ... >> $ gender : Factor w/ 2 levels "0","1": 1 2 1 1 2 1 2 1 2 2 ... >> $ education : Factor w/ 8 levels "1","2","3","4",..: 6 7 6 8 2 4 >> 2 4 2 6 ... >...
2017 Jul 27
0
How long to wait for process?
...uot;,"FNCNM1642",..: > 1857 157 965 1967 164 315 849 1017 699 189 ... > $ round_id : Factor w/ 1 level "Round 11": 1 1 1 1 1 1 1 1 1 1 ... > $ age : int 67 66 44 27 32 67 36 76 70 66 ... > $ county: Factor w/ 80 levels "Adair","Alfalfa",..: 75 75 75 75 75 > 75 64 64 64 64 ... > $ gender : Factor w/ 2 levels "0","1": 1 2 1 1 2 1 2 1 2 2 ... > $ education : Factor w/ 8 levels "1","2","3","4",..: 6 7 6 8 2 4 2 > 4 2 6 ... > $ employme...
2017 Jul 27
0
How long to wait for process?
...M1642",..: 1857 157 965 1967 164 315 849 1017 699 189 ... >>> $ round_id : Factor w/ 1 level "Round 11": 1 1 1 1 1 1 1 1 1 1 ... >>> $ age : int 67 66 44 27 32 67 36 76 70 66 ... >>> $ county: Factor w/ 80 levels "Adair","Alfalfa",..: 75 75 75 75 75 75 64 64 64 64 ... >>> $ gender : Factor w/ 2 levels "0","1": 1 2 1 1 2 1 2 1 2 2 ... >>> $ education : Factor w/ 8 levels "1","2","3","4",..: 6 7 6 8 2 4 2 4 2 6 ... >>> $...
2017 Jul 27
1
How long to wait for process?
...1857 157 965 1967 164 315 849 1017 699 189 ... >>>> $ round_id : Factor w/ 1 level "Round 11": 1 1 1 1 1 1 1 1 1 1 ... >>>> $ age : int 67 66 44 27 32 67 36 76 70 66 ... >>>> $ county: Factor w/ 80 levels "Adair","Alfalfa",..: 75 75 75 75 75 75 64 64 64 64 ... >>>> $ gender : Factor w/ 2 levels "0","1": 1 2 1 1 2 1 2 1 2 2 ... >>>> $ education : Factor w/ 8 levels "1","2","3","4",..: 6 7 6 8 2 4 2 4 2 6 ... >>...
2005 Aug 11
0
easier way to print heatmap on multiple pages?
...es, if put together, would comprise the original heatmap. Here's what I've done: ##make the initial heatmap, with all 1000 rows and write it to an object 'heatAll' heatAll = heatmap.2(combined.int.top, col = cm.colors(256), trace = "none") pdf(file="~/Desktop/Alfalfa-Ladak-StemV3.pdf", width=8, height=12, pointsize=4) for(i in 1:20){ selected = heatAll$rowInd[((i-1)*50):((i-1)*50+50)] ##get original row order in groups of 50 heatmap.2(combined.int.top[selected,], Rowv = FALSE, ##prevent row re-ordering Colv=heatAll$colInd, col=cm.colors(256...
2004 Dec 19
1
PBIB datataset
I'm looking at Pinheiro & Bates "Mixed-Effects Models in S and S-PLUS" at the moment. Several datasets are used, one of which is called "PBIB" (a partially balanced incomplete block design). All the other datasets can be found somewhere or other in R. However, I cannot locate PBIB, and it does not seem to be mentioned in the latest edition of the R Full Reference
2005 Apr 24
6
redirect: net to fw
...setting up a rule REDIRECT net 22 tcp 4104 causes the firewall to open both ports 4104 and 22 to connections from the net. Is it possible to only redirect 4104 to the localhost port 22 and have connection attempts to port 22 from the net dropped? Useful? Information: #uname -a Linux Alfalfa 2.6.8-2005.04.04 #1 Mon Apr 4 22:50:45 CDT 2005 i686 GNU/Linux #shorewall version 2.2.2 #iptables -V iptables v1.2.11 /etc/shorewall/policy ############################################################################### #SOURCE DEST POLICY LOG LEVEL LIMIT:BURST loc net ACCEPT # If you want...