In BlueSky Statistics, is there a way to increase the width of the Labels column in Variable view? I am able to select other columns and drag to increase their width but not the Labels column.
this is not possible in the current version, why are you looking for this, can you give me an example of what you are trying to achieve. We don't replace the variable name in the output of the analysis like SPSS, the only value in BlueSky Statistics is to see a more friendly name associated with the variable name
Related
In R and using the landscapemetrics package, I am wanting to calculate landscape metrics of a raster file that I have that contains different vegetation types. When I import the raster file into R using the stack function, the file contains one layer with multiple levels (see attached image). enter image description here
Subsequently, when I run a function to calculate a landscape metric, or plot the raster, it works with the "Value" level/column (see second image attached). enter image description here. Rather, I want it to calculate the metric over the "Vegetation_Type" level/column directly. However, I do not know how to do this. Currently, when I calculate for example the amount of core area for each vegetation type, it gives me the result in the form of a table that presents "class = 1-7" with the specific core area of that class, rather than "Vegetation_Type = Hummock". I want to have the "class" column with numbers 1-7 to be substituted by the vegetation types (e.g. Hummock, N, K etc.). Is there anyone who knows how to do this who can maybe help me?
Thank you so much in advance, and sorry for the unlogical post. I am still new here and do not really know how to best structure my questions!
Sincerely,
Jasper
The lanscapemetrics package will always use the numeric ID of each class to make sure the output is type stable, i.e, always identical regardless of the input.
But, since the output is simply a tibble, you should be able to just join the information using e.g. dplyr::left_join().
I have a table with the historical data of tickets with the creation date and a column that said if the resolution time was accomplish or not.
I create a column plot to resume the amount of tiquets by month and accomplish or not. But I need to add label that say % of tiquets according to the accomplish of month (for example the 85% accomplish on june and 15% dont. I dont know how to add the % label
Your question is vague, but you may just need to set the formatting by clicking on the field and then clicking on the % sign in the column tools.
summary <- summary(data)
knitr::kable(summary)
I have the following code in RMD. However, there are more than 20 attributes in the dataset, so that the width of the table generated by summary() is too larger to show the entire table in a row in the page.
Just wondering how could I do to adjust the summary() table?
In addition to r2evans answer, maybe there is another way of reducing the table width :
1- In a table : you should consider transposing the columns into lines. The 6 statistics of summary() should be the columns, and the variables (attributes, according to you) should be the line, e.g.,
summary <- t(summary(data)) # just a basic version, for clarity.
2- In a graphic : if you want all of your attributes renders like columns, maybe you should consider some boxplot (or geom_col and geom_errorbar), with facets or by using an x axis-values for each attribute ? With facet_grid() or facet_wrap(), it's more easy to compare a bunch of attributes than in a big table. If your want to compare things, fix the scales between the facets. If necessary, you can use the grid package, in order to define each facet size and aspect...
Excellent day
I read every possible forum and I couldn't find a specific answer. I'm new to Tableau and I need to perform what I thought would be a very simple task but I can't figure it out.
I need to create a chart with multiple lines plotted in the same graph. On one column, I have a timestamps in seconds (decimal). For each timestamp value, I have 4 columns associated (Temperature, Pressure, Humidity, Voltage) and I need to visualize how they trend over time. The data in Excel looks something like this (I simplified it for visualization purpose):
In Excel, it takes me less than seconds to obtain a chart that looks like this:
How can I replicate the same exact chart in Tableau? I would like someone to tell me exactly how each column should be formatted, if the data has to be a dimension or a measure and data type for each (string, number etc) and what steps to take in the chart. I would do this in Excel but the file is almost 1M rows and Excel keeps crashing.
drag & drop measure values & timestamp.
EDIT - first make Timestamp a dimension instead of a measure, and make sure it remains continuous instead of discrete. So you should not see the word SUM in front of Timestamp
remove no. of row & timestamp from the measure values.
uncheck aggregate measure.
EDIT this step is not usually needed or desirable. If you do have multiple recordings per Timestamp, you will want to select the best aggregation function for each measure, perhaps AVG or MEDIAN instead of SUM
select line from mark and drag measurement to color
If your X-axis is a Date Column, (i.e. You have a list of dates on your X-axis)
Drag your 'date column' to Columns and choose Month/Year/Week etc. and make it continuous
Drag 'Measure Names' to Filters and choose your Measures
Drag 'Measure Values' to Rows
Drag 'Measure Names' to the Colors section of the Marks card
I want to display image dynamically in a list. I have two columns in a list. The first column contains some numerical values and other contains smiley icon. My requirement is, if number in first column is greater than 50, I want happy smiley to be appear in a second column in a list, and sad smiley for less than 50 number. Currently I use hyperlink column to display image in a list. And I am adding image manualy.
I am looking forward, if it is possible to automatically display image based on first column number. Something like calculated columns. Lets say,
HyperLink/Picture Formula:
column =IF([someNumer]>50, "href = c:\Test\happySmiley.ico", "href= c:\Test\happySad.ico" )
I was wondering if we could do something like this, or any other suggestion is appreciated..
You are looking for KPI indicators.
You can also find great overview here:
How to create a SharePoint KPI column
And also check similar question on SPSE:
Make all KPI Status Icons in diamond shape