Displaying 20 results from an estimated 60 matches similar to: "Sensitivity and Specificity Forest Plots"
2012 Aug 03
1
Plotting Where People Live on a U.S. Map
Hi,
QUESTION TOPIC #1
I have some data I want to plot on a map. But what I have are home addresses: street, City, State, complete postal code--i.e 95377-1234. Is there a way to plot this data or do I need latitudinal and longitude coordinates? If so how do I convert them? Is there a package that will do the conversion in R?
QUESTION TOPIC #2
I was trying to experiment with this code that I found
2007 May 19
0
Sensitivity and specificity in multi-class problems
Hi,
I'm relative new to R.
I'm looking for a convenient way to calculate sensitivity and
specificity in machine-learning models (SVM, ...). In a two-class case
it's quite simple by calculating the TP, TN, FP, FN rates once but in the
multi-class case I have to do it as often as there exist different
classes (for each class).
Of course I could do it manually in a for-loop or so. But is
2010 Nov 29
0
given a sensitivity calculate specificity based on a ROC curve
Hi list,
I know this is not hard to implement based on the returned objects from ROC,
ROCR or a couple of other roc-related packages. I'm just wondering if there is
already such a function exist.
Thanks!
...Tao
2012 Sep 13
1
Package for comparing sensitivity, specificity, PPV, NPV, and accuracy?
Hi, I have two sets of sensitivity, specificity, positive predictive
value, and negative predictive value, and accuracy from two tests on
the same subjects. Is there an R package that does such paired
comparisons?
Thanks,
Gang Chen
2003 Apr 24
0
bootstraping sensitivity and specificity
Dear all, I have a standard method and two alternatives to perform a test,
called method A and method B.
I have calculated the sensitivity and specificity for
standard method vs. method A and standard method vs. method B.
Hence, I have two sensitivity values an two specificity values.
To be clear, sensitivity and specificity was calculated from:
Disease(A) No Disease(Ac) Total
Positive
2013 Aug 30
0
Sensitivy / Specificity and nulls
Maybe you want to check out the prevalence package
(http://cran.r-project.org/web/packages/prevalence/index.html), and its
development version on GitHub (https://github.com/brechtdv/prevalence/).
When you have two tests, and neither can be considered to be a 'gold
standard' (ie, SE & SP = 100%), Bayesian latent class approaches can
help you to estimate true prevalence, sensitivity
2003 Nov 05
1
Suggestion on Specificity of REDIRECT
Hello!
We were just wondering if it would be possible to modify Shorewall in a
future version so that the ORIGINAL DEST field in the "rules" file could
take zones, or better, the full grammar normally allowed in the DEST
field when matching other types of firewall rules. The advantage is that
it would allow aggregation of destination information in cases where we
need to apply
2007 Jul 01
2
package with roc, sensitivity, specificity, kappa etc
Dear Guru's,
Is there a package (R of course) with programs for diagnostics - roc,
sens , spec, kappa etc?
Best wishes Fredrik L
2008 Oct 13
1
Logistic Regression - Interpreting SENS (Sensitivity) and SPEC (Specificity)
Hi
Hi I am working on credit scoring model using logistic regression. I havd main sample of 42500 clentes and based on their status as regards to defaulted / non - defaulted, I have genereted the probability of default.
I have a hold out sample of 5000 clients. I have calculated (1) No of correctly classified goods Gg, (2) No of correcly classified Bads Bg and also (3) number of wrongly
2008 Nov 13
1
Calculate Specificity and Sensitivity for a given threshold value
Hi list,
I'm new to R and I'm currently using ROCR package.
Data in input look like this:
DIAGNOSIS SCORE
1 0.387945
1 0.50405
1 0.435667
1 0.358057
1 0.583512
1 0.387945
1 0.531795
1 0.527148
0 0.526397
0 0.372935
1 0.861097
And I run the following simple code:
d <- read.table("inputFile", header=TRUE);
pred <- prediction(d$SCORE, d$DIAGNOSIS);
perf <- performance(
2008 Dec 09
2
How to add accuracy, sensitivity, specificity to logistic regression output?
Hi,
Is there a way when doing logistic regression for the output to spit out
accuracy, sensitivity, and specificity?
I would like to know these basic measures for my model.
Thanks!
[[alternative HTML version deleted]]
2012 Aug 15
2
sensitivity and specificity in svyglm??
Hello,
As obtained from a table svyglm clasificaion, sensitivity and specificity. The funtion ConfusionMatrix () of the library (caret)
gives these results but not how to apply it to svyglm.
thanks
[[alternative HTML version deleted]]
2011 Apr 06
3
ROCR - best sensitivity/specificity tradeoff?
Hi,
My questions concerns the ROCR package and I hope somebody here on the list can help - or point me to some better place.
When evaluating a model's performane, like this:
pred1 <- predict(model, ..., type="response")
pred2 <- prediction(pred1, binary_classifier_vector)
perf <- performance(pred, "sens", "spec")
(Where "prediction" and
2008 Dec 18
3
Calculating Sensitivity, Specificity, and Agreement from Logistics Regression Model
Hi,
Assume I have a variable Y having two discrete values and two predictor variables x1 and x2.
I then do a logistic regression model fit as:
fit<-glm(Y~x1+x2,family=binomial). Are there functions in R than calculate the
Sensitivity, Specificity , and Agreement of the model "fit"?
Thanks
Meir
********************************************
Meir Preiszler - Research Engineer
I t
2012 Oct 25
2
How to extract auc, specificity and sensitivity
I am running my code in a loop and it does not work but when I run it
outside the loop I get the values I want.
n <- 1000; # Sample size
fitglm <- function(sigma,tau){
x <- rnorm(n,0,sigma)
intercept <- 0
beta <- 0
ystar <- intercept+beta*x
z <- rbinom(n,1,plogis(ystar))
xerr <- x + rnorm(n,0,tau)
model<-glm(z ~ xerr, family=binomial(logit))
2007 Feb 21
3
Snom 320 password
A client of mine has a Snom 320. Usually when he comes in each morning, it
is asking him for a password. A power cycle brings it back to normal
operation. How do I troubleshoot this further?
--Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070221/0e4d3ab8/attachment.htm
2009 Jul 17
2
Rsnapshot/rsync buffer overflow
I have been using rsnapshot on OS X for a bit now to backup my debian home
server to my external HD but have now started getting this error.
Shiny:rsync-3.0.6 kurt$ sudo rsnapshot sync
/usr/bin/rsync -a --delete --numeric-ids --relative --delete-excluded \
--exclude=mtab --exclude=core --rsh="/usr/bin/ssh -i \
/Users/kurt/.ssh/id_rsa" root at home.thisisnotajoke.com:/home \
2006 Oct 19
2
Polycom boot error
I am having the same issue as below. Has this issue been solved or
does anyone know an answer? This error recently began and we have
multiple phones out of commission. PLEASE HELP!!
http://lists.digium.com/pipermail/asterisk-users/2006-August/162841.html
How did you find out about 468*??? It's sure as poop not documented in
the Polycom Admin Guide anywhere.
-----Original Message-----
2011 Aug 04
1
Natural Reader Problem
I just downloaded Natural Reader 10. I want to convert text documents to MP3 but I get the message "There are some problems with the selected voice, please repair first" every time I try. I have already downloaded natural voices Kate and Paul and I have rebooted my computer. What should I do?
2015 Mar 17
0
Postdoc in Pharmacometrics at the University of Cape Town
Dear all,
at the Division of Clinical Pharmacology at the University of Cape Town
(South Africa) we are looking for highly motivated science/engineering
PhD graduates to join our pharmacometrics group as a post-doctoral fellow.
Pharmacometrics is an emerging discipline that applies mathematical
modelling and simulation to pharmacology, aiding the interpretation of
data from clinical trials,