Displaying 20 results from an estimated 61 matches for "lyman".
Did you mean:
layman
2007 Feb 24
2
barchart (lattice) with text labels
...c=factor(1:2))
mydata$x <- runif(nrow(mydata))
barchart(a~x|b, mydata, groups=c, panel=mypanelfunc,
prepanel=myprepanelfunc, adj=c(-0.1,0.5))
However, I cannot figure out how to shift the values to correspond with
their respective grouped bar. Has anyone done this type of thing? Thanks.
Mark Lyman
2006 Oct 09
2
Incompatability of lme4 and Matrix packages
...d R 2.4 on a windows machine and installed the lme4 package
version 0.9975-1. Unfortunately this version requires the 0.9975-2 version of
the Matrix package which I cannot seem to find. It seems the newest version I
can find is 0.9975-1. Is there somewhere I could find this newer version.
Mark Lyman
2009 Mar 19
2
How to set R_PROFILE conditional on batch or interactive mode
I am running R 2.8.1 on SUSE Linux. I would like to be able to set
R_PROFILE to two different possibilities. One when R is called by R CMD
BATCH and another any other time. Is this possible?
Mark Lyman, Statistician
Engineering Systems & Integration, ATK
2008 Jul 16
1
Problem with mpi.close.Rslaves()
...rssresult[,foldNumber] <- message$result
}
else if (tag == 3) {
# A slave has closed down.
closed_slaves <- closed_slaves + 1
}
}
# plot the results
plot(apply(rssresult,1,mean))
mpi.close.Rslaves()
mpi.exit()
Mark Lyman, Statistician
ATK Launch Systems
mark.lyman@atk.com <mailto:mark.lyman@atk.com>
(435) 863-2863
[[alternative HTML version deleted]]
2007 Jul 05
2
Adding points to a wireframe with conditioning variable
I would like to add points to a wireframe but with a conditioning variable. I
found a solution for this without a conditioning variable here,
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/65321.html. Does anyone know
how to plot a wireframe conditioned on a variable and add the points
conditioned on the same variable, similar to the solution at the link above?
2008 Jul 01
1
Simulate from a GAM model
...amples. I would like simulate
based on the fitted model like the simulate function in the stats package does
for lm models.
library(mgcv)
set.seed(10)
## simulate date from y = f(x2)*x1 + error
dat <- gamSim(3,n=400)
b<-gam(y ~ s(x2,by=x1),data=dat)
Thanks for any help you can give,
Mark Lyman
2008 Jul 10
0
Rmpi unkown input format error
....Call("mpi_finalize")
}
}
# Tell all slaves to return a message identifying themselves
mpi.remote.exec(paste("I am",mpi.comm.rank(),"of",mpi.comm.size()))
# Tell all slaves to close down, and exit the program
mpi.close.Rslaves()
mpi.quit()
Mark Lyman, Statistician
ATK Launch Systems
mark.lyman@atk.com <mailto:mark.lyman@atk.com>
(435) 863-2863
[[alternative HTML version deleted]]
2009 Jan 22
0
Confused about behavior of an S4 object containing a ts object
...: int [1:20] 1 2 3 4 5 6 7 8 9 10 ...
..@ description: chr "My Time Series"
..@ tsp : num [1:3] 1 5.5 2
..@ .S3Class : chr "ts"
> tmp[,1]
Time Series:
Start = c(1, 1)
End = c(5, 2)
Frequency = 2
[1] 1 2 3 4 5 6 7 8 9 10
> plot(tmp[,2])
Mark Lyman
-----Original Message-----
From: Lyman, Mark
Sent: Thursday, December 18, 2008 1:02 PM
To: 'r-help at r-project.org'
Subject: Confused about behavior of an S4 object containing a ts object
I am trying to define an S4 class that contains a ts class object, a
simple
example is shown in t...
2007 Nov 07
1
Dealing with schema in RODBC
...EIDS_APP TEST_ARTCL_INST DRAWING_TYPE_ID
21 EIDS_APP TEST_ARTCL_INST DRAWING_ID
22 EIDS_APP TEST_ARTCL_INST RATE_SPECIFIED_CNT
23 EIDS_APP TEST_ARTCL_INST ACCURACY_RQRD_CNT
24 EIDS_APP TEST_ARTCL_INST UNIT_MSR_ID
Mark Lyman
2008 Nov 12
2
apply() just loops ?
Dear R users,
I have been diligently using the apply() family in order to avoid explicit
for loops and speed up computation.
However, when I finally inspected the source code for apply, it appears that
the core computation is a simple loop as well.
What am I missing ? Why the often found advice to use apply() instead of
loops and the actually observed empirical speedups on many tasks ?
Thanks in
2006 Nov 29
0
Re: asterisk-users Digest, Vol 28, Issue 152
...nterface?!?! (Tony Mountifield)
> 5. RE: What's up with the Manager Interface?!?! (Douglas Garstang)
> 6. Cisco 7940 Firmware 8.2 (James R. Stevens)
> 7. Re: voicemail.conf locking problem (Michiel van Baak)
> 8. Re: What's up with the Manager Interface?!?! (Richard Lyman)
> 9. Call recording with Asterisk BE (Ed Nu?ez)
> 10. Re: voicemail.conf locking problem (Tzafrir Cohen)
> 11. Re: How to park calls on a specific extension (Steve Sobol)
> 12. RE: What's up with the Manager Interface?!?! (Douglas Garstang)
> 13. Call dropping (Ed Nu...
2010 Aug 27
4
can checksum be set to none on a file if content is defined?
On a file resource, if the content parameter is set and checksum is
set to none, I am getting "Parameter content failed: Munging
failed..."
This appears to be a bug, but maybe I missed something in the
documentation and it isn''t supposed to work.
cat test.pp
file { "/tmp/foo":
checksum => none,
content => "this is foo\n",
}
puppet
2007 Mar 28
3
System from AMI
How to execute some system command from AMI?
--
Tomislav Parcina
firstname.lastname@email.t-com.hr
2004 May 03
0
Permissions Problem using ADS
...t = SMB Print Spool
path = /var/spool/samba
guest ok = Yes
printable = Yes
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
admin users = root, Administrator
write list = root
[admin]
comment = Lyman Richey Corporation
path = /shares/test
valid users = '@CALRCO\Domain Admins', @admin
write list = '@CALRCO\Domain Admins', @admin
read only = No
create mask = 0777
directory mask = 0777
map acl inherit = Yes
follow syml...
2012 Apr 26
1
Heatmap fidelity
...sets
psim = cor(t(nba))
# psim2 = cor(t(nba2))
# Note: everyone has a self-correlation of 1
diag(abs(psim))
# diag(abs(psim2))
# But the diagonal doesn't always look the same
heatmap(abs(psim))
# heatmap(abs(psim2))
#####################################
Thanks!
-Steven Wolf
Lyman Briggs College
Department of Physics and Astronomy
Michigan State University
[[alternative HTML version deleted]]
2006 Dec 21
1
Re: Match a Numer - then continue with, dialplan
> -----Original Message-----
> From: Richard Lyman [mailto:pchammer@dynx.net]
> Sent: Wednesday, December 20, 2006 4:29 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Re: Match a Numer - then continue with,
> dialplan
>
>
> Douglas Garstang wrote:
> >> -----Original M...
2007 Jul 24
2
x,y,z table to matrix with x as rows and y as columns
Hello all,
I am sure I am missing something obvious but I cannot find the
function I am looking for. I have a data frame with three columns: X,
Y and Z, with X and Y being grid coordinates and Z the value
associated with these coordinates. I want to transform this data
frame in a matrix of Z values, on the grid defined by X and Y (and,
as a plus, fill the X.Y combinations which do no
2010 Feb 02
3
puppetdlog configuration parameter broken?
I am trying to log to a file instead of syslog, but when I set
"puppetdlog = /var/log/puppetd.log", it still logs to syslog. If also
set "syslogfacility =", it doesn''t log anywhere.
Does this work for anyone else?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2009 Apr 27
1
FW: Install of R 2.9.0
I am forwarding the below message from our sys-admin because I don't
know what the problem is. We are getting a "No space left on device"
error when there is plenty of space. See below.
Mark Lyman
From: Palmer, Michael
Sent: Monday, April 27, 2009 12:09 PM
To: Lyman, Mark
Subject: Install of R 2.9.0
Mark -
I'm having trouble installing R-2.9.0. During "make install" it thinks
it's running out of space when there's actually lots of space available.
I'm...
2003 Nov 07
7
CDR fields
hi,
i saw the cdr file called Master.csv and i want to
know what these represent. examples
"","","4","incoming","","Zap/1-1","Zap/4-1","Voicemail","u8888","2003-11-07
17:43:04","2003-11-07 17:43:04","2003-11-07
17:43:22","ANSWERED","DOCUMENTATION"