questions/data-science
You can try theme(): Library(ggplot2) a <- data.frame(x=gl(10, 1, ...READ MORE
For doing this first you'll have to ...READ MORE
Discretize function convert a continuous variable into ...READ MORE
You need the package RGtk2 for rattle to ...READ MORE
If the programmers want the output to ...READ MORE
Hey @Ali, even I had faced the ...READ MORE
I'm trying to implement a where clause ...READ MORE
Add this line before using your vlaueBoxes tags$head(tags$style(HTML(".small-box ...READ MORE
Use unlist function to convert the list ...READ MORE
Correlation and Co-variance both are used as ...READ MORE
Selection bias is the bias introduced by the ...READ MORE
Its pretty simple, try this: server.r library(shiny) shinyServer(function(input, output, session) ...READ MORE
When you end up with this error ...READ MORE
Try the below option: detach("package:vegan", unload=TRUE) NOTE: You can ...READ MORE
You can provide condition to summarize using ...READ MORE
A factor variable can be converted to ...READ MORE
Use geom_text() to add labels on the ...READ MORE
You can use the scan function in ...READ MORE
You can use the reshape2 package for ...READ MORE
You can use aggregate function for calculating ...READ MORE
Load the 'scales' package first, which gives ...READ MORE
You can use the ifelse function: df$Value <- ifelse(d ...READ MORE
In R the simple vector multiplication gives ...READ MORE
The axis limits are being set using ...READ MORE
If the scale is continuous, then you can ...READ MORE
You can rjava package for this purpose. rJava is ...READ MORE
Hey, This is the house.csv file used ...READ MORE
Follow these steps: Import the data into R Check ...READ MORE
Include this line in the code: Library(shinydashboard) READ MORE
Connect to the database as below. install.packages("odbc") db = ...READ MORE
You can use the theme layer to ...READ MORE
hclust performs hierarchical cluster analysis on a ...READ MORE
All you have to do is, set ...READ MORE
Radha, Try restarting the session. the same ...READ MORE
Here's an example to explain : Two files ...READ MORE
@ch, Cut divides the range of x into ...READ MORE
You can either use group_by or group_by_at Using ...READ MORE
Yess of course that's possible. ShinyR provides ...READ MORE
Hi@akhtar, By default, the cowplot module is not ...READ MORE
For randomly sampling a row/cell where a ...READ MORE
According to the document if you set limits manually, ...READ MORE
Option d) Subscriber profiling, upselling and innovative tariffs Master ...READ MORE
Use dbGetQuery to create a table by ...READ MORE
Hi, You can use the select method to extract ...READ MORE
Try this. for(x in ls()){ if("data.frame" %in% ...READ MORE
Hi@akhtar, I think you don't have jtools package ...READ MORE
Hi@akhtar, A pie chart with 3 dimensions can ...READ MORE
Hi@akhtar, You can find some packages pre-installed in ...READ MORE
Try below code to fetch the image ...READ MORE
Long Short Term Memory networks are implemented ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.