Displaying 20 results from an estimated 71 matches for "clemson".
2011 Feb 07
4
delete rows
...ave a data set with 472 rows. I want to delete rows 416 through 472. The name of my data set is MERGE.
I am an extreme R novice. How do I write a script to accomplish this?
Thank you.
---
Christopher H. Porter, M.A., M.Ed.
Director, Undergraduate Recruitment
College of Engineering and Science
Clemson University
106B Holtzendorff Hall
(864) 656-7870
(864) 656-1327 - Fax
AIM: ClemsonCES
http://www.clemson.edu/ces/psu/
[[alternative HTML version deleted]]
2001 Sep 14
1
Rai and Van Ryzin Model
...an Ryzin dose-response model from
their 1985 Biometrics paper. I'm trying to avoid re-inventing the wheel. If not
any hints on coding this would be greatly appreciated.
Thanks,
--
==================== Calvin L. Williams, Ph.D. ====================
Department of Mathematical Sciences, Clemson University
Box 340975 , 0-323 Martin Hall
Clemson, South Carolina 29634-0975
VOICE: (864) 656-5241 or leave message (864) 654-7187
EMAIL: calvinw at ces.clemson.edu
FAX: 1-(864) 656-...
2001 Sep 29
2
Optimized Likelihoods
...atistics" and the Zip example from ``Statistical
Models in S". Any additional examples that people wouldn't mind sharing
would be greatly appreciated.
Cheers,
Calvin
--
==================== Calvin L. Williams, Ph.D. ====================
Department of Mathematical Sciences, Clemson University
Box 340975 , 0-323 Martin Hall
Clemson, South Carolina 29634-0975
VOICE: (864) 656-5241 or leave message (864) 654-7187
EMAIL: calvinw at ces.clemson.edu
FAX: 1-(864) 656-5230...
2002 Apr 21
2
Simple Coding problem ?
...ed by a 2, or
a 3, ... A 2 by a 1, or 3,....etc. It's almost like a mover-stayer problem.
I think.
I know this seems simple but any help would be appreciated.
Cheers,
Calvin
--
==================== Calvin L. Williams, Ph.D. ====================
Department of Mathematical Sciences, Clemson University
Box 340975 , 0-323 Martin Hall
Clemson, South Carolina 29634-0975
VOICE: (864) 656-5241 or leave message (864) 654-7187
EMAIL: calvinw at ces.clemson.edu
FAX: 1-(864) 656-5230...
2003 Jun 13
2
Samba servers
...box be able to read the files on
Windows by using SAMBA to make it a mountable drive. Is that possible? Everything I read
always seems to indicate that Windows can only be a SAMBA Client and not a server.
I really appreciate any help you can provide. Thanks in advance.
Regards,
Gerald F. George
Clemson University
Applications Analyst II
email: geraldg@clemson.edu
phone: 864.656.7973
CONFIDENTIALITY NOTICE:
This e-mail, and any attachments thereto, is intended only for use by the addressee(s)
named herein and may contain privileged and/or confidential information. If you are not
the intended reci...
2009 May 18
1
error in importing text files
...ally, I would like the code to stack the 32 responses during each measurement occasion so that I have 32 columns of reponses plus columns for year, month, day, and latency, but leave each measurment occasion unstacked.
Thanks!
Eric S McKibben
Industrial-Organizational Psychology Graduate Student
Clemson University
Clemson, SC
[[alternative HTML version deleted]]
1998 Jul 21
0
firewalls, a practical question
...bus will be necessary to handle 100Mbit FD
traffic? I'm sure a number of you have experience with this, and I'd like
to benefit from it <smile>!
[mod: Please reply to Rob, he'll summarize... You know the drill --REW]
Thanks,
Rob Ross
Parallel Architecture Research Laboratory, Clemson University
mailto:rbross@parl.eng.clemson.edu
http://ece.clemson.edu/parl/rbross/
2009 Sep 26
1
renaming intercept column when retrieving coeficients from lme using coef function
...3,3,4,4,4), x=rnorm(12), y=rnorm(12))
> model.toy<-lme(y~1, random=~1|ID, data=toy)
> coef.y<-("ind.y"=coef(model.toy))
> coef.y
(Intercept)
1 0.52065015
2 0.04066776
3 0.29793571
4 0.11213693
Thanks,
Eric McKibben
Doctoral Candidate
I-O Psychology
Clemson University
[[alternative HTML version deleted]]
2006 Apr 03
9
Problem with Windows not finding methods
I am running (testing) a noob-tube for myself as follows:
Windows XP SP2
lighty
ruby 1.8.x
rails 1.1
scgi
I have everything working fairly well, but with one minor exception:
the actions that I have defined as follows are not found.
class MytestController < ApplicationController
def index
render_text "Hello Nurse!"
end
def dilbert
render_text "Dilbert
2009 May 19
2
Using while statements to insert rows in a dataframe
...2008 2 7 194556 6 27 240 21
2008 2 7 194556 6 28 127 -1
2008 2 7 194556 6 29 232 92
2008 2 7 194556 6 30 205 95
2008 2 7 194556 6 31 185 96
2008 2 7 194556 6 32 319 61
2008 2 7 194556 6 33 101 -1
2008 2 8 143056 6 -32767 0 NA
Eric S McKibben
Industrial-Organizational Psychology Graduate Student
Clemson University
Clemson, SC
[[alternative HTML version deleted]]
1998 Aug 04
0
summary of responses to "firewalls, a practical question"
...irewall & never had grounds to feel that it was insecure
> when properly set up. My system runs essentially forever - I''ve never
> _had_ to reboot to fix anything & never had it crash.
Thanks to everyone for the responses!
Rob Ross
Parallel Architecture Research Laboratory, Clemson University
mailto:rbross@parl.eng.clemson.edu
http://ece.clemson.edu/parl/rbross/
2006 Oct 10
3
possible bug? (PR#9285)
=20
=20
I use the FEAR package available from=20
=20
http://www.clemson.edu/economics/faculty/wilson/
=20
which works perfectly in Rv2.2.0; after installing from a local zip and
loading I find:
=20
USING R version 2.2.0
=20
> local({pkg <- select.list(sort(.packages(all.available =3D TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=3DTRUE)})
Loading r...
2006 Mar 22
4
pbinom( ) function (PR#8700)
Full_Name: Chanseok Park
Version: R 2.2.1
OS: RedHat EL4
Submission from: (NULL) (130.127.112.89)
pbinom(any negative value, size, prob) should be zero.
But I got the following results.
I mean, if a negative value is close to zero, then pbinom() calculate
pbinom(0, size, prob). dbinom() also behaves similarly.
> pbinom( -2.220446e-22, 3,.1)
[1] 0.729
> pbinom( -2.220446e-8, 3,.1)
2006 Apr 10
2
how to figure out "skewness"
I think it is simply, but I cannot find the method to figure out "skewness".
Thanks!
[[alternative HTML version deleted]]
2011 Jul 21
0
Survdiff for multiple comparisons
...de or
function out there that will give me this test with adjusted p-values. I
was thinking about using subset, but this will not adjust the p-values for
multiple tests.
Thank you for your time - Danielle
--
Danielle C. Zoellner-Kelly
PhD candidate - DeWalt Lab
Department of Biological Sciences
Clemson University
132 Long Hall
Clemson, SC 29634
Lab: (864) 656-2639
Cell: (864) 376-9583
[[alternative HTML version deleted]]
2007 Jun 20
3
MusicMatch Jukebox-like mp3 player...
Looking for recommendations....
On WinXP, I use MusicMatch Jukebox version 9 for all my tinkering with
mp3s. What do you guys use that would match the functionality of MMJB?
I'm mainly interested in the music library setup of MMJB...
--
--- David Woyciesjes
2007 Jun 26
1
Wireless networking in CentOS 4.4
Trying to set up wireless networking with CentOS 4.4 on a (new Dell)
laptop and have looked at http://www.ces.clemson.edu/linux/fc2-
ipw2200.shtml
and http://www.centos.org/modules/newbb/viewtopic.php?
topic_id=2532&forum=30
regarding use of ipw2200, which is included in the kernel. The problem
is that it doesn't appear to be actually installed/loaded because the
Intel Corporation PRO/Wireless 2200BG drive...
2007 Jun 28
2
CentOS iso for Sparc64 machine
...r CentOS for sparc based machines without luck. I
tried to use birorrent to download it without luck. I really would
appreciate anyone letting me know because I have a Sun Ultra 60 that I would
love to install it on. Thanks!
-- Dexter
Dexter F. Stowers
Systems Administrator Unix/Linux/Windows/Mac
Clemson University
--
Desire is the ingredient that changes the hot water of mediocrity to the
steam of outstanding success. It's the ingredient that enables a person with
average ability to successfully compete with those who have far more.
Ability is important--dependability is critical!
See...
2013 Jul 01
0
Installing NUT on Solaris
...> I'm running Solaris 10 on a dozen SPARC boxes. I'd like to explore NUT for use with our snmp UPS, but I'm unable to complete the configure/make/install process.
>
> Can anyone share a how-to for solaris?
Here's some general NUT-on-Solaris information:
http://people.cs.clemson.edu/~gdowdin/work/ch06.html
Can't vouch for that specifically - I haven't used Solaris in years, and had a hard time getting OpenSolaris working back when that was an option. That said, we might be able to reach out to someone at Eaton to see how they set up the Buildbot slave for NUT.
Wh...
2013 Jul 01
2
Installing NUT on Solaris
I'm running Solaris 10 on a dozen SPARC boxes. I'd like to explore NUT
for use with our snmp UPS, but I'm unable to complete the
configure/make/install process.
Can anyone share a how-to for solaris?
--
Do things because you should, not just because you can.
John Thurston 907-465-8591
John.Thurston at alaska.gov
Enterprise Technology Services
Department of Administration