search for: aslist

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

Did you mean: alist
2010 Feb 05
1
Windows 7 samba domain trust relatioshiop
I have upgraded both my PDC and BDC to samba-3.4.5 and restarted samba. Then I applied the registry changes to windows 7 aslisted in the wiki. Anyways I joind the domain without problems but when I go to login I get a trust relationship error. In my eventlog I see the following: The session setup to the Windows NT or Windows 2000 Domain Controller \\VS_LDAP1 for the domain RADIMG failed because \\VS_LDAP1 does not support...
2005 Jun 10
1
Problems with corARMA
...ear all I am tryiing to fit the following lme with an ARMA correlation structure: test <- lme(fixed=fev1f~year, random=~1|id2, data=pheno2, correlation=corARMA(value=0.2, form=~year|id2), na.action=na.omit) But I get the following error message: Error in getGroupsFormula.default(correlation, asList = TRUE) : "Form" argument must be a formula I have used this same form argument with differerent correlation structures and it has worked fine. Does anyone know why it won't recognise ~year | id2 (or even ~ 1 | id2) as a formula? Any help would be great Pam -- Pamela A M...
2017 Oct 27
4
Cannot Compute Box's M (Three Days Trying...)
...quot; + "6.3,2.5,5,1.9,virginica\n" + "6.5,3,5.2,2,virginica\n" + "6.2,3.4,5.4,2.3,virginica\n" + "5.9,3,5.1,1.8,virginica\n"; List tableRead = rConnection.eval( "read.csv(textConnection(\"" + inputIris + "\"), header = FALSE)").asList(); // works! double[] d1 = ((REXPVector) ((RList) tableRead).get(0)).asDoubles(); double[] d2 = ((REXPVector) ((RList) tableRead).get(1)).asDoubles(); double[] d3 = ((REXPVector) ((RList) tableRead).get(2)).asDoubles(); double[] d4 = ((REXPVector) ((RList) tableRead).get(3)).asDoubles(); String[]...
2017 Oct 28
2
Cannot Compute Box's M (Three Days Trying...)
...ot; + >> "6.5,3,5.2,2,virginica\n" + >> "6.2,3.4,5.4,2.3,virginica\n" + >> "5.9,3,5.1,1.8,virginica\n"; >> List tableRead = rConnection.eval( >> "read.csv(textConnection("" + inputIris + ""), header = FALSE)").asList(); // works! >> double[] d1 = ((REXPVector) ((RList) tableRead).get(0)).asDoubles(); >> double[] d2 = ((REXPVector) ((RList) tableRead).get(1)).asDoubles(); >> double[] d3 = ((REXPVector) ((RList) tableRead).get(2)).asDoubles(); >> double[] d4 = ((REXPVector) ((RList) tableR...
2005 Dec 01
1
Transfer String Array from R to java
I have a data frame which has the following data. data<-read.table("table.txt",header=TRUE) data X14A_U133A_StatPairs X14A_U133A_Detection X14B_U133A_Signal 1 AFFX-BioB-5_at 403.0 409.3 2 AFFX-BioB-M_at 757.3 574.4 3 AFFX-BioB-3_at 284.4 327.3 4 AFFX-BioC-5_at
2017 Oct 27
0
Cannot Compute Box's M (Three Days Trying...)
...rginica\n" + > "6.5,3,5.2,2,virginica\n" + > "6.2,3.4,5.4,2.3,virginica\n" + > "5.9,3,5.1,1.8,virginica\n"; > > List tableRead = rConnection.eval( > "read.csv(textConnection(\"" + inputIris + "\"), header = FALSE)").asList(); // works! > > double[] d1 = ((REXPVector) ((RList) tableRead).get(0)).asDoubles(); > double[] d2 = ((REXPVector) ((RList) tableRead).get(1)).asDoubles(); > double[] d3 = ((REXPVector) ((RList) tableRead).get(2)).asDoubles(); > double[] d4 = ((REXPVector) ((RList) tableRead).get(...
2017 Oct 27
0
Cannot Compute Box's M (Three Days Trying...)
...ica\n" + > "6.5,3,5.2,2,virginica\n" + > "6.2,3.4,5.4,2.3,virginica\n" + > "5.9,3,5.1,1.8,virginica\n"; > > List tableRead = rConnection.eval( > "read.csv(textConnection(\"" + inputIris + "\"), header = > FALSE)").asList(); // works! > > double[] d1 = ((REXPVector) ((RList) tableRead).get(0)).asDoubles(); > double[] d2 = ((REXPVector) ((RList) tableRead).get(1)).asDoubles(); > double[] d3 = ((REXPVector) ((RList) tableRead).get(2)).asDoubles(); > double[] d4 = ((REXPVector) ((RList) tableRead).get(3...
2017 Oct 28
2
Cannot Compute Box's M (Three Days Trying...)
...2,2,virginica\n" + >>> "6.2,3.4,5.4,2.3,virginica\n" + >>> "5.9,3,5.1,1.8,virginica\n"; >>> List tableRead = rConnection.eval( >>> "read.csv(textConnection("" + inputIris + ""), header = >>> FALSE)").asList(); // works! >>> double[] d1 = ((REXPVector) ((RList) tableRead).get(0)).asDoubles(); >>> double[] d2 = ((REXPVector) ((RList) tableRead).get(1)).asDoubles(); >>> double[] d3 = ((REXPVector) ((RList) tableRead).get(2)).asDoubles(); >>> double[] d4 = ((REXPVector)...
2017 Oct 28
0
Cannot Compute Box's M (Three Days Trying...)
...2,2,virginica\n" + >> "6.2,3.4,5.4,2.3,virginica\n" + >> "5.9,3,5.1,1.8,virginica\n"; >> List tableRead = rConnection.eval( >> "read.csv(textConnection("" + inputIris + ""), header = >> FALSE)").asList(); // works! >> double[] d1 = ((REXPVector) ((RList) tableRead).get(0)).asDoubles(); >> double[] d2 = ((REXPVector) ((RList) tableRead).get(1)).asDoubles(); >> double[] d3 = ((REXPVector) ((RList) tableRead).get(2)).asDoubles(); >> double[] d4 = ((REXPVector)...
2017 Oct 26
1
How to create a table structure in Java code?
Thanks! I just figured it out (thanks to "Beyond Compare") and was coming here to post back. The boxM test doesn't work with that (now, finally working) REXP structure, but I probably now need to create a table or something and parse that structure. So much fun! :) Thanks again. - M Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email. > --------
2010 Feb 05
0
samba Digest, Vol 86, Issue 6
...gmail.com> > To: samba <samba at lists.samba.org> > Date: Fri, 5 Feb 2010 11:56:47 -0500 > Subject: [Samba] Windows 7 samba domain trust relatioshiop > I have upgraded both my PDC and BDC to samba-3.4.5 and restarted > samba. Then I applied the registry changes to windows 7 aslisted in > the wiki. Anyways I joind the domain without problems but when I go to > login I get a trust relationship error. > > In my eventlog I see the following: > > The session setup to the Windows NT or Windows 2000 Domain Controller > \\VS_LDAP1 for the domain RADIMG failed be...
2017 Oct 28
2
Cannot Compute Box's M (Three Days Trying...)
..."6.5,3,5.2,2,virginica\n" + >>> "6.2,3.4,5.4,2.3,virginica\n" + "5.9,3,5.1,1.8,virginica\n"; >>> List tableRead = rConnection.eval( "read.csv(textConnection("" >>> + inputIris + ""), header = FALSE)").asList(); // works! >>> double[] d1 = ((REXPVector) ((RList) >>> tableRead).get(0)).asDoubles(); double[] d2 = ((REXPVector) >>> ((RList) tableRead).get(1)).asDoubles(); double[] d3 = >>> ((REXPVector) ((RList) tableRead).get(2)).asDoubles(); >>&gt...
2017 Oct 28
0
Cannot Compute Box's M (Three Days Trying...)
..."6.5,3,5.2,2,virginica\n" + >> "6.2,3.4,5.4,2.3,virginica\n" + "5.9,3,5.1,1.8,virginica\n"; >> List tableRead = rConnection.eval( "read.csv(textConnection("" >> + inputIris + ""), header = FALSE)").asList(); // works! >> double[] d1 = ((REXPVector) ((RList) >> tableRead).get(0)).asDoubles(); double[] d2 = ((REXPVector) >> ((RList) tableRead).get(1)).asDoubles(); double[] d3 = >> ((REXPVector) ((RList) tableRead).get(2)).asDoubles(); >>...
2017 Oct 28
0
Cannot Compute Box's M (Three Days Trying...)
..."6.5,3,5.2,2,virginica\n" + >> "6.2,3.4,5.4,2.3,virginica\n" + "5.9,3,5.1,1.8,virginica\n"; >> List tableRead = rConnection.eval( "read.csv(textConnection("" >> + inputIris + ""), header = FALSE)").asList(); // works! >> double[] d1 = ((REXPVector) ((RList) >> tableRead).get(0)).asDoubles(); double[] d2 = ((REXPVector) >> ((RList) tableRead).get(1)).asDoubles(); double[] d3 = >> ((REXPVector) ((RList) tableRead).get(2)).asDoubles(); >>...
2017 Oct 29
2
Cannot Compute Box's M (Three Days Trying...)
..." + "6.5,3,5.2,2,virginica\n" + >>> "6.2,3.4,5.4,2.3,virginica\n" + "5.9,3,5.1,1.8,virginica\n"; >>> List tableRead = rConnection.eval( "read.csv(textConnection("" >>> + inputIris + ""), header = FALSE)").asList(); // works! >>> double[] d1 = ((REXPVector) ((RList) >>> tableRead).get(0)).asDoubles(); double[] d2 = ((REXPVector) >>> ((RList) tableRead).get(1)).asDoubles(); double[] d3 = >>> ((REXPVector) ((RList) tableRead).get(2)).asDoubles(); >>> double[]...
2017 Oct 29
0
Cannot Compute Box's M (Three Days Trying...)
...t; + >> "6.2,3.4,5.4,2.3,virginica\n" + >> "5.9,3,5.1,1.8,virginica\n"; List tableRead = >> rConnection.eval( "read.csv(textConnection("" + inputIris >> + ""), header = FALSE)").asList(); // works! double[] d1 = >> ((REXPVector) ((RList) tableRead).get(0)).asDoubles(); >> double[] d2 = ((REXPVector) ((RList) >> tableRead).get(1)).asDoubles(); double[] d3 = >> ((REXPVector) ((RList) tableRead).get(2)).asDouble...
2005 Sep 17
2
Complete NPA-NXX list for USA/Canada npanxx, ratecenters, etc (attached)
I noticed while reading some posts that people were looking for a complete NPA-NXX list for all area codes and prefixes. We happen to have the entire database. So I am making it available to the public. Help is available at: http://download.sixtel.net/npa/help.txt (Caution, 20meg files) Mysql Insert for this is available at: http://download.sixtel.net/npa/npainsert.txt CSV data for