Displaying 9 results from an estimated 9 matches for "aa3".
Did you mean:
a3
2008 Dec 12
0
Is there anyone in charge of package wmtsa ?
...st value (on the left end( and the last value on the right end as any ties as the
1-cycle series length. Then I apply CWT to such prolonged series and then obtain the maxima trees and the peaks as follows:
aal <- rep (aa[1], length(aa))
aar <- rep (aa[length(aa)], length(aa))
aa3 <- c(aal,aa,aar)
aa3ts <- create.signalSeries(aa3, pos=list(from=0.0, by=0.033)) #CONVERT AMPLITUDE INTO TIME-SERIES
aa3.cwt <- wavCWT(aa3ts) #CWT
aa3.maxtree <- wavCWTTree (aa3.cwt, type="maxima") #...
2008 Nov 10
1
question about contrast in R for multi-factor linear regression models?
...levels,
> levels(dd$A)=c("A1", "A2", "A3", "A4", "A5", "A6")
> levels(dd$B)=c("b1", "b2")
My question is how to interpret the resultant coefficients. What are
the bases of "dd$AA2:dd$Bb2" and "dd$AA3:dd$Bb2", etc. ?
I am having a hard time to understand the result and making sense out
of the numbers...
Please help me ! Thank you!
> zz=lm(formula = (dd$Y) ~ dd$A * dd$B)
> summary(zz)
Call:
lm(formula = dd$Y~ dd$A * dd$B)
Residuals:
Min 1Q Median 3Q Max
-1....
2008 Jan 11
0
Re-Casting
R-experts, I have a bunch of files (by date) that I can read into
dataframes as below.
df$today:
identifier rtgmdy rtgmdy_dt rtgmdy_watch rtgmdy_nowatch
rtgmdy_watch_dt rtgsp rtgsp_dt
310000031 Aa3 20050701 Aa3 NA AA-
20050510
310000086 B1 20070920 B1 NA B+
20070828
310000106 Baa2 20040326 Baa2 NA BBB
20051003
310000170 Baa3 20070601 Baa3 NA BBB+
20051024
310000225 Ba2 20070601 Ba2 NA BB+
20070423
310000386 Baa3 20070320 Baa3 NA BBB-
20040331
df$20050701:
identifier rtgmd...
2011 Apr 29
4
plot several histograms with same y-axes scaling using hist()
...them comparable, I want to fix the y-axis (vertical-axis) to, e.g., 0%, 10%,
20%, 30% as well as to fix the spaces, too. So the y-axis in each histogram
should be identical. Currently, I have 100 histograms and the y-axis scales
changes in each.
Here is my code:
="Hist(na.exclude("&AA3&"), breaks=50, col=""seashell3"",
scale=""percent"",xlim=c(-1, 1), xlab=""Bewertungsfehler"",
ylab=""Haeufigkeit (in %)"", main=""KBV"", border=""white"")"
I tried...
2011 Aug 08
2
2 questions on matrix manipulation in R
Hi there,
I have two questions on matrix manipulation. For the first one, I
want to calculate the product of each column of a matrix (say A) with
another vector (say b). That is, if A has 5 columns (a1, a2, a3, a4,
a5), I want to obtain a matrix with columns (a1*b, a2*b, aA3*b, a4*b,
a5*b). Can I do it directly, without using "for" loop?
For the second one, I have a matrix A of dimension 2 by n (say
columns of a1, a2, ..., an), another matrix B of dimension 2 by 2. I
want to obtain the vector with elements (t(a1) %*% B %*% a1, t(a2)
%*% B %*% a2, ..., t(...
2012 Jun 28
3
Storing results in a single file after looping over all files
...working folder and I am doing the same analysis on each of those and want to save all the results in a single file. I am making some mistake here and can't figure out how to solve it.
Say, the *.raw files are ABCD.raw, EFGH.raw, IJKL.raw ...
The files are of this format
ID PHI?? aa1? aa2? aa3 ....
1??? 1???? 1.3?? 2.0?? 1.0
2??? 0???? 1.5?? NA?? 0.9
3??? 1???? 0.1?? 0.2?? 1.5
......
..
My code is as follows:
files <- list.files(pattern="*.raw")
for(i in files){
of <- strsplit(i, "\\.")[[1]]
of <- paste(head(of, 1))
data <- read.table(file=i, heade...
2016 Sep 22
3
ntlmssp_server_postauth: invalid NTLMSSP_MIC on CTDB fileserver (NT-style domain)
...seem to happen on Windows 7 domain members, but smbclient
will also fail to connect. I see these lines in the logs for every
attempted connection:
[2016/09/22 06:08:42.135972, 1]
../auth/ntlmssp/ntlmssp_server.c:950(ntlmssp_server_postauth)
ntlmssp_server_postauth: invalid NTLMSSP_MIC for user=[aa3]
domain=[FOO_NET] workstation=[VM-FOOBAR]
[2016/09/22 06:08:42.135995, 1] ../lib/util/util.c:559(dump_data)
[0000] F1 27 49 D5 8E 68 FE 25 B7 6E C9 7C 86 F7 D9 21 .'I..h.%
.n.|...!
[2016/09/22 06:08:42.136013, 1] ../lib/util/util.c:559(dump_data)
[0000] BA 8D 1F 5E A8 7D 9D 5E 7B 05...
2016 Sep 22
0
ntlmssp_server_postauth: invalid NTLMSSP_MIC on CTDB fileserver (NT-style domain)
...main members, but smbclient
> will also fail to connect. I see these lines in the logs for every
> attempted connection:
>
> [2016/09/22 06:08:42.135972, 1]
> ../auth/ntlmssp/ntlmssp_server.c:950(ntlmssp_server_postauth)
> ntlmssp_server_postauth: invalid NTLMSSP_MIC for user=[aa3]
> domain=[FOO_NET] workstation=[VM-FOOBAR]
> [2016/09/22 06:08:42.135995, 1] ../lib/util/util.c:559(dump_data)
> [0000] F1 27 49 D5 8E 68 FE 25 B7 6E C9 7C 86 F7 D9 21 .'I..h.%
> .n.|...!
> [2016/09/22 06:08:42.136013, 1] ../lib/util/util.c:559(dump_data)
> [0000] B...
2013 Aug 24
2
issue with multiple Samba DC and uid/gid assignment.
I have 2 Ubuntu 12.04/samba 4 servers acting as DCs for my Domain. I provisioned the Domain by using the classicupgrade (prior authentication was LDAP+Samba). I have added some new test users. I also have two files servers. One is running RHEL 5.9/Samba 3, the other Ubuntu 12.04/Samba 4. Users that have their home directories and profiles stored on the RHEL5.9/Samba 3 fileserver work correctly.