Giter Site home page Giter Site logo

flipmultivariates's Introduction

Coverage Status

flipMultivariates

Multivariate models

Installation

To install from GitHub:

require(devtools)
install_github("Displayr/flipMultivariates", dependencies = NA)

If you have not set up a GitHub Personal Access Token, you will likely need to do so to avoid GitHub rate limits, which will manifest as 403 errors when downloading packages via install_github. Please see the documentation in the usethis package or see the instructions here and here.

If you are using Windows, you will need to have a version of Rtools installed that matches your version of R in order to build packages from source. Rtools can be downloaded from here.

Specifying dependencies = NA in install_github will not install packages listed in Suggests in the DESCRIPTION file (some of which may be proprietary and unavailable for download).

Submitting a bug report

If you encounter a problem using the package, please open an issue. To achieve a resolution as quickly as possible, please include a minimal, reproducible example of the bug, along with the exact error message or output you receive and the behavior you expect. Including the output of sessionInfo() in R can be helpful to reproduce the issue. Please see this FAQ, which has a number of useful tips on creating great reproducible examples.

Displayr logo

flipmultivariates's People

Contributors

chrisfacer avatar chschan avatar jakehoare avatar jrwishart avatar justinccyap avatar justinyapcc avatar mwm-displayr avatar mwmclean avatar timbock avatar xtmwang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flipmultivariates's Issues

Package not downloading from github and seems to be incompatible with new R?

I initially tried downloading the package using

require(devtools)
install_github("Displayr/flipMultivariates")

but I get the error:

HTTP error 403. API rate limit exceeded.

I tried to get a personal access token, but have been unsuccessful at using it. A more detailed bit of example code would be useful for neophytes such as myself.

So, I tried downloading the package manually and installing it via:
install.packages("C:/path/to/flipMultivariates-master.zip")
Which produced the error that:

flipMultivariates-master.zip is not available (for R version 3.5.1)

Any way to address this?

Error in formatC(30.5542270992922, format = "f", digits = 2L, as.output = FALSE) :

After having huge issues downloading and installing this package, as several previous commentators have, I finally managed.

After figuring out that the response variable for LDA has to be a factor, every time I use LDA I get:

Error in formatC(30.5542270992922, format = "f", digits = 2L, as.output = FALSE) :

The number changes, depending on which combination of factors I include.

I have tried using the vehicles dataset, as per the online example and get the same error message.

Please can you tell me how to avoid this error and also tell me where there is a vignette or other documentation about this package.

CRAN

Hi, thanks for the package. This is moreso a request than an issue.
Is it possible to submit it to CRAN so that it can be used on Kaggle within kernels?

Thanks!

Marnix

Time Out Installation Failure Open URL

Very excited about using this package and would love to get it working, however, I'm struggling with an error:

"Error in download.file(url, destfile, method, mode = "wb", ...) :
(converted from warning) InternetOpenUrl failed: 'The operation timed out'
Error: Failed to install 'flipAnalysisOfVariance' from GitHub:
Error: Failed to install 'flipMultivariates' from GitHub:"

Read all the trouble shooting, and have been able to get the zip file to do a devtools install, as well as a remote install on github with authentication. All packages in R are up to date including devtools. The installation went great up until what appeared to be the very end when it attempted to install the last few key packages.

Error downloading package

Hello, I am trying to download the package with RStudio, but get the following error:
Error: Failed to install 'unknown package' from GitHub:
HTTP error 403.
API rate limit exceeded for 46.18.27.2. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)

Error in LDA function

i have a dataset where all my predictors are factors. When i try to run an lda i get the following error

lda <- LDA(Group ~ ., data = test)
Error in if (!is.factor(required.data[, outcome.name]) & !IsCount(required.data[, :
the condition has length > 1

issue installing flipMultivarite package specifically

Hi there

I'm trying to run an lda and would like to use the flipMultivarite package.
when i use this method of installation:
library(devtools)
install_github("Displayr/flipMultivariates")
R installs a bunch of 'flip' packages (ie. flipData, flipStatistics...) EXCEPT flipMultivariate
therefore i cant load it using 'library' to run my lda function.

Prediction-Accuracy Table

i have created a prediction accuracy table using DIsplayR online platform, is there a way to pull out which participants are are being placed in each prediction?
For example, I'd like to be able to know which 21 indivuals are "observed AD" but "predicted MCI"

Screen Shot 2022-08-09 at 11 07 52 AM

Unable to install the package "flipMultivariates" caused by possible permission denied

Windows version: 10 Pro
Rstudio version: 3.6.1

Initially i encountered a problem during the installation of some packages like "rlang", "dplry", ... due
to the following error: "unable to remove previous version". I solved this first error installing each one of
them individually restarting RStudio each time.

Annotazione 2020-07-09 124832

After that i found a different error that i'm not able to solve. During the installation of the package "rhtmlLabeledScatter", RStudio seems to be unable to create the declared folder inside /AppData/Local/Temp.
May it be related to some permission issue?

Thanks in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.