search for: msu

Displaying 20 results from an estimated 448 matches for "msu".

Did you mean: msg
2018 Feb 23
0
Modified Band Depth
...e article apparently spells out what you need very explicitly in pseudocode. If you really need to work from the Matlab example, there are many resources online that explain Matlab syntax and how to translate code to R. B. > On Feb 22, 2018, at 2:21 AM, JoyMae Gabion <joymae.gabion at g.msuiit.edu.ph> wrote: > > Thank you for the response. Honestly, I am not familiar with Matlab and not that good with R software. > Since I will be using R in my thesis, it will be helpful if there are R codes available for that computation. > Can I get your help for this, Sir? > &...
2004 Mar 29
2
cut and factor
...1 1 1 > > Hope this helps! > Sincerely, > Erin Hodgess > Associate Professor > Department of Computer and Mathematical Sciences > University of Houston - Downtown > mailto: hodgess at gator.uhd.edu > > > > From: Oleg Bartunov <oleg at sai.msu.su> > > > I have numeric vector z and I want to factorize it using z$breaks > which I got from histograms breaks. Is there an elegant way to do this ? > I, probably, could write a loop and check if z hits into some interval > and replace z with value of z$mids, but I suspect th...
2004 Mar 25
2
downloadable mailing list archive in mbox format
...o read it offline and don't disturb mailing list. I'd prefer mbox format. Regards, Oleg _____________________________________________________________ Oleg Bartunov, sci.researcher, hostmaster of AstroNet, Sternberg Astronomical Institute, Moscow University (Russia) Internet: oleg at sai.msu.su, http://www.sai.msu.su/~megera/ phone: +007(095)939-16-83, +007(095)939-23-83
2019 Nov 12
1
postfix + spamassassin + dovecot-lda (with sieve support)
...r/local/bin/spamc -e /usr/local/libexec/dovecot/dovecot-lda -f ${sender} -d ${recipient} ----------- Test mail is bounced with report - --------- If you do so, please include this problem report. You can delete your own text from the attached returned message. The mail system <dol at mig.hys.msu.ru>: user unknown --------- /var/log/maillog Nov 11 22:40:49 mig postfix/smtpd[55978]: disconnect from acs366.hys.msu.ru[93.10.51.14] ehlo=1 mail=1 rcpt=1 data=1 quit=1 commands=5 Nov 11 22:40:49 mig dovecot[64447]: auth-worker(55751): passwd(dol at mig.hys.msu.ru): unknown user System user...
2005 Mar 12
2
data frame excerption
...tions of data frame using some contstraints, something like q1 = q[q$V3<1] ? Regards, Oleg _____________________________________________________________ Oleg Bartunov, sci.researcher, hostmaster of AstroNet, Sternberg Astronomical Institute, Moscow University (Russia) Internet: oleg at sai.msu.su, http://www.sai.msu.su/~megera/ phone: +007(095)939-16-83, +007(095)939-23-83
2004 Apr 01
4
multiple plots problem
...esting purposes and I'm asking where to look to disable erasing other plots. Regards, Oleg _____________________________________________________________ Oleg Bartunov, sci.researcher, hostmaster of AstroNet, Sternberg Astronomical Institute, Moscow University (Russia) Internet: oleg at sai.msu.su, http://www.sai.msu.su/~megera/ phone: +007(095)939-16-83, +007(095)939-23-83
2004 Mar 25
1
factor based on pattern match ?
...m 'f' and M - from 'm'. Something like cut() for numerical data. Regards, Oleg _____________________________________________________________ Oleg Bartunov, sci.researcher, hostmaster of AstroNet, Sternberg Astronomical Institute, Moscow University (Russia) Internet: oleg at sai.msu.su, http://www.sai.msu.su/~megera/ phone: +007(095)939-16-83, +007(095)939-23-83
2004 Aug 19
3
probability histogram question
...m missing? Or, is there another function that can do this? Thanks in advance, jlb -- ************************************ Joseph P. LeBouton Forest Ecology PhD Candidate Department of Forestry Michigan State University East Lansing, Michigan 48824 Office phone: 517-355-7744 email: lebouton at msu.edu
2006 Oct 03
1
problem installing RdbiPgSQL for 2.4
...install.packages doesn't pass configure.args to the package. Regards, Oleg _____________________________________________________________ Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru), Sternberg Astronomical Institute, Moscow University, Russia Internet: oleg at sai.msu.su, http://www.sai.msu.su/~megera/ phone: +007(495)939-16-83, +007(495)939-23-83
2010 May 26
1
More efficient way to use ifelse()? - A follow up
...Dennis Murphy suggested switch.. I have not gotten it working yet.. elevation.DM <- switch(Population, "CO"= 2169, "CN" = 1121, "Ga" = 500, "KO" = 2500, "Mw" = 625, "Ng" = 300 ) On 26 May 2010 01:25, Ian Dworkin <idworkin at msu.edu> wrote: > # This is more about trying to find a more effecient way to code some > simple vectorized computations using ifelse(). > > # Say you have some vector representing a factor with a number of > levels (6 in this case), representing the location that samples were > co...
2007 Dec 07
2
Data import error: duplicate "row.names"
...allowed" to me. I have tried using "row.names=NULL", but it returned the column names as well. Does anyone know what the problem was? Thanks Fan Fan Yang Industrial Microbiology 2209 Biomedical Phys Sci Michigan State University Phone: (517)355-6463 Ext 1588 Email: yangfan1@msu.edu [[alternative HTML version deleted]]
2000 Jan 05
1
Signal 11 in attempt_netbios_session_request
...ger connect to Samba > shares on my FreeBSD 3.4-RELEASE machine. When I attempt to connect, the > smb.log contains the following information: > > [2000/01/04 17:54:42, 3] libsmb/namequery.c:resolve_lmhosts(566) > resolve_lmhosts: Attempting lmhosts lookup for name > NTWEB2.AIS.MSU.EDU<0x20> > [2000/01/04 17:54:42, 3] libsmb/namequery.c:resolve_hosts(606) > resolve_hosts: Attempting host lookup for name NTWEB2.AIS.MSU.EDU<0x20> > [2000/01/04 17:54:42, 3] lib/util_sock.c:open_socket_out(900) > Connecting to 35.8.113.130 at port 139 > [2000/01/04...
2005 Apr 25
0
[LLVMdev] "Best" alias analysis algorithm
...als? Things are actually worse. If I declare two global variables, and modify the called function so that it changes just one variable, then alias analysis (with --globalsmodref-aa) reports that the call instruction can write to both global variables. The C++ program is at http://zigzag.lvk.cs.msu.su/~ghost/localize/a.cpp The LLVM bytecode is at http://zigzag.lvk.cs.msu.su/~ghost/localize/a.ll And the output from my code is http://zigzag.lvk.cs.msu.su/~ghost/localize/output.txt The code itself is in http://zigzag.lvk.cs.msu.su/~ghost/localize/code/ The GlobalsModRef::getModRefInfo has t...
2006 Feb 11
2
aggregate vs tapply; is there a middle ground?
...tapply into a 2D matrix/data.frame? thanks very much in advance for any help! -jlb -- ************************************ Joseph P. LeBouton Forest Ecology PhD Candidate Department of Forestry Michigan State University East Lansing, Michigan 48824 Office phone: 517-355-7744 email: lebouton at msu.edu
2008 Jan 13
2
new features on Testing branch (was: Belkin F6H375 not seen by nut 2.2.1)
[moving this thread to nut-upsdev] On Jan 12, 2008 5:54 PM, Alexander I. Gordeev <lasaine at lvk.cs.msu.su> wrote: > On Sun, 13 Jan 2008 01:30:37 +0300, Charles Lepple <clepple at gmail.com> > wrote: > > when you figure this out, can we make sure that we know which > > changesets would need to be back-ported to branches/Testing (since > > that is where we would create...
2008 Jan 13
2
new features on Testing branch (was: Belkin F6H375 not seen by nut 2.2.1)
[moving this thread to nut-upsdev] On Jan 12, 2008 5:54 PM, Alexander I. Gordeev <lasaine at lvk.cs.msu.su> wrote: > On Sun, 13 Jan 2008 01:30:37 +0300, Charles Lepple <clepple at gmail.com> > wrote: > > when you figure this out, can we make sure that we know which > > changesets would need to be back-ported to branches/Testing (since > > that is where we would create...
1998 Jun 30
0
R-beta: Re: [S] pbinom
Btw, all the pbinom() examples posted to S-news today return the proper result in R Martin >>>>> "JS" == James Stapleton <stapleton at stt.msu.edu> writes to S-news : JS> More interesting behavior of pbinom: >> pbinom(3,2,.8) JS> [1] 1 >> pbinom(30,2,.8) JS> [1] 0.9967653 >> pbinom(40,2,.8) JS> [1] -4806.771 >> pbinom(10,5,.4) JS> [1] 1 >> pbinom(10,...
2005 Nov 28
1
read.spss problem
...(I am re-analyzing some data for a statistics project) so I can't alter the file that way. Thanks again for your help. Davia Davia S. Cox Global Urban Studies Program Graduate Assistant/Doctoral Student 305 Berkey Hall East Lansing, MI 48825 517-353-5987 Office 517-353-6680 Fax coxdavia at msu.edu "One of the penalties for refusing to participate in politics is that you end up being governed by your inferiors." -Plato
2006 Feb 22
2
Join AD domain using security = domain ?
...authentication ? i.e. security = domain in smb.conf and use 'net join rpc -W [MYADDOMAIN] When I tried this I get the following error: [2006/02/22 11:56:42, 0] rpc_client/cli_pipe.c:cli_rpc_pipe_open_schannel(2641) cli_rpc_pipe_open_schannel: failed to get schannel session key from server msu adserver for domain MYADDOMAIN. [2006/02/22 11:56:42, 0] utils/net_rpc_join.c:net_rpc_join_ok(61) Error connecting to NETLOGON pipe. Error was NT_STATUS_NO_TRUST_SAM_ACCOUNT Unable to join domain MYADDOMAIN. Do you have to have 'security = ads' and use 'net join ads......', and...
2010 May 26
4
More efficient way to use ifelse()?
...) # It makes sense to me why this does not work (elevation.take.2), but I am not sure how to get it to work. Any suggestions? I suspect it involves a trick using "any" or "II" or something, but I can't seem to work it out. # Thanks in advance! # Ian Dworkin # idworkin at msu.edu