Displaying 20 results from an estimated 1000 matches similar to: "Bug solved / Re: irr package exits (PR#8839)"
2010 Aug 03
2
How to extract ICC value from irr package?
Hi, all
There are 62 samples in my data and I tested 3 times for each one, then I
want to use ICC(intraclass correlation) from irr package to test the
consistency among the tests.
*combatexpdata_p[1:62] is the first text results and combatexpdata_p[63:124]
* is the second one and *combatexpdata_p[125:186]* is the third.
Here is the result:
2006 May 16
1
Cannot load irr package
The irr package seems to install correctly:
> install.packages("irr")
trying URL 'http://cran.us.r-project.org/src/contrib/irr_0.61.tar.gz'
Content type 'application/x-tar' length 13848 bytes
opened URL
==================================================
downloaded 13Kb
* Installing *source* package 'irr' ...
** R
** data
** help
>>>
2010 Aug 25
4
Secant Method Convergence (Method to replicate Excel XIRR/IRR)
Hi,
I am new to R, and as a first exercise, I decided to try to implement an XIRR function using the secant method. I did a quick search and saw another posting that used the Bisection method but wanted to see if it was possible using the secant method.
I would input a Cash Flow and Date vector as well as an initial guess. I hardcoded today's initial date so I could do checks in Excel.
2005 Nov 30
3
calculating IRR (accounting) in R
I am trying to replace a spreadsheet model of a project justification
with an R script.
I can't seem to track down R functions to calculate Internal Rate of
Return and NPV? Am I missing something? NPV doesn't seem so difficult
to calculate (at least for a regular series) but I am struggling to
identify how to solve for IRR in R.
It would be sufficient if it worked for a regular
2003 Oct 27
0
AW: Query: IRR Confidence Intervals
Hi Cristian,
I don't know about a R routine for exact CIs, but I found a function called
"ageadjust" using a gamma distribution approximation some time ago -take a
look at http://medepi.org/epitools/rfunctions/index.html.
That Webpage seems a bit outdated now, but the calculations given in the
ageadjust functions should still work, I think.
Maybe this helps;
regards
Heinrich.
2009 Mar 26
1
ICC question: Interrater and intrarater variability (intraclass correlation coefficients)
Hello dear R help group.
I encountered this old thread (http://tinyurl.com/dklgsk) containing the a
similar question to the one I have, but left without an answer.
I am and hoping one of you might help.
A simplified situation: I have a factorial design (with 2^3 experiment
combinations), for 167 subjects, each one has answered the same question
twice (out of a bunch of "types" of
2009 Jul 13
3
Help With Fleiss Kappa
Hi All,
I am using fleiss kappa for inter rater agreement. Are there any know
issues with Fleiss kappa calculation in R? Even when I supply mock data
with total agreement among the raters I do not get a kappa value of 1.
instead I am getting negative values.
I am using the irr package version 0.70
Any help is much appreciated.
Thanks and Regards
M
[[alternative HTML version deleted]]
2016 Feb 20
2
[Bug 94225] New: Mesa crash with "nouveau" driver and Minetest
https://bugs.freedesktop.org/show_bug.cgi?id=94225
Bug ID: 94225
Summary: Mesa crash with "nouveau" driver and Minetest
Product: Mesa
Version: 10.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau
2008 Aug 22
3
simple generation of artificial data with defined features
Dear R-colleagues,
I am quite a newbie to R fighting my stupidity to solve a probably quite
simple problem of generating artificial data with defined features.
I am conducting a study of inter-observer-agreement in
child-bronchoscopy. One of the most important measures is Kappa
according to Fleiss, which is very comfortable available in R through
the irr-package.
Unfortunately medical doctors
2005 Oct 26
0
self starting function for nonlinear least squares.
Following on my posting of this morning, concerning a problem that I am
having constructing a self-starting function for use with nls (and
eventually with nlsList and nlme), the following is the self-starting
function called NRhyperbola:
> NRhyperbola
function (Irr,theta,Am,alpha,Rd)
{
# Am is the maximum gross photosynthetic rate
# Rd is the dark resiration rate (positive value)
#
2007 Apr 12
3
Method dispatch for print() in package its
Dear all,
in the package its the print() method does not seem to correctly work in all circumstances:
> selectMethod(print, "its")
Method Definition:
function (x, ...)
{
print(x@.Data <mailto:x@.Data> , ...)
}
<environment: namespace:its>
Signatures:
x
target "its"
defined "its"
> fundPME.lst[[1]]$irr
An object of
2008 May 13
0
xirr...
Hello.
A few weeks ago, I need to calculate the Internal Rate of Return for
irregular intervals.
There is the package 'financial', with the function 'cashflow', calculating
irr for regular intervals.
So I developed xirr, managing irregular intervals, that's accepting a vector
of dates as xirr Excel function.
You can find the code at
2017 Jun 26
0
[Bug 101368] Nouveau regression GT218M in Kernel 4.11 Won't Boot
https://bugs.freedesktop.org/show_bug.cgi?id=101368
Daniel Otero <otero.o.daniel at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.freedesktop.or
| |g/show_bug.cgi?id=101587
--
2012 May 22
1
Samba4: winbind separator
Hi
When I try and login as a domain user called s3:
su MARINA\\s3
I get:
Kerberos: AS-REQ MARINAs3 at HH3.SITE from ipv4:192.168.1.2:50945 for
krbtgt/HH3.SITE at HH3.SITE
Kerberos: UNKNOWN -- MARINAs3 at HH3.SITE: no such entry found in hdb
Kerberos is not seeing the winbind separator.
So I try winbind separator = +
wbinfo -i s3
MARINA+s3:*:3000028:20513::/home/MARINA/s3:/bin/bash
getent
2010 Sep 01
1
Writing My Own Function to Use With aggregate
Dear R-Users,
I have been using R for about 1 week and recently learned about the Aggregate function, and from reading online it seems like it is comparable to a SQL group by to perform summary functions. I am looking to do a summary function, such as SUM/MIN, but instead of these basic functions, I would like to calculate the IRR.
Assuming I have a data set DS01:
FirstName LastName
2017 Jun 25
4
[Bug 101587] New: [BISECTED][REGRESSION] Nouveau kernel module (>4.10) on NVA8 renders the system unusable
https://bugs.freedesktop.org/show_bug.cgi?id=101587
Bug ID: 101587
Summary: [BISECTED][REGRESSION] Nouveau kernel module (>4.10)
on NVA8 renders the system unusable
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
2004 Nov 01
2
non-linear solve?
hi: could someone please point me to a function that allows me to
solve general non-linear functions?
> irr.in <- function(r, c1, c2, c3 ) { return(c1+c2/(1+r) +
c3/(1+r)^2); }
> solve.nonlinear( irr.in, -100, 60, 70 );
0.189
If someone has written an irr function, this would be helpful,
too---though not difficult to write, either. thanks for any pointers.
Regards,
/iaw
2015 Jul 23
1
[LLVMdev] Intel asm syntax and variable names
Some targets don't have the problem because they prefix all names with an undercore. Apart from that I am not aware of any solution to the problem of keywords clashing with variable names in intel syntax.
- Matthias
> On Jul 23, 2015, at 9:18 AM, Reid Kleckner <rnk at google.com> wrote:
>
> So, there is no prior art for escaping the name of a global symbol with the same name
2013 Jul 17
0
consulta xml para ubuntu 32bits
Hola.
Sospecho que el problema puede estar relacionado con la versión del paquete
que estás instalando (según veo, la última) y la versión de R que tienes
instalada (2.15). Quizás conociendo la variante de linux que estás
utilizando alguien de la lista te pueda orientar mejor conociendo las
particularidades de *ese* linux.
Salud.
2013/7/17 Ana Marina Srur <asrur@mendoza-conicet.gob.ar>
2015 Jul 23
0
[LLVMdev] Intel asm syntax and variable names
So, there is no prior art for escaping the name of a global symbol with the
same name as a register? If there is, I'd rather we just implement it and
leave it at that.
We can probably fix the 'flags' case easily in LLVM, but I'd rather not
bend over backwards to make ZMM0 be a global name when AVX is disabled.
On Thu, Jul 23, 2015 at 9:12 AM, Yatsina, Marina <marina.yatsina at