Displaying 13 results from an estimated 13 matches for "nres".
Did you mean:
nre
2005 Aug 25
3
Converting characters to numbers in data frames
I'm sure I'm missing something obvious here, but I can't find the
solution (including in the FAQ etc.).
I have a vector of names of variables like this: NRes.x.y. where x and y
are numbers. I want to extract these numbers as numbers to use
elsewhere. I can extract the numbers as a list of characters using
strsplit(), and convert that to a data frame, e.g.:
NAMES=c("NRes.1.2.", "NRes.1.3.", "NRes.1.4.", "NRes.1.5....
2004 Jun 22
2
function not in load table
...hich I want to use for faster calculations. These functions
are included in a R package.
The installation process seems to be ok (no errors). I also can load the
package without errors. But when I call the function I got the following
error
> wy.result <- wy.grps(data1=X1, grpdata=groups, nres=10000,
alpha1=0.05, alpha2=0.05)
Error in .C("wy_grps_R", as.double(X), as.integer(n1), as.integer(n2), :
C function name not in load table
Execution halted
The parameter are
data1 - result of read.table()
grpdata - dito
nres - integer
alpha1 nad alpha1 - factors (float)
In t...
2006 Jan 09
1
OT: IAXModem in inittab causes modem to be u nres ponsive, running from console it's OK
...s is there a recommended runlevel or 2345
is ok?
-----Original Message-----
From: Lee Howard [mailto:faxguy@howardsilvan.com]
Sent: Monday, January 09, 2006 1:59 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] OT: IAXModem in inittab causes modem to be
unres ponsive, running from console it's OK
Colin Anderson wrote:
>faxguy, maybe you can tell me why
>
>As I've noted in previous posts I'm evaluating HylaFax with IAXModem. When
I
>run iaxmodem and faxgetty through a console the modem works 100% I have yet
>to find a fax th...
2006 May 05
2
How to access results of survival analysis
...he matrix returned has rownames as the
# group labels (eg., treatment arms) if any.
smed <- function(x) {
ox <- capture.output(print(x))
n <- length(ox)
tmp <- t(sapply(ox[4:n],
function(l) strsplit(l, split=' +')[[1]]))
nres <- strsplit(ox[3],split=' +')[[1]][2:6]
res <- matrix(as.numeric(tmp[,2:6]), ncol=5,
dimnames=list(tmp[,1], nres))
res
}
# example:
library(survival)
fit1 <- survfit(Surv(time, status) ~ 1, data=aml)
sf1 <- smed(fit1)
sf1
fit <- survfi...
2009 Jan 24
1
fonction PLATEAU???
...y=frequency(khz). The part of the recording that is interesting me is when the frequency is stable. Does somebody ever used a fonction that extract only constant data among a huge list of data (sample= 180000)?
Thanks
Thibault Grava
PhD candidate,
Natural Resources and Environmental Study (NRES)
University of Northern BC, Prince George, BC
phone office: (250) 960 6050
email address: grava at unbc.ca
2009 Mar 19
1
subtract values
...t),24)]
But it had many errors. I also tried using diff(Bk$cumPrecip, lag=23) but this moves through the data one step at a time and thus calculates a value for every hour of each day, not just midnight.
Thank you very much for your time and assistance!
Kara
Kara Przeczek
M.Sc. Candidate NRES - Environmental Science
University of Northern B.C.
3333 University Way
Prince George B.C V2N 4Z9
Phone: (250) 960-5427
przeczek at unbc.ca
2004 Aug 25
0
Censored (Tobit) Regression method
...onings of maximum likelihood (ML), and ML values are
given in the survreg output for the base and full models. Where does ML get
involved in the calculations?
Thanks!
-Eric
---
Eric B. Peterson, Ph.D.
Vegetation Ecologist & Lichenologist
Nevada Natural Heritage Program
and (adjunct) UNR Dept. NRES
[[alternative HTML version deleted]]
2018 Feb 21
1
Checking for a proper "stop" statement...
...berg, PhD
Randall Endowed Professor and Associate Professor of Remote Sensing
Global Environmental Analysis and Remote Sensing (GEARS) Laboratory
Natural Resources & Environmental Science
University of Nevada, Reno
1664 N Virginia St MS/0186
Reno, NV 89557
Phone: 415-763-5476
http://www.unr.edu/nres
Gchat: jgrn307 at gmail.com, Skype: jgrn3007
[[alternative HTML version deleted]]
2009 Jun 06
1
Qs on calling R from C
Consider the following simple C program:
/*** hello_r.c ***/
#include <Rinternals.h>
SEXP hello() {
return mkString("Hello, world!\n");
}
int main(void) {
SEXP x = hello();
return x == NULL; /* i.e. 0 on success */
}
This program segfaults:
% myR/bin/R CMD LINK gcc -I./R-2.9.0/src/include -L./myR/lib64/R/lib -lR
hello_r.c -o hello_r > /dev/null
% hello_r
zsh:
2013 Dec 23
2
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
On Dec 16, 2013, at 4:26 PM, Hal Finkel <hfinkel at anl.gov> wrote:
>> At the end of each iteration, quality of generated code is estimated
>> by
>> executing newly introduced target dependent pass. Based on results
>> path for
>> the following iteration is calculated. At the moment, this has been
>> proved
>> for MIPS only and it is based on code
2019 Jul 24
20
[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
From: John Hubbard <jhubbard at nvidia.com>
Hi,
This is mostly Jerome's work, converting the block/bio and related areas
to call put_user_page*() instead of put_page(). Because I've changed
Jerome's patches, in some cases significantly, I'd like to get his
feedback before we actually leave him listed as the author (he might
want to disown some or all of these).
I added a
2019 Jul 24
20
[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
From: John Hubbard <jhubbard at nvidia.com>
Hi,
This is mostly Jerome's work, converting the block/bio and related areas
to call put_user_page*() instead of put_page(). Because I've changed
Jerome's patches, in some cases significantly, I'd like to get his
feedback before we actually leave him listed as the author (he might
want to disown some or all of these).
I added a