search for: southwestern

Displaying 20 results from an estimated 31 matches for "southwestern".

2005 Mar 15
4
How to extract x rows to get x pvalues using t.test
...$p.value [1] 0.4198002 i get 1 pvalue for the entire col1:col2 Vs col3:col4. I am trying to get 5 p values for the 5 rows i have. I am trying to avoid a for loop coz my actual data has 56000 rows and its taking more than 4 minutes to compute. Thanks in advance. Choudary Jagarlamudi Instructor Southwestern Oklahoma State University STF 254 100 campus Drive Weatherford OK 73096 Tel 580-774-7136 [[alternative HTML version deleted]]
2005 Jan 14
2
Help in Overlaying of 2 Plots on the same Device.
...gram) plot to plot the second. My second plot is creating its own axis and causing my plot to extend the entire histogram instead of getting a subplot on a portion of the histogram. I tried 'fig' and 'new' parameters with no luck. Thanks in advance. Choudary Jagarlamudi Instructor Southwestern Oklahoma State University STF 254 100 campus Drive Weatherford OK 73096 Tel 580-774-7136 [[alternative HTML version deleted]]
2000 Apr 18
1
domain logins for NT Workstation in 2.0.7?
...on. There is no way around either of these settings." The problem is that we have security = server without encryption. Does this truly mean that we cannot do domain logins with NT Workstation? Anyone know if this will be possible in 2.0.7? Charles Lewis, Director of Adminstrative Computing Southwestern Adventist University, Keene, TX 76059 (817) 556-4720 - phone (360) 397-7952 - fax lewisc@delta.swau.edu
2005 May 20
2
comparing a vactor of values in IF statement.
...vis-versa ,it actually compares every element of the vector V with 0.5 and that is waht i want it to do. Using a for loop is expensive and time consuming since my actual vector is 15000 values. Any help to rectify the warning i get is appreciated. Thank You. Choudary Jagarlamudi Instructor Southwestern Oklahoma State University STF 254 100 campus Drive Weatherford OK 73096 Tel 580-774-7136 [[alternative HTML version deleted]]
2005 Jan 08
2
Least square minimization (non-linear)
...lues. I am told to plot experimental vs theoretical vlaues from the histogram and do a non linear least square curve minimization and compute the mean and sd of the new x values.Excuse me if this sounds too naive.Can you help me in getting a start on this one. Choudary Jagarlamudi Instructor Southwestern Oklahoma State University STF 254 100 campus Drive Weatherford OK 73096 Tel 580-774-7136 [[alternative HTML version deleted]]
2005 Jan 04
1
Non linear Square fit Function
...the start values. I'm getting no sd in my new curve. Can someone gimme some pointers to get started here. I need my nls to spit out sd and mean of the new fit which it does'nt. is there a better function or can i somehow get around this. Thanks in advance. Choudary Jagarlamudi Instructor Southwestern Oklahoma State University STF 254 100 campus Drive Weatherford OK 73096 Tel 580-774-7136 [[alternative HTML version deleted]]
2005 Jan 06
1
Help in Customising NLS function to spit out Mean and SD of the new fit!!!
...All i need is the SD and MEAN. Can someone help me to customise. I frankly did not understand the nls code at all. I have 10 x and 10 y values from a histogram. I need to use nls to do the best fit and give me the mean and sd of this new fit. Thanks in advance Choudary Jagarlamudi Instructor Southwestern Oklahoma State University STF 254 100 campus Drive Weatherford OK 73096 Tel 580-774-7136
2005 Jan 10
1
How to obtain nls parameter estimates
...a "n parameter" curve and I want the optimal fit. The NLS procedure gives me final function values and not the individual parameter estimates that were used to define this "best" fit. What function can I use to get these parameters? Thanks Choudary Jagarlamudi Instructor Southwestern Oklahoma State University STF 254 100 campus Drive Weatherford OK 73096 Tel 580-774-7136 [[alternative HTML version deleted]]
2005 Feb 12
1
Trimming Parallel Vectors.
...have a copy of the 1-D vector to recreate the original 1-D vector for each loop iteration. My original vectors consist of 54,000 values and I am trying to avoid using loops as much as I can to gain speed. Any advice will be greatly appreciated. Thanks in advance. Choudary Jagarlamudi Instructor Southwestern Oklahoma State University STF 254 100 campus Drive Weatherford OK 73096 Tel 580-774-7136 [[alternative HTML version deleted]]
2005 Jun 06
1
Building a R package under Windows XP
...e installing R files installing data files installing man source files installing indices Error in .find.package(package,lib.loc,verbose=verbose): none of the packages were found Execution halted. ... ... Any help will be greatly appreciated. Thanks in advance. Choudary Jagarlamudi Instructor Southwestern Oklahoma State University STF 254 100 campus Drive Weatherford OK 73096 Tel 580-774-7136 [[alternative HTML version deleted]]
1999 Oct 27
2
fax serving
...for file & print sharing. What I'm not sure about is how to set up a fax server. Has anyone tried to do this? What all do you have to do, or maybe you could just point me in the right direction. =========================================== Charles Lewis, Director of Administrative Computing Southwestern Adventist University, Keene, TX (817)556-4720 lewisc@swau.edu FAX (360)397-7952 ===========================================
1999 Dec 21
2
how to set up a network color printer (newbie)
Just bought a network color laser (HP 4500N) and trying to figure out how to share it with all administrative users. Where should I start looking for info. =========================================== Charles Lewis, Director of Administrative Computing Southwestern Adventist University, Keene, TX (817)556-4720 lewisc@swau.edu FAX (360)397-7952 ===========================================
2013 Feb 22
2
help with R CMD check --as-cran
...package folder". However, it spits out this warning: "pdf is needed for checks on size reduction of PDFs" I searched online but found no clue to solve this problem. Can someone tell me what could be wrong with my package? Thanks a lot! Tao ________________________________ UT Southwestern Medical Center The future of medicine, today. [[alternative HTML version deleted]]
2006 Apr 22
1
Pinouts for T1/E1 crossover cable WAS "RE: whatcable to connect a legacy PBX to a TE410P ?"
...behalf of Lacy Moore - Aspendora Sent: Sat 4/22/2006 2:55 PM To: Paul Mahler; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: Pinouts for T1/E1 crossover cable WAS "RE: [Asterisk-Users]whatcable to connect a legacy PBX to a TE410P ?" at&t (formerly SBC, formerly Southwestern Bell, formerly AT&T) just came out and installed my PRI. FYI, they used Cat 5e cable. No special T1 cabling that costs a fortune to buy somewhere, just plain old Cat 5e cable. Guess what guys? If they are using this as customers' sites, they are probably using it elsewhere. It's onl...
2005 Mar 09
4
How to get standard deviation of rows in a matrix
...x)) but that did'nt work as well, Here is my data genes 15 24 63 40 25 42 46 35 23 53 37 45 30 37 50 55 40 51 30 48 x<-sd(genes[1:5,]) y<-sqrt(var(genes[1:5,])) I get 4 sds for the 4 columns instead of 5 sds for my 5 rows. Thanks you in advance. Choudary Jagarlamudi Instructor Southwestern Oklahoma State University STF 254 100 campus Drive Weatherford OK 73096 Tel 580-774-7136 ________________________________
2005 Jan 07
1
Help in customising the NLS function to spit out mean and SD of new fit!!
...e curve fit. I need the mean and sd of this new fit to proceed to my next module.I'm not sure if i'm on track. Excuse me if this sounds too naive.If nls is not what i should be using can you please give me some pinters to solve this. Thanks in advance. Choudary Jagarlamudi Instructor Southwestern Oklahoma State University STF 254 100 campus Drive Weatherford OK 73096 Tel 580-774-7136
2004 Dec 17
2
OT: "Integrated Access T1" voice problems -is this possible?
> Mark Farver wrote: > > > On Fri, 2004-12-17 at 16:26 -0600, Kristian Kielhofner wrote: > > > >> We are getting pricing and one provider is telling us > that they have > >>quality issues with the "Integrated Access" product. From > what they > >>say it sounds like you can have audio dropouts on the voice > channels >
2002 Apr 19
1
2D cluster of 2D matrix in R?
...s, through yellow to red = high values). I can provide a JPEG if necessary. With large matrices, we isolate sub-clusters by creating new matrices that are the appropriate slices of the original matrix and then repeat steps 1 and 2 for each sub-cluster. Thank you, Mark Wall --------- HHMI/UT Southwestern Medical Center 5323 Harry Hines Blvd. Dallas, Texas 75390-9050 USA 214.648.5050 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscrib...
2003 Nov 07
2
Softswitch
Pardon my ignorance, but I was hoping someone could clear up something for me. - For a few POTS lines, digium has a single port card for that, or a T1 card to a channel bank. - For 10 or more lines, digium has a T1 or E1 card for that too based on PRI channels - For 100's to 1000's of lines, I suspect a soft-switch is in order??? A traditional phone company will sell: - POTS lines for
2005 Jun 02
1
how to rectify t.test( ) error
...ges: 1: argument is not numeric or logical: returning NA in: mean.default(x) 2: argument is not numeric or logical: returning NA in: mean.default(y) Could someone kindly give me pointers regarding the error. This worked fine with 2 other data sets. Thank You. Choudary Jagarlamudi Instructor Southwestern Oklahoma State University STF 254 100 campus Drive Weatherford OK 73096 Tel 580-774-7136 [[alternative HTML version deleted]]