search for: vtm

Displaying 11 results from an estimated 11 matches for "vtm".

Did you mean: vm
2012 Jun 05
0
Improper coding for an offset in vglm()?
...73 FIA 2.43E+13 1 608.5832 16.43161 FIA 2.42E+13 1 525.0952 19.04416 FIA 2.29E+13 1 601.4576 16.62628 FIA 8.94E+12 1 634.6976 15.75554 FIA 1.31E+13 1 589.2114 16.97184 FIA 2.36E+13 1 634.6976 15.75554 FIA 8.94E+12 1 632.6997 15.80529 FIA 2.38E+13 2 589.2114 33.94368 FIA 8.94E+12 1 624.3542 16.01655 VTM 56F54 3 785.2601 38.2039 VTM 56D51 1 793.7091 12.59907 VTM 55E414 4 793.7091 50.3963 VTM 39F41 1 763.985 13.08926 VTM 56F54 1 785.2601 12.73463 VTM 69C119 1 785.2601 12.73463 VTM 69C18 1 785.2601 12.73463 VTM 69C216 2 785.2601 25.46927 VTM 69D29 3 800.4724 37.47787 VTM 68C514 1 709.2333 14.09973 VT...
2012 Oct 11
2
extracting groups from hclust() for a very large matrix
...There must be a way to 'print' the results to a table that shows which plots were in what group, correct? I've attached the matrix I'm working with (the whole thing since the point is its large size). I've been able to run the following code to get the groups I need: > VTM.Dist<- vegdist(VTM.Matrix) > VTM.HClust<- hclust(VTM.Dist, method="ward") > plot(VTM.HClust, hang=-1) It takes a while, but it does run. Then, I can extract 8 groups, which I'd like to experiment with, but is about how many I'd like: rect.hclust(VTM.HClust, 8) &g...
2012 Aug 07
5
summing and combining rows
...ttached a more detailed sample of data. Thanks, Chris Dolanc -- Christopher R. Dolanc Post-doctoral Researcher University of Montana and UC-Davis -------------- next part -------------- Data Plot Lat LatCat Elevation ElevCat Type SizeClass Stems Area Density 5171 VTM 39C16 39.76282 Lat6 1500 Elev1 Conifer Class3 0 751.5347 0.00000 5172 VTM 39C16 39.76282 Lat6 1500 Elev1 Conifer Class4 1 751.5347 13.30611 5771 VTM 39F11 39.57721 Lat6 500 Elev1 Conifer Class3 0 751.5347 0.00000 5...
2012 Apr 05
2
count() function
...e this: ElevCat DataSource SizeClass avgDensity sdDensity n 1 Elev1 FIA Class1 38.67768 46.6673478 734.87598 2 Elev1 FIA Class2 27.34096 23.3232470 820.22879 3 Elev1 FIA Class3 15.38758 0.7088432 76.93790 4 Elev1 VTM Class1 66.37897 70.2050817 24958.49284 5 Elev1 VTM Class2 39.40786 34.9343269 11782.95152 6 Elev1 VTM Class3 21.17839 12.3487600 1461.30895 But, instead of "sum(Density)", I'd really like counts of "Density", so that I know the sam...
2012 May 11
2
moving data from one frame to another
Hello, I am working with two different data frames, and I'd like to move data from one to the other. Here is the first frame: > head(five) Week Game.ID VTm VPts HTm HPts HDifferential VDifferential 1 1 NFL_20050908_OAK at NE OAK 20 NE 30 10 -10 2 1 NFL_20050911_ARI at NYG ARI 19 NYG 42 23 -23 3 1 NFL_20050911_CHI at WAS CHI 7 WAS 9 2 -2 4 1 NFL_20050911_CIN at...
2012 May 02
1
scanning a data set for strings
Hello, I'm looking for what I'm sure is a quick answer. I'm working with a data set that looks like this: Week Game.ID VTm VPts HTm HPts Differential HomeWin 1 1 NFL_20050908_OAK at NE OAK 20 NE 30 10 FALSE 2 1 NFL_20050911_ARI at NYG ARI 19 NYG 42 23 FALSE 3 1 NFL_20050911_CHI at WAS CHI 7 WAS 9 2 FA...
2004 Mar 31
1
Noises and echo effects
...ar phone via asterisk router. There are some kind of noises and echo effects when you try to speak louder. I have the following components in my call routing schema: - PBX with E1 port. - asterisk router with TE405P card(32bit/4 E1 ports). - Teles server with PRI interface card(3 E1 ports) and VTM interface card (4GSM) I have 2 call routing schemas: (PBX[E1])-->(*[E1])-->(TELES PRI + VTM CARD)=>[cellular] (1) (PBX[E1])-->(TELES PRI + VTM CARD)=>[cellular] (2) As you see the difference between (1) and (2) is intermediate asterisk router. Using (2) I have acc...
2010 Jul 12
3
need information
Dear All. I want to become a wholesale VoIP traffic Provider , and i don't have a experience about the software used this career . I ask about Freeside billing system , FreeRADIUS AAA server and Asterisk telephony server gave me all i need to start my business . thanks -- Best Regards Mohamed Daif -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Mar 25
2
avoiding for loops
I have data that looks like this: > df1 group id 1 red A 2 red B 3 red C 4 blue D 5 blue E 6 blue F I want a list of the groups containing vectors with the ids. I am avoiding subset(), as it is only recommended for interactive use. Here's what I have so far: df1 <- data.frame(group=c("red", "red", "red", "blue",
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
What will follow soon are updates to vtpmd, vtpm_manager, xm, xl, mini-os, and new vtpm and vtpm manager stub domains. The first patch I''d like to submit upgrades vtpmd to version 0.7.4 This patch does the following: -add checks to configure to check for cmake (required by berlios 0.7.4) -removes all of the 0.5.1 patches -adds a single patch for 0.7.4 -cleans up the makefile, should
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking