21 lines
643 B
R
21 lines
643 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/functions.R
|
|
\name{create_stats_summary}
|
|
\alias{create_stats_summary}
|
|
\title{Create Statistical Summary of Forest Data}
|
|
\usage{
|
|
create_stats_summary(data)
|
|
}
|
|
\arguments{
|
|
\item{data}{A data frame or sf object containing the forest data.}
|
|
}
|
|
\value{
|
|
A data frame with descriptive statistics (mean, sd, min, max, etc.),
|
|
sorted by descending absolute kurtosis.
|
|
}
|
|
\description{
|
|
Generates descriptive statistics for numeric variables in the dataset,
|
|
excluding spatial coordinates (lat/lon) and year. It sorts the results
|
|
by kurtosis to highlight non-normal distributions.
|
|
}
|