Displaying 20 results from an estimated 199 matches for "penn".
Did you mean:
penny
2003 Jan 08
1
Lattice: Plotting two densities on the same plot(s)?
...brary(nlme)
library(grid)
Let:
democrat <- rnorm(100, 0.3, 0.1)
republican <- rnorm(100, 0.5, 0.1)
state <- c("Delaware")
temp1 <- as.data.frame(cbind(state, democrat, republican))
democrat <- rnorm(100, 0.5, 0.1)
republican <- rnorm(100, 0.7, 0.1)
state <- c("Pennsylvania")
temp2 <- as.data.frame(cbind(state, democrat, republican))
data1 <- rbind(temp1, temp2)
What I'm doing right now is:
densityplot(~ democrat | state, data = data1,
xlim = c(0, 1), ylim = c(0, 10),
panel = function(x) {
panel.densityplot(republican, col = "red&...
2005 Feb 07
5
Creating a correlation Matrix
.... I have
a huge amount of data....21 variables for 3471 times. I want to see how
each of the variables correlate to each other. Any help would be
appreciated, including which package and which functions I should use to do
this.
Thanks,
Jessica Higgs
Masters Student
Department of Meteorology
Penn State University
2018 Feb 21
1
Finding and replacing instruction patterns
Hi all -- first time poster, hoping that this is going to the right list.
Also a complete LLVM newbie, so please correct any glaring errors in my
understanding.
I am an architecture researcher at Penn State working on Processing in
Memory (PIM) architectures. Currently, I plan to use LLVM to detect and
replace groups of instructions which can be accelerated in memory. Once a
group of instructions is detected, they will be replaced with the
corresponding PIM instruction. For a toy example, take a...
2006 Aug 07
1
Escape ''&'' in text_field_with_auto_complete
...;
else
render :partial => "supplier_names", :layout => false
end
end
Thoughts on how to get the expected value here?
--
~d
"Right is right, even if everyone is against it, and wrong is wrong, even if
everyone is for it." -- William Penn
www.razorpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060807/4e82f05c/attachment.html
2018 Feb 26
2
Compiling a benchmark to IR (either from test-suite, or other benchmarks)
...need to be passing to cmake or make?
Alternatively, are there other known benchmarks (and associated makefiles)
that compile to IR/bytecode? I can go through the work of setting up
benchmarks to compile to bc/IR, but I figured someone has likely already
done this!
Thanks for the help,
Gus Smith, Penn State
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180226/02e1a35a/attachment.html>
2019 May 06
4
config help & pid file not existing issue
Tinc team:
I'm creating a vpn for my work laptop and vps and got trapped, here are my
config files:
on laptop:
*tinc.conf
Name = envy13
Device = /dev/net/tun
ConnectTo = main
*hosts/main
Address = <my vps ext ip address>
Port = 655
Subnet = 10.0.0.1/32
*hosts/envy13
Port = 655
Subnet = 10.0.0.2/32
*tinc-up
#!/bin/sh
ip link set myvpn up
ip addr add 10.0.0.2/32 dev myvpn
ip route add
2009 Jun 19
3
read.table error
...ne 3)
of the input file -- the only thing that's unique about this line is
that it contains a long string (236 characters) in a column that in
the previous rows was empty. Any chance that this sort of thing would
cause R to run into a road block?
Thanks,
Premal P. Vora
Associate Prof. Finance
Penn State Harrisburg
2007 Oct 15
2
Association Help , 2 Teams playing a FootballGame
So I have the models
class FootballGame < ActiveRecord::Base
end
and
class Team < ActiveRecord::Base
end
I want to be able to do something like this
@t1 = Team.create(:name=>"Michigan Wolverines football")
@t1.save
@t2 = Team.create(:name=>"Penn State Nittany Lions football")
@t2.save
@g = FootballGame.create(:hometeam => @t1, :awayteam => @t2)
@g.save
my migrations:
create_table :football_games do |t|
t.column :hometeam, :integer
t.column :awayteam, :integer
end
create_table :teamsdo |t|
t.column :name,...
2010 May 04
2
R 2.11.0 for Ubuntu 10.04 Lucid Lynx on CRAN
...eases going back to hardy.
As Johannes Ranke pointed out for the Debian release, R packages
installed under R < 2.10.0 may have to be updated or rebuilt because of
changes in the R help system.
If you have any problems, please let us know.
Michael
--
Dr. Michael A. Rutter
School of Science
Penn State Erie, The Behrend College
Station Road
Erie, PA 16563
http://math.bd.psu.edu/faculty/rutter
2018 Feb 26
0
Compiling a benchmark to IR (either from test-suite, or other benchmarks)
...ake or make?
>
> Alternatively, are there other known benchmarks (and associated makefiles) that compile to IR/bytecode? I can go through the work of setting up benchmarks to compile to bc/IR, but I figured someone has likely already done this!
>
> Thanks for the help,
> Gus Smith, Penn State
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/piperm...
2017 Nov 08
2
Help Converting Calendars
...396 1396 1396
attr(,"row.names")
[1] 1 2 3
attr(,"class")
[1] "OtherDate"
attr(,"calendar")
[1] "persian"
How do I take that, to end up with
dates p_dates
1 2017-10-01 1396-7-9
2 2017-10-02 1396-7-10
3 2017-10-03 1396-7-11
Jeff Reichman
Penn State
2008 Dec 05
3
Problem loading Matrix package in Ubuntu R 2.8.0
Dear List:
I'm having the same problem that was reported recently. The
latest version of R cannot load the Matrix package, even though it is
installed and readable. I've read the archive files for this list and
tried the suggested solutions (e.g., removing/uninstalling the Matrix
package and reinstalling it). Nothing has worked so far.
Does anybody have advice of what I could try next?
2019 May 07
1
config help & pid file not existing issue
..., kill tinc and restart, nothing in config
changed, and it works!
I don't know what's behind but I should've try system "kill" rather than
tinc's stop/restart stuff...
Parke <parke.nexus at gmail.com> 于2019年5月7日周二 上午5:12写道:
> On Mon, May 6, 2019 at 2:12 AM David Penn <px920906 at gmail.com> wrote:
>
> > On both nodes I installed 1.1pre17 (laptop from aur package, vps using
> make install), and when I use commands like "tinc stop","tinc dump nodes",
> it says "Could not open pid file /usr/local/var/run/tinc.pid: No...
2005 Sep 13
1
package Spcmdr
...help.search("ppinit") : could not find package 'Spcmdr'
After typing library(spatial) I could get help on the ppinit function.
However, I have tried in vain to find any information on the Spcmdr
package. This has included searching the full R search site (Jonathan Baron
and U. Penn) and looking under the RGUI's and Rgeo pages.
Does anyone know what the package 'Spcmdr' is and where I can find either
the package or documentation about it?
Larry Layne
ljlayne at unm.edu
2010 Mar 31
1
nlsList{nlme} control of min and max parameter bounds?
...t as an object
for an nlme fit, so I was thinking of pasting together the details of the fits
from my slefStart function into an object of class "nlsList" "lmList" but
wasn't sure if this would work or was even appropriate.
Thanks for your help
Steve
Dr. Steve Oswald
Penn State Berks
[[alternative HTML version deleted]]
2008 Aug 05
6
New York City puppet users?
Any New York based puppet users want to try and get together for a meetup?
Cheers,
Brian
--
- Brian Gupta
http://opensolaris.org/os/project/nycosug/
http://www.genunix.org/wiki/index.php/OpenSolaris_New_User_FAQ
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group,
2006 Aug 04
1
Parsing Dates bewilderment
...ument
invalid" error.
Any help in the right direction here would be greatly appreciated and I sit
back and await the chastisement of such a trivial problem :(
Thanks,
--
~d
"Right is right, even if everyone is against it, and wrong is wrong, even if
everyone is for it." --William Penn
www.razorpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060804/76f86132/attachment-0001.html
2008 Mar 20
5
installing wine on 7.04 feisty
i typed in the feisty code in terminal, and then i typed in
sudo apt-get update
and
sudo apt-get install wine
and i still cannot run a game of mine that is supposed to work with wine
any advice?
2000 Dec 12
2
Windows <--> UNIX File Conversion
I thought I'd field this question in case someone has already done this,
before proceeding with trying to develop a function on my own.
I'm generating a number of files and to keep track of them, I'm also
outputting the names of these files to external files & datasets. Depending
on the platform I'm working on, Windows or Unix, i'd like to be able to
switch between UNIX
2015 Oct 18
2
Expired key for Ubuntu CRAN repository
Hello,
I was following the instructions at
https://cran.r-project.org/bin/linux/ubuntu/#secure-apt but
encountered this message upon apt-get update:
GPG error: http://cran.rstudio.com trusty/ Release: The following
signatures were invalid: KEYEXPIRED...
And then the following on apt-get install:
WARNING: The following packages cannot be authenticated!
Investigating a little, it looks like